Shades of Mauve Taupe #8A6162
Tints of Mauve Taupe #8A6162
RGB
CMYK
RGB Variations
Color information
#8A6162 (or 0x8A6162) is known color: Mauve Taupe. HEX triplet: 8A, 61 and 62. RGB value is (138,97,98). Sum of RGB (Red+Green+Blue) = 138+97+98=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6162 is #759E9D. Grayscale: #6D6D6D. Windows color (decimal): -7708318 or 6447498. OLE color: 6447498.
HSL color Cylindrical-coordinate representation of color #8A6162: hue angle of 358.54º degrees, saturation: 0.17, 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 #8A6162 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 98 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.46 |
| HSL | 358.54º | 0.17% | 0.46% | - |
| HSV(B) | 358.54º | 0.3% | 0.54% | - |
| XYZ | 16.96 | 14.83 | 13.52 | - |
| YUV | 109.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 98 | 0 | 0.30 | 0.29 | 0.46 | 358.54 | 0.17 | 0.46 |
| Hex | 8A | 61 | 62 | 0 | 1E | 1D | 2E | 167 | 11 | 2E |
| Octal | 212 | 141 | 142 | 0 | 36 | 35 | 56 | 547 | 21 | 56 |
| Binary | 10001010 | 1100001 | 1100010 | 0 | 11110 | 11101 | 101110 | 101100111 | 10001 | 101110 |
Color Harmonies of #8A6162
Complementary color
Monochromatic Colors of #8A6162
Black with #8A6162
Text Example
Text Example
White with #8A6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6162; }
p { color: rgb(138,97,98); }
H1.HeaderClassName
{
color: #8A6162;
}
.AnyTagClassName
{
color: #8A6162;
}
</style>
background-color css
<style>
a { background-color: #8A6162; }
a { background-color: rgb(138,97,98); }
div.DivClassName
{
background-color: #8A6162;
}
.BgClassName
{
background-color: #8A6162;
}
</style>
border-color css
<style>
span { border-color: #8A6162; }
span { border-color: rgb(138,97,98); }
td.TdClassName
{
border-color: #8A6162;
}
.TagClassName
{
border-color: #8A6162;
}
</style>