Shades of Mauve Taupe #8A606A
Tints of Mauve Taupe #8A606A
RGB
CMYK
RGB Variations
Color information
#8A606A (or 0x8A606A) is known color: Mauve Taupe. HEX triplet: 8A, 60 and 6A. RGB value is (138,96,106). Sum of RGB (Red+Green+Blue) = 138+96+106=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A606A is #759F95. Grayscale: #6D6D6D. Windows color (decimal): -7708566 or 6971530. OLE color: 6971530.
HSL color Cylindrical-coordinate representation of color #8A606A: hue angle of 345.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 #8A606A is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 106 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.46 |
| HSL | 345.71º | 0.18% | 0.46% | - |
| HSV(B) | 345.71º | 0.3% | 0.54% | - |
| XYZ | 17.27 | 14.81 | 15.58 | - |
| YUV | 109.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 106 | 0 | 0.30 | 0.23 | 0.46 | 345.71 | 0.18 | 0.46 |
| Hex | 8A | 60 | 6A | 0 | 1E | 17 | 2E | 15A | 12 | 2E |
| Octal | 212 | 140 | 152 | 0 | 36 | 27 | 56 | 532 | 22 | 56 |
| Binary | 10001010 | 1100000 | 1101010 | 0 | 11110 | 10111 | 101110 | 101011010 | 10010 | 101110 |
Color Harmonies of #8A606A
Complementary color
Monochromatic Colors of #8A606A
Black with #8A606A
Text Example
Text Example
White with #8A606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A606A; }
p { color: rgb(138,96,106); }
H1.HeaderClassName
{
color: #8A606A;
}
.AnyTagClassName
{
color: #8A606A;
}
</style>
background-color css
<style>
a { background-color: #8A606A; }
a { background-color: rgb(138,96,106); }
div.DivClassName
{
background-color: #8A606A;
}
.BgClassName
{
background-color: #8A606A;
}
</style>
border-color css
<style>
span { border-color: #8A606A; }
span { border-color: rgb(138,96,106); }
td.TdClassName
{
border-color: #8A606A;
}
.TagClassName
{
border-color: #8A606A;
}
</style>