Shades of Mauve Taupe #8A5C70
Tints of Mauve Taupe #8A5C70
RGB
CMYK
RGB Variations
Color information
#8A5C70 (or 0x8A5C70) is known color: Mauve Taupe. HEX triplet: 8A, 5C and 70. RGB value is (138,92,112). Sum of RGB (Red+Green+Blue) = 138+92+112=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C70 is #75A38F. Grayscale: #6C6C6C. Windows color (decimal): -7709584 or 7363722. OLE color: 7363722.
HSL color Cylindrical-coordinate representation of color #8A5C70: hue angle of 333.91º degrees, saturation: 0.2, 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 #8A5C70 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 92 | 112 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.46 |
| HSL | 333.91º | 0.2% | 0.45% | - |
| HSV(B) | 333.91º | 0.33% | 0.54% | - |
| XYZ | 17.23 | 14.23 | 17.17 | - |
| YUV | 108.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 92 | 112 | 0 | 0.33 | 0.19 | 0.46 | 333.91 | 0.2 | 0.45 |
| Hex | 8A | 5C | 70 | 0 | 21 | 13 | 2E | 14E | 14 | 2D |
| Octal | 212 | 134 | 160 | 0 | 41 | 23 | 56 | 516 | 24 | 55 |
| Binary | 10001010 | 1011100 | 1110000 | 0 | 100001 | 10011 | 101110 | 101001110 | 10100 | 101101 |
Color Harmonies of #8A5C70
Complementary color
Monochromatic Colors of #8A5C70
Black with #8A5C70
Text Example
Text Example
White with #8A5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5C70; }
p { color: rgb(138,92,112); }
H1.HeaderClassName
{
color: #8A5C70;
}
.AnyTagClassName
{
color: #8A5C70;
}
</style>
background-color css
<style>
a { background-color: #8A5C70; }
a { background-color: rgb(138,92,112); }
div.DivClassName
{
background-color: #8A5C70;
}
.BgClassName
{
background-color: #8A5C70;
}
</style>
border-color css
<style>
span { border-color: #8A5C70; }
span { border-color: rgb(138,92,112); }
td.TdClassName
{
border-color: #8A5C70;
}
.TagClassName
{
border-color: #8A5C70;
}
</style>