Shades of Mauve Taupe #8A5F60
Tints of Mauve Taupe #8A5F60
RGB
CMYK
RGB Variations
Color information
#8A5F60 (or 0x8A5F60) is known color: Mauve Taupe. HEX triplet: 8A, 5F and 60. RGB value is (138,95,96). Sum of RGB (Red+Green+Blue) = 138+95+96=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F60 is #75A09F. Grayscale: #6C6C6C. Windows color (decimal): -7708832 or 6315914. OLE color: 6315914.
HSL color Cylindrical-coordinate representation of color #8A5F60: hue angle of 358.6º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A5F60 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 95 | 96 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.46 |
| HSL | 358.6º | 0.18% | 0.46% | - |
| HSV(B) | 358.6º | 0.31% | 0.54% | - |
| XYZ | 16.68 | 14.43 | 12.97 | - |
| YUV | 107.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 96 | 0 | 0.31 | 0.30 | 0.46 | 358.6 | 0.18 | 0.46 |
| Hex | 8A | 5F | 60 | 0 | 1F | 1E | 2E | 167 | 12 | 2E |
| Octal | 212 | 137 | 140 | 0 | 37 | 36 | 56 | 547 | 22 | 56 |
| Binary | 10001010 | 1011111 | 1100000 | 0 | 11111 | 11110 | 101110 | 101100111 | 10010 | 101110 |
Color Harmonies of #8A5F60
Complementary color
Monochromatic Colors of #8A5F60
Black with #8A5F60
Text Example
Text Example
White with #8A5F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F60; }
p { color: rgb(138,95,96); }
H1.HeaderClassName
{
color: #8A5F60;
}
.AnyTagClassName
{
color: #8A5F60;
}
</style>
background-color css
<style>
a { background-color: #8A5F60; }
a { background-color: rgb(138,95,96); }
div.DivClassName
{
background-color: #8A5F60;
}
.BgClassName
{
background-color: #8A5F60;
}
</style>
border-color css
<style>
span { border-color: #8A5F60; }
span { border-color: rgb(138,95,96); }
td.TdClassName
{
border-color: #8A5F60;
}
.TagClassName
{
border-color: #8A5F60;
}
</style>