#AF6D75
A medium, muted red closely aligning with Rosybrown.
About #AF6D75
At its core, #AF6D75 is a medium and muted hue. Designers often compare it to the standard color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 109, and 117.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 38% M, 33% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF6D75
RGB175, 109, 117
HSL352.7°, 29.2%, 55.7%
CMYK0%, 38%, 33%, 31%
HSV352.7°, 37.7%, 68.6%
LAB53.3, 27.3, 6.7
XYZ26.4, 21.3, 19.6
Decimal11496821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF6D75;
}
.text-color {
color: #AF6D75;
}
.border-color {
border: 2px solid #AF6D75;
}