Shades of Mauve Taupe #8A5970
Tints of Mauve Taupe #8A5970
RGB
CMYK
RGB Variations
Color information
#8A5970 (or 0x8A5970) is known color: Mauve Taupe. HEX triplet: 8A, 59 and 70. RGB value is (138,89,112). Sum of RGB (Red+Green+Blue) = 138+89+112=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5970 is #75A68F. Grayscale: #6A6A6A. Windows color (decimal): -7710352 or 7362954. OLE color: 7362954.
HSL color Cylindrical-coordinate representation of color #8A5970: hue angle of 331.84º 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 #8A5970 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 112 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.46 |
| HSL | 331.84º | 0.22% | 0.45% | - |
| HSV(B) | 331.84º | 0.36% | 0.54% | - |
| XYZ | 16.98 | 13.72 | 17.08 | - |
| YUV | 106.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 112 | 0 | 0.36 | 0.19 | 0.46 | 331.84 | 0.22 | 0.45 |
| Hex | 8A | 59 | 70 | 0 | 24 | 13 | 2E | 14C | 16 | 2D |
| Octal | 212 | 131 | 160 | 0 | 44 | 23 | 56 | 514 | 26 | 55 |
| Binary | 10001010 | 1011001 | 1110000 | 0 | 100100 | 10011 | 101110 | 101001100 | 10110 | 101101 |
Color Harmonies of #8A5970
Complementary color
Monochromatic Colors of #8A5970
Black with #8A5970
Text Example
Text Example
White with #8A5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5970; }
p { color: rgb(138,89,112); }
H1.HeaderClassName
{
color: #8A5970;
}
.AnyTagClassName
{
color: #8A5970;
}
</style>
background-color css
<style>
a { background-color: #8A5970; }
a { background-color: rgb(138,89,112); }
div.DivClassName
{
background-color: #8A5970;
}
.BgClassName
{
background-color: #8A5970;
}
</style>
border-color css
<style>
span { border-color: #8A5970; }
span { border-color: rgb(138,89,112); }
td.TdClassName
{
border-color: #8A5970;
}
.TagClassName
{
border-color: #8A5970;
}
</style>