#A0921D
A dark, moderate yellow closely aligning with Olive.
About #A0921D
Visually, #A0921D is defined as a moderate yellow. It is closely associated with the named CSS color Olive. In the RGB color space, it consists of 160 red, 146 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 9% Magenta, 82% Yellow, and 37% Black. The HSL representation is 53.6° hue, 69.3% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0921D
RGB160, 146, 29
HSL53.6°, 69.3%, 37.1%
CMYK0%, 9%, 82%, 37%
HSV53.6°, 81.9%, 62.7%
LAB60.0, -7.2, 58.1
XYZ25.0, 28.1, 5.3
Decimal10523165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.62:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0921D;
}
.text-color {
color: #A0921D;
}
.border-color {
border: 2px solid #A0921D;
}