Shades of Mauve Taupe #8A5E6A
Tints of Mauve Taupe #8A5E6A
RGB
CMYK
RGB Variations
Color information
#8A5E6A (or 0x8A5E6A) is known color: Mauve Taupe. HEX triplet: 8A, 5E and 6A. RGB value is (138,94,106). Sum of RGB (Red+Green+Blue) = 138+94+106=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E6A is #75A195. Grayscale: #6C6C6C. Windows color (decimal): -7709078 or 6971018. OLE color: 6971018.
HSL color Cylindrical-coordinate representation of color #8A5E6A: hue angle of 343.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A5E6A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 106 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.46 |
| HSL | 343.64º | 0.19% | 0.45% | - |
| HSV(B) | 343.64º | 0.32% | 0.54% | - |
| XYZ | 17.09 | 14.45 | 15.52 | - |
| YUV | 108.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 106 | 0 | 0.32 | 0.23 | 0.46 | 343.64 | 0.19 | 0.45 |
| Hex | 8A | 5E | 6A | 0 | 20 | 17 | 2E | 158 | 13 | 2D |
| Octal | 212 | 136 | 152 | 0 | 40 | 27 | 56 | 530 | 23 | 55 |
| Binary | 10001010 | 1011110 | 1101010 | 0 | 100000 | 10111 | 101110 | 101011000 | 10011 | 101101 |
Color Harmonies of #8A5E6A
Complementary color
Monochromatic Colors of #8A5E6A
Black with #8A5E6A
Text Example
Text Example
White with #8A5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E6A; }
p { color: rgb(138,94,106); }
H1.HeaderClassName
{
color: #8A5E6A;
}
.AnyTagClassName
{
color: #8A5E6A;
}
</style>
background-color css
<style>
a { background-color: #8A5E6A; }
a { background-color: rgb(138,94,106); }
div.DivClassName
{
background-color: #8A5E6A;
}
.BgClassName
{
background-color: #8A5E6A;
}
</style>
border-color css
<style>
span { border-color: #8A5E6A; }
span { border-color: rgb(138,94,106); }
td.TdClassName
{
border-color: #8A5E6A;
}
.TagClassName
{
border-color: #8A5E6A;
}
</style>