Shades of Mauve Taupe #8A5D70
Tints of Mauve Taupe #8A5D70
RGB
CMYK
RGB Variations
Color information
#8A5D70 (or 0x8A5D70) is known color: Mauve Taupe. HEX triplet: 8A, 5D and 70. RGB value is (138,93,112). Sum of RGB (Red+Green+Blue) = 138+93+112=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5D70 is #75A28F. Grayscale: #6C6C6C. Windows color (decimal): -7709328 or 7363978. OLE color: 7363978.
HSL color Cylindrical-coordinate representation of color #8A5D70: hue angle of 334.67º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5D70 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 93 | 112 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.46 |
| HSL | 334.67º | 0.19% | 0.45% | - |
| HSV(B) | 334.67º | 0.33% | 0.54% | - |
| XYZ | 17.32 | 14.4 | 17.2 | - |
| YUV | 108.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 112 | 0 | 0.33 | 0.19 | 0.46 | 334.67 | 0.19 | 0.45 |
| Hex | 8A | 5D | 70 | 0 | 21 | 13 | 2E | 14F | 13 | 2D |
| Octal | 212 | 135 | 160 | 0 | 41 | 23 | 56 | 517 | 23 | 55 |
| Binary | 10001010 | 1011101 | 1110000 | 0 | 100001 | 10011 | 101110 | 101001111 | 10011 | 101101 |
Color Harmonies of #8A5D70
Complementary color
Monochromatic Colors of #8A5D70
Black with #8A5D70
Text Example
Text Example
White with #8A5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5D70; }
p { color: rgb(138,93,112); }
H1.HeaderClassName
{
color: #8A5D70;
}
.AnyTagClassName
{
color: #8A5D70;
}
</style>
background-color css
<style>
a { background-color: #8A5D70; }
a { background-color: rgb(138,93,112); }
div.DivClassName
{
background-color: #8A5D70;
}
.BgClassName
{
background-color: #8A5D70;
}
</style>
border-color css
<style>
span { border-color: #8A5D70; }
span { border-color: rgb(138,93,112); }
td.TdClassName
{
border-color: #8A5D70;
}
.TagClassName
{
border-color: #8A5D70;
}
</style>