Shades of Mauve Taupe #8A6472
Tints of Mauve Taupe #8A6472
RGB
CMYK
RGB Variations
Color information
#8A6472 (or 0x8A6472) is known color: Mauve Taupe. HEX triplet: 8A, 64 and 72. RGB value is (138,100,114). Sum of RGB (Red+Green+Blue) = 138+100+114=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6472 is #759B8D. Grayscale: #707070. Windows color (decimal): -7707534 or 7496842. OLE color: 7496842.
HSL color Cylindrical-coordinate representation of color #8A6472: hue angle of 337.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6472 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 114 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.46 |
| HSL | 337.89º | 0.16% | 0.47% | - |
| HSV(B) | 337.89º | 0.28% | 0.54% | - |
| XYZ | 18.08 | 15.73 | 18 | - |
| YUV | 112.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 114 | 0 | 0.28 | 0.17 | 0.46 | 337.89 | 0.16 | 0.47 |
| Hex | 8A | 64 | 72 | 0 | 1C | 11 | 2E | 152 | 10 | 2F |
| Octal | 212 | 144 | 162 | 0 | 34 | 21 | 56 | 522 | 20 | 57 |
| Binary | 10001010 | 1100100 | 1110010 | 0 | 11100 | 10001 | 101110 | 101010010 | 10000 | 101111 |
Color Harmonies of #8A6472
Complementary color
Monochromatic Colors of #8A6472
Black with #8A6472
Text Example
Text Example
White with #8A6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6472; }
p { color: rgb(138,100,114); }
H1.HeaderClassName
{
color: #8A6472;
}
.AnyTagClassName
{
color: #8A6472;
}
</style>
background-color css
<style>
a { background-color: #8A6472; }
a { background-color: rgb(138,100,114); }
div.DivClassName
{
background-color: #8A6472;
}
.BgClassName
{
background-color: #8A6472;
}
</style>
border-color css
<style>
span { border-color: #8A6472; }
span { border-color: rgb(138,100,114); }
td.TdClassName
{
border-color: #8A6472;
}
.TagClassName
{
border-color: #8A6472;
}
</style>