#AF9975
A medium, muted orange closely aligning with Tan.
About #AF9975
When working with digital screens, the color #AF9975 is rendered by mixing light. Its closest recognized web color is Tan. This translates to an RGB value of rgb(175, 153, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 13% magenta, 33% yellow, and 31% black. The HSL representation is 37.2° hue, 26.6% saturation, and 57.3% lightness.
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#AF9975
RGB175, 153, 117
HSL37.2°, 26.6%, 57.3%
CMYK0%, 13%, 33%, 31%
HSV37.2°, 33.1%, 68.6%
LAB64.3, 2.7, 21.9
XYZ32.3, 33.2, 21.5
Decimal11508085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF9975;
}
.text-color {
color: #AF9975;
}
.border-color {
border: 2px solid #AF9975;
}