#A85F5F
A medium, muted red closely aligning with Indianred.
About #A85F5F
At its core, #A85F5F is a medium and muted hue. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(168, 95, 95).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 43% M, 43% Y, and 34% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A85F5F
RGB168, 95, 95
HSL0.0°, 29.6%, 51.6%
CMYK0%, 43%, 43%, 34%
HSV0.0°, 43.5%, 65.9%
LAB48.7, 29.6, 13.0
XYZ22.3, 17.3, 13.0
Decimal11034463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F5F;
}
.text-color {
color: #A85F5F;
}
.border-color {
border: 2px solid #A85F5F;
}