Shades of Mauve Taupe #8A6071
Tints of Mauve Taupe #8A6071
RGB
CMYK
RGB Variations
Color information
#8A6071 (or 0x8A6071) is known color: Mauve Taupe. HEX triplet: 8A, 60 and 71. RGB value is (138,96,113). Sum of RGB (Red+Green+Blue) = 138+96+113=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6071 is #759F8E. Grayscale: #6E6E6E. Windows color (decimal): -7708559 or 7430282. OLE color: 7430282.
HSL color Cylindrical-coordinate representation of color #8A6071: hue angle of 335.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6071 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 113 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.46 |
| HSL | 335.71º | 0.18% | 0.46% | - |
| HSV(B) | 335.71º | 0.3% | 0.54% | - |
| XYZ | 17.64 | 14.96 | 17.58 | - |
| YUV | 110.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 113 | 0 | 0.30 | 0.18 | 0.46 | 335.71 | 0.18 | 0.46 |
| Hex | 8A | 60 | 71 | 0 | 1E | 12 | 2E | 150 | 12 | 2E |
| Octal | 212 | 140 | 161 | 0 | 36 | 22 | 56 | 520 | 22 | 56 |
| Binary | 10001010 | 1100000 | 1110001 | 0 | 11110 | 10010 | 101110 | 101010000 | 10010 | 101110 |
Color Harmonies of #8A6071
Complementary color
Monochromatic Colors of #8A6071
Black with #8A6071
Text Example
Text Example
White with #8A6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6071; }
p { color: rgb(138,96,113); }
H1.HeaderClassName
{
color: #8A6071;
}
.AnyTagClassName
{
color: #8A6071;
}
</style>
background-color css
<style>
a { background-color: #8A6071; }
a { background-color: rgb(138,96,113); }
div.DivClassName
{
background-color: #8A6071;
}
.BgClassName
{
background-color: #8A6071;
}
</style>
border-color css
<style>
span { border-color: #8A6071; }
span { border-color: rgb(138,96,113); }
td.TdClassName
{
border-color: #8A6071;
}
.TagClassName
{
border-color: #8A6071;
}
</style>