#AF9299
A light, muted red closely aligning with Rosybrown.
About #AF9299
At its core, #AF9299 is a light and muted hue. Designers often compare it to the standard color Rosybrown. Its digital footprint relies on 175 parts red, 146 parts green, and 153 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 17% Magenta, 13% Yellow, and 31% Black. With a hue angle of 345.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF9299
RGB175, 146, 153
HSL345.5°, 15.3%, 62.9%
CMYK0%, 17%, 13%, 31%
HSV345.5°, 16.6%, 68.6%
LAB63.3, 12.0, 0.4
XYZ33.7, 32.0, 34.5
Decimal11506329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF9299;
}
.text-color {
color: #AF9299;
}
.border-color {
border: 2px solid #AF9299;
}