#A0993A
A medium, moderate yellow closely aligning with Olive.
About #A0993A
Visually, #A0993A is defined as a moderate yellow. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(160, 153, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 4% M, 64% Y, and 37% K. The HSL representation is 55.9° hue, 46.8% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A0993A
RGB160, 153, 58
HSL55.9°, 46.8%, 42.7%
CMYK0%, 4%, 64%, 37%
HSV55.9°, 63.8%, 62.7%
LAB62.1, -9.5, 49.2
XYZ26.7, 30.6, 8.5
Decimal10524986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0993A;
}
.text-color {
color: #A0993A;
}
.border-color {
border: 2px solid #A0993A;
}