#A0A049
A medium, moderate yellow closely aligning with Darkkhaki.
About #A0A049
The precise color #A0A049 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 160, and 73.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 0% magenta, 54% yellow, and 37% black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0A049
RGB160, 160, 73
HSL60.0°, 37.3%, 45.7%
CMYK0%, 0%, 54%, 37%
HSV60.0°, 54.4%, 62.7%
LAB64.2, -12.1, 44.6
XYZ28.3, 33.1, 11.2
Decimal10526793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.62:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A049;
}
.text-color {
color: #A0A049;
}
.border-color {
border: 2px solid #A0A049;
}