Shades of Mauve Taupe #8A6A72
Tints of Mauve Taupe #8A6A72
RGB
CMYK
RGB Variations
Color information
#8A6A72 (or 0x8A6A72) is known color: Mauve Taupe. HEX triplet: 8A, 6A and 72. RGB value is (138,106,114). Sum of RGB (Red+Green+Blue) = 138+106+114=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A72 is #75958D. Grayscale: #747474. Windows color (decimal): -7705998 or 7498378. OLE color: 7498378.
HSL color Cylindrical-coordinate representation of color #8A6A72: hue angle of 345º 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 #8A6A72 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 114 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.46 |
| HSL | 345º | 0.13% | 0.48% | - |
| HSV(B) | 345º | 0.23% | 0.54% | - |
| XYZ | 18.67 | 16.93 | 18.2 | - |
| YUV | 116.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 114 | 0 | 0.23 | 0.17 | 0.46 | 345 | 0.13 | 0.48 |
| Hex | 8A | 6A | 72 | 0 | 17 | 11 | 2E | 159 | D | 30 |
| Octal | 212 | 152 | 162 | 0 | 27 | 21 | 56 | 531 | 15 | 60 |
| Binary | 10001010 | 1101010 | 1110010 | 0 | 10111 | 10001 | 101110 | 101011001 | 1101 | 110000 |
Color Harmonies of #8A6A72
Complementary color
Monochromatic Colors of #8A6A72
Black with #8A6A72
Text Example
Text Example
White with #8A6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A72; }
p { color: rgb(138,106,114); }
H1.HeaderClassName
{
color: #8A6A72;
}
.AnyTagClassName
{
color: #8A6A72;
}
</style>
background-color css
<style>
a { background-color: #8A6A72; }
a { background-color: rgb(138,106,114); }
div.DivClassName
{
background-color: #8A6A72;
}
.BgClassName
{
background-color: #8A6A72;
}
</style>
border-color css
<style>
span { border-color: #8A6A72; }
span { border-color: rgb(138,106,114); }
td.TdClassName
{
border-color: #8A6A72;
}
.TagClassName
{
border-color: #8A6A72;
}
</style>