Shades of Rose Taupe #905A57
Tints of Rose Taupe #905A57
RGB
CMYK
RGB Variations
Color information
#905A57 (or 0x905A57) is known color: Rose Taupe. HEX triplet: 90, 5A and 57. RGB value is (144,90,87). Sum of RGB (Red+Green+Blue) = 144+90+87=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #905A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A57 is #6FA5A8. Grayscale: #696969. Windows color (decimal): -7316905 or 5724816. OLE color: 5724816.
HSL color Cylindrical-coordinate representation of color #905A57: hue angle of 3.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905A57 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 87 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.44 |
| HSL | 3.16º | 0.25% | 0.45% | - |
| HSV(B) | 3.16º | 0.4% | 0.56% | - |
| XYZ | 16.88 | 13.93 | 10.82 | - |
| YUV | 105.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 87 | 0 | 0.37 | 0.40 | 0.44 | 3.16 | 0.25 | 0.45 |
| Hex | 90 | 5A | 57 | 0 | 25 | 28 | 2C | 3 | 19 | 2D |
| Octal | 220 | 132 | 127 | 0 | 45 | 50 | 54 | 3 | 31 | 55 |
| Binary | 10010000 | 1011010 | 1010111 | 0 | 100101 | 101000 | 101100 | 11 | 11001 | 101101 |
Color Harmonies of #905A57
Complementary color
Monochromatic Colors of #905A57
Black with #905A57
Text Example
Text Example
White with #905A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A57; }
p { color: rgb(144,90,87); }
H1.HeaderClassName
{
color: #905A57;
}
.AnyTagClassName
{
color: #905A57;
}
</style>
background-color css
<style>
a { background-color: #905A57; }
a { background-color: rgb(144,90,87); }
div.DivClassName
{
background-color: #905A57;
}
.BgClassName
{
background-color: #905A57;
}
</style>
border-color css
<style>
span { border-color: #905A57; }
span { border-color: rgb(144,90,87); }
td.TdClassName
{
border-color: #905A57;
}
.TagClassName
{
border-color: #905A57;
}
</style>