#A89950
A medium, moderate yellow closely aligning with Darkkhaki.
About #A89950
The hex code #A89950 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 168 red, 153 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 9% Magenta, 52% Yellow, and 34% Black. The HSL representation is 49.8° hue, 35.5% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A89950
RGB168, 153, 80
HSL49.8°, 35.5%, 48.6%
CMYK0%, 9%, 52%, 34%
HSV49.8°, 52.4%, 65.9%
LAB63.1, -4.3, 40.0
XYZ29.0, 31.7, 12.2
Decimal11049296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A89950;
}
.text-color {
color: #A89950;
}
.border-color {
border: 2px solid #A89950;
}