#A8A83A
A medium, moderate yellow closely aligning with Olive.
About #A8A83A
When working with digital screens, the color #A8A83A is rendered by mixing light. It is closely associated with the named CSS color Olive. In the RGB color space, it consists of 168 red, 168 green, and 58 blue.
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, 65% yellow, and 34% black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. 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#A8A83A
RGB168, 168, 58
HSL60.0°, 48.7%, 44.3%
CMYK0%, 0%, 65%, 34%
HSV60.0°, 65.5%, 65.9%
LAB67.0, -13.9, 54.6
XYZ30.9, 36.6, 9.4
Decimal11053114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.33:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8A83A;
}
.text-color {
color: #A8A83A;
}
.border-color {
border: 2px solid #A8A83A;
}