#AA961A
A dark, vivid yellow closely aligning with Olive.
About #AA961A
When working with digital screens, the color #AA961A is rendered by mixing light. Its closest recognized web color is Olive. This translates to an RGB value of rgb(170, 150, 26).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 12% M, 85% Y, and 33% K. With a hue angle of 51.7 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AA961A
RGB170, 150, 26
HSL51.7°, 73.5%, 38.4%
CMYK0%, 12%, 85%, 33%
HSV51.7°, 84.7%, 66.7%
LAB62.0, -4.9, 61.1
XYZ27.7, 30.4, 5.4
Decimal11179546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AA961A;
}
.text-color {
color: #AA961A;
}
.border-color {
border: 2px solid #AA961A;
}