Shades of Rose Taupe #9F5A57
Tints of Rose Taupe #9F5A57
RGB
CMYK
RGB Variations
Color information
#9F5A57 (or 0x9F5A57) is known color: Rose Taupe. HEX triplet: 9F, 5A and 57. RGB value is (159,90,87). Sum of RGB (Red+Green+Blue) = 159+90+87=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A57 is #60A5A8. Grayscale: #6E6E6E. Windows color (decimal): -6333865 or 5724831. OLE color: 5724831.
HSL color Cylindrical-coordinate representation of color #9F5A57: hue angle of 2.5º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5A57 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 87 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.38 |
| HSL | 2.5º | 0.29% | 0.48% | - |
| HSV(B) | 2.5º | 0.45% | 0.62% | - |
| XYZ | 19.67 | 15.37 | 10.95 | - |
| YUV | 110.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 87 | 0 | 0.43 | 0.45 | 0.38 | 2.5 | 0.29 | 0.48 |
| Hex | 9F | 5A | 57 | 0 | 2B | 2D | 26 | 2 | 1D | 30 |
| Octal | 237 | 132 | 127 | 0 | 53 | 55 | 46 | 2 | 35 | 60 |
| Binary | 10011111 | 1011010 | 1010111 | 0 | 101011 | 101101 | 100110 | 10 | 11101 | 110000 |
Color Harmonies of #9F5A57
Complementary color
Monochromatic Colors of #9F5A57
Black with #9F5A57
Text Example
Text Example
White with #9F5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A57; }
p { color: rgb(159,90,87); }
H1.HeaderClassName
{
color: #9F5A57;
}
.AnyTagClassName
{
color: #9F5A57;
}
</style>
background-color css
<style>
a { background-color: #9F5A57; }
a { background-color: rgb(159,90,87); }
div.DivClassName
{
background-color: #9F5A57;
}
.BgClassName
{
background-color: #9F5A57;
}
</style>
border-color css
<style>
span { border-color: #9F5A57; }
span { border-color: rgb(159,90,87); }
td.TdClassName
{
border-color: #9F5A57;
}
.TagClassName
{
border-color: #9F5A57;
}
</style>