#A89975
A medium, muted orange closely aligning with Tan.
About #A89975
At its core, #A89975 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Tan. Its digital footprint relies on 168 parts red, 153 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 9% M, 30% Y, and 34% K. The HSL representation is 42.4° hue, 22.7% saturation, and 55.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A89975
RGB168, 153, 117
HSL42.4°, 22.7%, 55.9%
CMYK0%, 9%, 30%, 34%
HSV42.4°, 30.4%, 65.9%
LAB63.7, -0.1, 21.0
XYZ30.8, 32.4, 21.5
Decimal11049333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A89975;
}
.text-color {
color: #A89975;
}
.border-color {
border: 2px solid #A89975;
}