Shades of Mauve Taupe #8A6B73
Tints of Mauve Taupe #8A6B73
RGB
CMYK
RGB Variations
Color information
#8A6B73 (or 0x8A6B73) is known color: Mauve Taupe. HEX triplet: 8A, 6B and 73. RGB value is (138,107,115). Sum of RGB (Red+Green+Blue) = 138+107+115=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B73 is #75948C. Grayscale: #757575. Windows color (decimal): -7705741 or 7564170. OLE color: 7564170.
HSL color Cylindrical-coordinate representation of color #8A6B73: hue angle of 344.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6B73 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 115 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.46 |
| HSL | 344.52º | 0.13% | 0.48% | - |
| HSV(B) | 344.52º | 0.22% | 0.54% | - |
| XYZ | 18.83 | 17.16 | 18.54 | - |
| YUV | 117.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 115 | 0 | 0.22 | 0.17 | 0.46 | 344.52 | 0.13 | 0.48 |
| Hex | 8A | 6B | 73 | 0 | 16 | 11 | 2E | 159 | D | 30 |
| Octal | 212 | 153 | 163 | 0 | 26 | 21 | 56 | 531 | 15 | 60 |
| Binary | 10001010 | 1101011 | 1110011 | 0 | 10110 | 10001 | 101110 | 101011001 | 1101 | 110000 |
Color Harmonies of #8A6B73
Complementary color
Monochromatic Colors of #8A6B73
Black with #8A6B73
Text Example
Text Example
White with #8A6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B73; }
p { color: rgb(138,107,115); }
H1.HeaderClassName
{
color: #8A6B73;
}
.AnyTagClassName
{
color: #8A6B73;
}
</style>
background-color css
<style>
a { background-color: #8A6B73; }
a { background-color: rgb(138,107,115); }
div.DivClassName
{
background-color: #8A6B73;
}
.BgClassName
{
background-color: #8A6B73;
}
</style>
border-color css
<style>
span { border-color: #8A6B73; }
span { border-color: rgb(138,107,115); }
td.TdClassName
{
border-color: #8A6B73;
}
.TagClassName
{
border-color: #8A6B73;
}
</style>