Shades of Rose Taupe #A05959
Tints of Rose Taupe #A05959
RGB
CMYK
RGB Variations
Color information
#A05959 (or 0xA05959) is known color: Rose Taupe. HEX triplet: A0, 59 and 59. RGB value is (160,89,89). Sum of RGB (Red+Green+Blue) = 160+89+89=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A05959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05959 is #5FA6A6. Grayscale: #6E6E6E. Windows color (decimal): -6268583 or 5855648. OLE color: 5855648.
HSL color Cylindrical-coordinate representation of color #A05959: hue angle of 0º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05959 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 89 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.37 |
| HSL | 0º | 0.29% | 0.49% | - |
| HSV(B) | 0º | 0.44% | 0.63% | - |
| XYZ | 19.87 | 15.34 | 11.36 | - |
| YUV | 110.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 89 | 0 | 0.44 | 0.44 | 0.37 | 0 | 0.29 | 0.49 |
| Hex | A0 | 59 | 59 | 0 | 2C | 2C | 25 | 0 | 1D | 31 |
| Octal | 240 | 131 | 131 | 0 | 54 | 54 | 45 | 0 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1011001 | 0 | 101100 | 101100 | 100101 | 0 | 11101 | 110001 |
Color Harmonies of #A05959
Complementary color
Monochromatic Colors of #A05959
Black with #A05959
Text Example
Text Example
White with #A05959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05959; }
p { color: rgb(160,89,89); }
H1.HeaderClassName
{
color: #A05959;
}
.AnyTagClassName
{
color: #A05959;
}
</style>
background-color css
<style>
a { background-color: #A05959; }
a { background-color: rgb(160,89,89); }
div.DivClassName
{
background-color: #A05959;
}
.BgClassName
{
background-color: #A05959;
}
</style>
border-color css
<style>
span { border-color: #A05959; }
span { border-color: rgb(160,89,89); }
td.TdClassName
{
border-color: #A05959;
}
.TagClassName
{
border-color: #A05959;
}
</style>