#AF756D
A medium, muted red closely aligning with Rosybrown.
About #AF756D
The precise color #AF756D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 175 parts red, 117 parts green, and 109 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 33% Magenta, 38% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#AF756D
RGB175, 117, 109
HSL7.3°, 29.2%, 55.7%
CMYK0%, 33%, 38%, 31%
HSV7.3°, 37.7%, 68.6%
LAB55.0, 21.8, 13.7
XYZ26.8, 22.9, 17.5
Decimal11498861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF756D;
}
.text-color {
color: #AF756D;
}
.border-color {
border: 2px solid #AF756D;
}