#A5A31C
A dark, vivid yellow closely aligning with Olive.
About #A5A31C
At its core, #A5A31C is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(165, 163, 28).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 1% magenta inks. The HSL representation is 59.1° hue, 71.0% saturation, and 37.8% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A5A31C
RGB165, 163, 28
HSL59.1°, 71.0%, 37.8%
CMYK0%, 1%, 83%, 35%
HSV59.1°, 83.0%, 64.7%
LAB65.2, -14.0, 63.0
XYZ28.8, 34.3, 6.2
Decimal10855196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.86:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A5A31C;
}
.text-color {
color: #A5A31C;
}
.border-color {
border: 2px solid #A5A31C;
}