#A0991D
A dark, moderate yellow closely aligning with Olive.
About #A0991D
Visually, #A0991D is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olive. Its digital footprint relies on 160 parts red, 153 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 4% Magenta, 82% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0991D
RGB160, 153, 29
HSL56.8°, 69.3%, 37.1%
CMYK0%, 4%, 82%, 37%
HSV56.8°, 81.9%, 62.7%
LAB62.0, -11.0, 59.8
XYZ26.1, 30.3, 5.6
Decimal10524957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.07:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0991D;
}
.text-color {
color: #A0991D;
}
.border-color {
border: 2px solid #A0991D;
}