#AF493A
A medium, moderate red closely aligning with Brown.
About #AF493A
At its core, #AF493A is a medium and moderate hue. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(175, 73, 58).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 58% magenta inks. With a hue angle of 7.7 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#AF493A
RGB175, 73, 58
HSL7.7°, 50.2%, 45.7%
CMYK0%, 58%, 67%, 31%
HSV7.7°, 66.9%, 68.6%
LAB44.5, 40.7, 29.7
XYZ20.8, 14.2, 5.6
Decimal11487546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF493A;
}
.text-color {
color: #AF493A;
}
.border-color {
border: 2px solid #AF493A;
}