Shades of Mauve Taupe #8A5971
Tints of Mauve Taupe #8A5971
RGB
CMYK
RGB Variations
Color information
#8A5971 (or 0x8A5971) is known color: Mauve Taupe. HEX triplet: 8A, 59 and 71. RGB value is (138,89,113). Sum of RGB (Red+Green+Blue) = 138+89+113=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5971 is #75A68E. Grayscale: #6A6A6A. Windows color (decimal): -7710351 or 7428490. OLE color: 7428490.
HSL color Cylindrical-coordinate representation of color #8A5971: hue angle of 330.61º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5971 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 113 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.46 |
| HSL | 330.61º | 0.22% | 0.45% | - |
| HSV(B) | 330.61º | 0.36% | 0.54% | - |
| XYZ | 17.03 | 13.74 | 17.38 | - |
| YUV | 106.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 113 | 0 | 0.36 | 0.18 | 0.46 | 330.61 | 0.22 | 0.45 |
| Hex | 8A | 59 | 71 | 0 | 24 | 12 | 2E | 14B | 16 | 2D |
| Octal | 212 | 131 | 161 | 0 | 44 | 22 | 56 | 513 | 26 | 55 |
| Binary | 10001010 | 1011001 | 1110001 | 0 | 100100 | 10010 | 101110 | 101001011 | 10110 | 101101 |
Color Harmonies of #8A5971
Complementary color
Monochromatic Colors of #8A5971
Black with #8A5971
Text Example
Text Example
White with #8A5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5971; }
p { color: rgb(138,89,113); }
H1.HeaderClassName
{
color: #8A5971;
}
.AnyTagClassName
{
color: #8A5971;
}
</style>
background-color css
<style>
a { background-color: #8A5971; }
a { background-color: rgb(138,89,113); }
div.DivClassName
{
background-color: #8A5971;
}
.BgClassName
{
background-color: #8A5971;
}
</style>
border-color css
<style>
span { border-color: #8A5971; }
span { border-color: rgb(138,89,113); }
td.TdClassName
{
border-color: #8A5971;
}
.TagClassName
{
border-color: #8A5971;
}
</style>