#AF8A75
A medium, muted orange closely aligning with Rosybrown.
About #AF8A75
At its core, #AF8A75 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 175 parts red, 138 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 21% Magenta, 33% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#AF8A75
RGB175, 138, 117
HSL21.7°, 26.6%, 57.3%
CMYK0%, 21%, 33%, 31%
HSV21.7°, 33.1%, 68.6%
LAB60.4, 11.0, 16.6
XYZ30.0, 28.6, 20.8
Decimal11504245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8A75;
}
.text-color {
color: #AF8A75;
}
.border-color {
border: 2px solid #AF8A75;
}