Shades of Mauve Taupe #8A6167
Tints of Mauve Taupe #8A6167
RGB
CMYK
RGB Variations
Color information
#8A6167 (or 0x8A6167) is known color: Mauve Taupe. HEX triplet: 8A, 61 and 67. RGB value is (138,97,103). Sum of RGB (Red+Green+Blue) = 138+97+103=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6167 is #759E98. Grayscale: #6D6D6D. Windows color (decimal): -7708313 or 6775178. OLE color: 6775178.
HSL color Cylindrical-coordinate representation of color #8A6167: hue angle of 351.22º 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 #8A6167 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 103 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.46 |
| HSL | 351.22º | 0.17% | 0.46% | - |
| HSV(B) | 351.22º | 0.3% | 0.54% | - |
| XYZ | 17.2 | 14.93 | 14.81 | - |
| YUV | 109.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 103 | 0 | 0.30 | 0.25 | 0.46 | 351.22 | 0.17 | 0.46 |
| Hex | 8A | 61 | 67 | 0 | 1E | 19 | 2E | 15F | 11 | 2E |
| Octal | 212 | 141 | 147 | 0 | 36 | 31 | 56 | 537 | 21 | 56 |
| Binary | 10001010 | 1100001 | 1100111 | 0 | 11110 | 11001 | 101110 | 101011111 | 10001 | 101110 |
Color Harmonies of #8A6167
Complementary color
Monochromatic Colors of #8A6167
Black with #8A6167
Text Example
Text Example
White with #8A6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6167; }
p { color: rgb(138,97,103); }
H1.HeaderClassName
{
color: #8A6167;
}
.AnyTagClassName
{
color: #8A6167;
}
</style>
background-color css
<style>
a { background-color: #8A6167; }
a { background-color: rgb(138,97,103); }
div.DivClassName
{
background-color: #8A6167;
}
.BgClassName
{
background-color: #8A6167;
}
</style>
border-color css
<style>
span { border-color: #8A6167; }
span { border-color: rgb(138,97,103); }
td.TdClassName
{
border-color: #8A6167;
}
.TagClassName
{
border-color: #8A6167;
}
</style>