#A0A03A
A medium, moderate yellow closely aligning with Olive.
About #A0A03A
The precise color #A0A03A is an excellent choice for modern design projects. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(160, 160, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 0% M, 64% Y, and 37% K. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0A03A
RGB160, 160, 58
HSL60.0°, 46.8%, 42.7%
CMYK0%, 0%, 64%, 37%
HSV60.0°, 63.8%, 62.7%
LAB64.1, -13.2, 51.3
XYZ27.8, 32.9, 8.9
Decimal10526778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.58:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A03A;
}
.text-color {
color: #A0A03A;
}
.border-color {
border: 2px solid #A0A03A;
}