#A06650
A medium, moderate orange closely aligning with Sienna.
About #A06650
When working with digital screens, the color #A06650 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sienna. In the RGB color space, it consists of 160 red, 102 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 36% M, 50% Y, and 37% K. The HSL representation is 16.5° hue, 33.3% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A06650
RGB160, 102, 80
HSL16.5°, 33.3%, 47.1%
CMYK0%, 36%, 50%, 37%
HSV16.5°, 50.0%, 62.7%
LAB49.0, 20.8, 22.1
XYZ20.7, 17.6, 9.9
Decimal10511952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.51:1
Text on #000000
AA
4.45:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06650;
}
.text-color {
color: #A06650;
}
.border-color {
border: 2px solid #A06650;
}