Shades of Mauve Taupe #8A6A70
Tints of Mauve Taupe #8A6A70
RGB
CMYK
RGB Variations
Color information
#8A6A70 (or 0x8A6A70) is known color: Mauve Taupe. HEX triplet: 8A, 6A and 70. RGB value is (138,106,112). Sum of RGB (Red+Green+Blue) = 138+106+112=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A70 is #75958F. Grayscale: #747474. Windows color (decimal): -7706000 or 7367306. OLE color: 7367306.
HSL color Cylindrical-coordinate representation of color #8A6A70: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A6A70 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 112 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.46 |
| HSL | 348.75º | 0.13% | 0.48% | - |
| HSV(B) | 348.75º | 0.23% | 0.54% | - |
| XYZ | 18.56 | 16.88 | 17.61 | - |
| YUV | 116.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 112 | 0 | 0.23 | 0.19 | 0.46 | 348.75 | 0.13 | 0.48 |
| Hex | 8A | 6A | 70 | 0 | 17 | 13 | 2E | 15D | D | 30 |
| Octal | 212 | 152 | 160 | 0 | 27 | 23 | 56 | 535 | 15 | 60 |
| Binary | 10001010 | 1101010 | 1110000 | 0 | 10111 | 10011 | 101110 | 101011101 | 1101 | 110000 |
Color Harmonies of #8A6A70
Complementary color
Monochromatic Colors of #8A6A70
Black with #8A6A70
Text Example
Text Example
White with #8A6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A70; }
p { color: rgb(138,106,112); }
H1.HeaderClassName
{
color: #8A6A70;
}
.AnyTagClassName
{
color: #8A6A70;
}
</style>
background-color css
<style>
a { background-color: #8A6A70; }
a { background-color: rgb(138,106,112); }
div.DivClassName
{
background-color: #8A6A70;
}
.BgClassName
{
background-color: #8A6A70;
}
</style>
border-color css
<style>
span { border-color: #8A6A70; }
span { border-color: rgb(138,106,112); }
td.TdClassName
{
border-color: #8A6A70;
}
.TagClassName
{
border-color: #8A6A70;
}
</style>