#AF333A
A medium, moderate red closely aligning with Brown.
About #AF333A
At its core, #AF333A is a medium and moderate hue. Its closest recognized web color is Brown. In the RGB color space, it consists of 175 red, 51 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 71% M, 67% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF333A
RGB175, 51, 58
HSL356.6°, 54.9%, 44.3%
CMYK0%, 71%, 67%, 31%
HSV356.6°, 70.9%, 68.6%
LAB40.9, 50.4, 25.3
XYZ19.6, 11.8, 5.2
Decimal11481914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.25:1
Text on #FFFFFF
AA
3.36:1
Text on #000000
AA Large
5.98:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF333A;
}
.text-color {
color: #AF333A;
}
.border-color {
border: 2px solid #AF333A;
}