#AF8A5F
A medium, moderate orange closely aligning with Tan.
About #AF8A5F
When working with digital screens, the color #AF8A5F is rendered by mixing light. It is closely associated with the named CSS color Tan. This translates to an RGB value of rgb(175, 138, 95).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 21% Magenta, 46% Yellow, and 31% Black. The HSL representation is 32.2° hue, 33.3% saturation, and 52.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF8A5F
RGB175, 138, 95
HSL32.2°, 33.3%, 52.9%
CMYK0%, 21%, 46%, 31%
HSV32.2°, 45.7%, 68.6%
LAB60.0, 8.4, 28.3
XYZ28.8, 28.1, 14.7
Decimal11504223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.62:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8A5F;
}
.text-color {
color: #AF8A5F;
}
.border-color {
border: 2px solid #AF8A5F;
}