Shades of Rose Taupe #8A5D57
Tints of Rose Taupe #8A5D57
RGB
CMYK
RGB Variations
Color information
#8A5D57 (or 0x8A5D57) is known color: Rose Taupe. HEX triplet: 8A, 5D and 57. RGB value is (138,93,87). Sum of RGB (Red+Green+Blue) = 138+93+87=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5D57 is #75A2A8. Grayscale: #696969. Windows color (decimal): -7709353 or 5725578. OLE color: 5725578.
HSL color Cylindrical-coordinate representation of color #8A5D57: hue angle of 7.06º 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 #8A5D57 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 93 | 87 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.46 |
| HSL | 7.06º | 0.23% | 0.44% | - |
| HSV(B) | 7.06º | 0.37% | 0.54% | - |
| XYZ | 16.12 | 13.92 | 10.85 | - |
| YUV | 105.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 87 | 0 | 0.33 | 0.37 | 0.46 | 7.06 | 0.23 | 0.44 |
| Hex | 8A | 5D | 57 | 0 | 21 | 25 | 2E | 7 | 17 | 2C |
| Octal | 212 | 135 | 127 | 0 | 41 | 45 | 56 | 7 | 27 | 54 |
| Binary | 10001010 | 1011101 | 1010111 | 0 | 100001 | 100101 | 101110 | 111 | 10111 | 101100 |
Color Harmonies of #8A5D57
Complementary color
Monochromatic Colors of #8A5D57
Black with #8A5D57
Text Example
Text Example
White with #8A5D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5D57; }
p { color: rgb(138,93,87); }
H1.HeaderClassName
{
color: #8A5D57;
}
.AnyTagClassName
{
color: #8A5D57;
}
</style>
background-color css
<style>
a { background-color: #8A5D57; }
a { background-color: rgb(138,93,87); }
div.DivClassName
{
background-color: #8A5D57;
}
.BgClassName
{
background-color: #8A5D57;
}
</style>
border-color css
<style>
span { border-color: #8A5D57; }
span { border-color: rgb(138,93,87); }
td.TdClassName
{
border-color: #8A5D57;
}
.TagClassName
{
border-color: #8A5D57;
}
</style>