Shades of Mauve Taupe #8A5F68
Tints of Mauve Taupe #8A5F68
RGB
CMYK
RGB Variations
Color information
#8A5F68 (or 0x8A5F68) is known color: Mauve Taupe. HEX triplet: 8A, 5F and 68. RGB value is (138,95,104). Sum of RGB (Red+Green+Blue) = 138+95+104=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F68 is #75A097. Grayscale: #6C6C6C. Windows color (decimal): -7708824 or 6840202. OLE color: 6840202.
HSL color Cylindrical-coordinate representation of color #8A5F68: hue angle of 347.44º 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 #8A5F68 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 95 | 104 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.46 |
| HSL | 347.44º | 0.18% | 0.46% | - |
| HSV(B) | 347.44º | 0.31% | 0.54% | - |
| XYZ | 17.07 | 14.59 | 15.01 | - |
| YUV | 108.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 104 | 0 | 0.31 | 0.25 | 0.46 | 347.44 | 0.18 | 0.46 |
| Hex | 8A | 5F | 68 | 0 | 1F | 19 | 2E | 15B | 12 | 2E |
| Octal | 212 | 137 | 150 | 0 | 37 | 31 | 56 | 533 | 22 | 56 |
| Binary | 10001010 | 1011111 | 1101000 | 0 | 11111 | 11001 | 101110 | 101011011 | 10010 | 101110 |
Color Harmonies of #8A5F68
Complementary color
Monochromatic Colors of #8A5F68
Black with #8A5F68
Text Example
Text Example
White with #8A5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F68; }
p { color: rgb(138,95,104); }
H1.HeaderClassName
{
color: #8A5F68;
}
.AnyTagClassName
{
color: #8A5F68;
}
</style>
background-color css
<style>
a { background-color: #8A5F68; }
a { background-color: rgb(138,95,104); }
div.DivClassName
{
background-color: #8A5F68;
}
.BgClassName
{
background-color: #8A5F68;
}
</style>
border-color css
<style>
span { border-color: #8A5F68; }
span { border-color: rgb(138,95,104); }
td.TdClassName
{
border-color: #8A5F68;
}
.TagClassName
{
border-color: #8A5F68;
}
</style>