Shades of Rose Taupe #8A5958
Tints of Rose Taupe #8A5958
RGB
CMYK
RGB Variations
Color information
#8A5958 (or 0x8A5958) is known color: Rose Taupe. HEX triplet: 8A, 59 and 58. RGB value is (138,89,88). Sum of RGB (Red+Green+Blue) = 138+89+88=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5958 is #75A6A7. Grayscale: #676767. Windows color (decimal): -7710376 or 5790090. OLE color: 5790090.
HSL color Cylindrical-coordinate representation of color #8A5958: hue angle of 1.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5958 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 88 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.46 |
| HSL | 1.2º | 0.22% | 0.44% | - |
| HSV(B) | 1.2º | 0.36% | 0.54% | - |
| XYZ | 15.82 | 13.25 | 10.96 | - |
| YUV | 103.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 88 | 0 | 0.36 | 0.36 | 0.46 | 1.2 | 0.22 | 0.44 |
| Hex | 8A | 59 | 58 | 0 | 24 | 24 | 2E | 1 | 16 | 2C |
| Octal | 212 | 131 | 130 | 0 | 44 | 44 | 56 | 1 | 26 | 54 |
| Binary | 10001010 | 1011001 | 1011000 | 0 | 100100 | 100100 | 101110 | 1 | 10110 | 101100 |
Color Harmonies of #8A5958
Complementary color
Monochromatic Colors of #8A5958
Black with #8A5958
Text Example
Text Example
White with #8A5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5958; }
p { color: rgb(138,89,88); }
H1.HeaderClassName
{
color: #8A5958;
}
.AnyTagClassName
{
color: #8A5958;
}
</style>
background-color css
<style>
a { background-color: #8A5958; }
a { background-color: rgb(138,89,88); }
div.DivClassName
{
background-color: #8A5958;
}
.BgClassName
{
background-color: #8A5958;
}
</style>
border-color css
<style>
span { border-color: #8A5958; }
span { border-color: rgb(138,89,88); }
td.TdClassName
{
border-color: #8A5958;
}
.TagClassName
{
border-color: #8A5958;
}
</style>