#AF9292
A light, muted red closely aligning with Rosybrown.
About #AF9292
When working with digital screens, the color #AF9292 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 175 parts red, 146 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 17% Magenta, 17% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF9292
RGB175, 146, 146
HSL0.0°, 15.3%, 62.9%
CMYK0%, 17%, 17%, 31%
HSV0.0°, 16.6%, 68.6%
LAB63.1, 10.8, 4.1
XYZ33.1, 31.7, 31.6
Decimal11506322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.35:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF9292;
}
.text-color {
color: #AF9292;
}
.border-color {
border: 2px solid #AF9292;
}