#A85F57
A medium, moderate red closely aligning with Indianred.
About #A85F57
The hex code #A85F57 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 168 parts red, 95 parts green, and 87 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 43% M, 48% Y, and 34% K. The HSL representation is 5.9° hue, 31.8% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#A85F57
RGB168, 95, 87
HSL5.9°, 31.8%, 50.0%
CMYK0%, 43%, 48%, 34%
HSV5.9°, 48.2%, 65.9%
LAB48.5, 28.8, 17.6
XYZ22.0, 17.2, 11.2
Decimal11034455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.73:1
Text on #FFFFFF
AA
4.44:1
Text on #000000
AA Large
4.52:1
Text on #F8FAFC
AA
3.77:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F57;
}
.text-color {
color: #A85F57;
}
.border-color {
border: 2px solid #A85F57;
}