#A0A075
A medium, muted yellow closely aligning with Tan.
About #A0A075
The hex code #A0A075 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Tan. In the RGB color space, it consists of 160 red, 160 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0A075
RGB160, 160, 117
HSL60.0°, 18.5%, 54.3%
CMYK0%, 0%, 27%, 37%
HSV60.0°, 26.9%, 62.7%
LAB64.9, -7.1, 22.5
XYZ30.3, 33.9, 21.8
Decimal10526837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.78:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A075;
}
.text-color {
color: #A0A075;
}
.border-color {
border: 2px solid #A0A075;
}