Shades of Mauve Taupe #8A5A72
Tints of Mauve Taupe #8A5A72
RGB
CMYK
RGB Variations
Color information
#8A5A72 (or 0x8A5A72) is known color: Mauve Taupe. HEX triplet: 8A, 5A and 72. RGB value is (138,90,114). Sum of RGB (Red+Green+Blue) = 138+90+114=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A72 is #75A58D. Grayscale: #6B6B6B. Windows color (decimal): -7710094 or 7494282. OLE color: 7494282.
HSL color Cylindrical-coordinate representation of color #8A5A72: hue angle of 330º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A5A72 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 90 | 114 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.46 |
| HSL | 330º | 0.21% | 0.45% | - |
| HSV(B) | 330º | 0.35% | 0.54% | - |
| XYZ | 17.17 | 13.93 | 17.7 | - |
| YUV | 107.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 114 | 0 | 0.35 | 0.17 | 0.46 | 330 | 0.21 | 0.45 |
| Hex | 8A | 5A | 72 | 0 | 23 | 11 | 2E | 14A | 15 | 2D |
| Octal | 212 | 132 | 162 | 0 | 43 | 21 | 56 | 512 | 25 | 55 |
| Binary | 10001010 | 1011010 | 1110010 | 0 | 100011 | 10001 | 101110 | 101001010 | 10101 | 101101 |
Color Harmonies of #8A5A72
Complementary color
Monochromatic Colors of #8A5A72
Black with #8A5A72
Text Example
Text Example
White with #8A5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5A72; }
p { color: rgb(138,90,114); }
H1.HeaderClassName
{
color: #8A5A72;
}
.AnyTagClassName
{
color: #8A5A72;
}
</style>
background-color css
<style>
a { background-color: #8A5A72; }
a { background-color: rgb(138,90,114); }
div.DivClassName
{
background-color: #8A5A72;
}
.BgClassName
{
background-color: #8A5A72;
}
</style>
border-color css
<style>
span { border-color: #8A5A72; }
span { border-color: rgb(138,90,114); }
td.TdClassName
{
border-color: #8A5A72;
}
.TagClassName
{
border-color: #8A5A72;
}
</style>