Shades of Rose Taupe #8A5756
Tints of Rose Taupe #8A5756
RGB
CMYK
RGB Variations
Color information
#8A5756 (or 0x8A5756) is known color: Rose Taupe. HEX triplet: 8A, 57 and 56. RGB value is (138,87,86). Sum of RGB (Red+Green+Blue) = 138+87+86=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5756 is #75A8A9. Grayscale: #666666. Windows color (decimal): -7710890 or 5658506. OLE color: 5658506.
HSL color Cylindrical-coordinate representation of color #8A5756: hue angle of 1.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5756 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 86 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.46 |
| HSL | 1.15º | 0.23% | 0.44% | - |
| HSV(B) | 1.15º | 0.38% | 0.54% | - |
| XYZ | 15.57 | 12.89 | 10.47 | - |
| YUV | 102.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 86 | 0 | 0.37 | 0.38 | 0.46 | 1.15 | 0.23 | 0.44 |
| Hex | 8A | 57 | 56 | 0 | 25 | 26 | 2E | 1 | 17 | 2C |
| Octal | 212 | 127 | 126 | 0 | 45 | 46 | 56 | 1 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1010110 | 0 | 100101 | 100110 | 101110 | 1 | 10111 | 101100 |
Color Harmonies of #8A5756
Complementary color
Monochromatic Colors of #8A5756
Black with #8A5756
Text Example
Text Example
White with #8A5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5756; }
p { color: rgb(138,87,86); }
H1.HeaderClassName
{
color: #8A5756;
}
.AnyTagClassName
{
color: #8A5756;
}
</style>
background-color css
<style>
a { background-color: #8A5756; }
a { background-color: rgb(138,87,86); }
div.DivClassName
{
background-color: #8A5756;
}
.BgClassName
{
background-color: #8A5756;
}
</style>
border-color css
<style>
span { border-color: #8A5756; }
span { border-color: rgb(138,87,86); }
td.TdClassName
{
border-color: #8A5756;
}
.TagClassName
{
border-color: #8A5756;
}
</style>