Shades of Mauve Taupe #8A6370
Tints of Mauve Taupe #8A6370
RGB
CMYK
RGB Variations
Color information
#8A6370 (or 0x8A6370) is known color: Mauve Taupe. HEX triplet: 8A, 63 and 70. RGB value is (138,99,112). Sum of RGB (Red+Green+Blue) = 138+99+112=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6370 is #759C8F. Grayscale: #707070. Windows color (decimal): -7707792 or 7365514. OLE color: 7365514.
HSL color Cylindrical-coordinate representation of color #8A6370: hue angle of 340º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6370 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 112 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.46 |
| HSL | 340º | 0.16% | 0.46% | - |
| HSV(B) | 340º | 0.28% | 0.54% | - |
| XYZ | 17.87 | 15.5 | 17.38 | - |
| YUV | 112.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 112 | 0 | 0.28 | 0.19 | 0.46 | 340 | 0.16 | 0.46 |
| Hex | 8A | 63 | 70 | 0 | 1C | 13 | 2E | 154 | 10 | 2E |
| Octal | 212 | 143 | 160 | 0 | 34 | 23 | 56 | 524 | 20 | 56 |
| Binary | 10001010 | 1100011 | 1110000 | 0 | 11100 | 10011 | 101110 | 101010100 | 10000 | 101110 |
Color Harmonies of #8A6370
Complementary color
Monochromatic Colors of #8A6370
Black with #8A6370
Text Example
Text Example
White with #8A6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6370; }
p { color: rgb(138,99,112); }
H1.HeaderClassName
{
color: #8A6370;
}
.AnyTagClassName
{
color: #8A6370;
}
</style>
background-color css
<style>
a { background-color: #8A6370; }
a { background-color: rgb(138,99,112); }
div.DivClassName
{
background-color: #8A6370;
}
.BgClassName
{
background-color: #8A6370;
}
</style>
border-color css
<style>
span { border-color: #8A6370; }
span { border-color: rgb(138,99,112); }
td.TdClassName
{
border-color: #8A6370;
}
.TagClassName
{
border-color: #8A6370;
}
</style>