#AF5F49
A medium, moderate red closely aligning with Sienna.
About #AF5F49
The hex code #AF5F49 represents a beautifully specific shade of red. It is closely associated with the named CSS color Sienna. This translates to an RGB value of rgb(175, 95, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 46% magenta inks. With a hue angle of 12.9 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF5F49
RGB175, 95, 73
HSL12.9°, 41.1%, 48.6%
CMYK0%, 46%, 58%, 31%
HSV12.9°, 58.3%, 68.6%
LAB49.2, 30.3, 26.9
XYZ23.0, 17.8, 8.5
Decimal11493193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF5F49;
}
.text-color {
color: #AF5F49;
}
.border-color {
border: 2px solid #AF5F49;
}