Shades of Desert #AA6037
Tints of Desert #AA6037
RGB
CMYK
RGB Variations
Color information
#AA6037 (or 0xAA6037) is known color: Desert. HEX triplet: AA, 60 and 37. RGB value is (170,96,55). Sum of RGB (Red+Green+Blue) = 170+96+55=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6037 is #559FC8. Grayscale: #717171. Windows color (decimal): -5611465 or 3629226. OLE color: 3629226.
HSL color Cylindrical-coordinate representation of color #AA6037: hue angle of 21.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA6037 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 55 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.33 |
| HSL | 21.39º | 0.51% | 0.44% | - |
| HSV(B) | 21.39º | 0.68% | 0.67% | - |
| XYZ | 21.45 | 17.19 | 5.8 | - |
| YUV | 113.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 55 | 0 | 0.44 | 0.68 | 0.33 | 21.39 | 0.51 | 0.44 |
| Hex | AA | 60 | 37 | 0 | 2C | 44 | 21 | 15 | 33 | 2C |
| Octal | 252 | 140 | 67 | 0 | 54 | 104 | 41 | 25 | 63 | 54 |
| Binary | 10101010 | 1100000 | 110111 | 0 | 101100 | 1000100 | 100001 | 10101 | 110011 | 101100 |
Color Harmonies of #AA6037
Complementary color
Monochromatic Colors of #AA6037
Black with #AA6037
Text Example
Text Example
White with #AA6037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6037; }
p { color: rgb(170,96,55); }
H1.HeaderClassName
{
color: #AA6037;
}
.AnyTagClassName
{
color: #AA6037;
}
</style>
background-color css
<style>
a { background-color: #AA6037; }
a { background-color: rgb(170,96,55); }
div.DivClassName
{
background-color: #AA6037;
}
.BgClassName
{
background-color: #AA6037;
}
</style>
border-color css
<style>
span { border-color: #AA6037; }
span { border-color: rgb(170,96,55); }
td.TdClassName
{
border-color: #AA6037;
}
.TagClassName
{
border-color: #AA6037;
}
</style>