Shades of Rose Taupe #8A5B57
Tints of Rose Taupe #8A5B57
RGB
CMYK
RGB Variations
Color information
#8A5B57 (or 0x8A5B57) is known color: Rose Taupe. HEX triplet: 8A, 5B and 57. RGB value is (138,91,87). Sum of RGB (Red+Green+Blue) = 138+91+87=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B57 is #75A4A8. Grayscale: #686868. Windows color (decimal): -7709865 or 5725066. OLE color: 5725066.
HSL color Cylindrical-coordinate representation of color #8A5B57: hue angle of 4.71º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5B57 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 87 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.46 |
| HSL | 4.71º | 0.23% | 0.44% | - |
| HSV(B) | 4.71º | 0.37% | 0.54% | - |
| XYZ | 15.94 | 13.57 | 10.8 | - |
| YUV | 104.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 87 | 0 | 0.34 | 0.37 | 0.46 | 4.71 | 0.23 | 0.44 |
| Hex | 8A | 5B | 57 | 0 | 22 | 25 | 2E | 5 | 17 | 2C |
| Octal | 212 | 133 | 127 | 0 | 42 | 45 | 56 | 5 | 27 | 54 |
| Binary | 10001010 | 1011011 | 1010111 | 0 | 100010 | 100101 | 101110 | 101 | 10111 | 101100 |
Color Harmonies of #8A5B57
Complementary color
Monochromatic Colors of #8A5B57
Black with #8A5B57
Text Example
Text Example
White with #8A5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B57; }
p { color: rgb(138,91,87); }
H1.HeaderClassName
{
color: #8A5B57;
}
.AnyTagClassName
{
color: #8A5B57;
}
</style>
background-color css
<style>
a { background-color: #8A5B57; }
a { background-color: rgb(138,91,87); }
div.DivClassName
{
background-color: #8A5B57;
}
.BgClassName
{
background-color: #8A5B57;
}
</style>
border-color css
<style>
span { border-color: #8A5B57; }
span { border-color: rgb(138,91,87); }
td.TdClassName
{
border-color: #8A5B57;
}
.TagClassName
{
border-color: #8A5B57;
}
</style>