Shades of Desert #AA6038
Tints of Desert #AA6038
RGB
CMYK
RGB Variations
Color information
#AA6038 (or 0xAA6038) is known color: Desert. HEX triplet: AA, 60 and 38. RGB value is (170,96,56). Sum of RGB (Red+Green+Blue) = 170+96+56=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6038 is #559FC7. Grayscale: #717171. Windows color (decimal): -5611464 or 3694762. OLE color: 3694762.
HSL color Cylindrical-coordinate representation of color #AA6038: hue angle of 21.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA6038 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 56 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.33 |
| HSL | 21.05º | 0.5% | 0.44% | - |
| HSV(B) | 21.05º | 0.67% | 0.67% | - |
| XYZ | 21.47 | 17.2 | 5.93 | - |
| YUV | 113.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 56 | 0 | 0.44 | 0.67 | 0.33 | 21.05 | 0.5 | 0.44 |
| Hex | AA | 60 | 38 | 0 | 2C | 43 | 21 | 15 | 32 | 2C |
| Octal | 252 | 140 | 70 | 0 | 54 | 103 | 41 | 25 | 62 | 54 |
| Binary | 10101010 | 1100000 | 111000 | 0 | 101100 | 1000011 | 100001 | 10101 | 110010 | 101100 |
Color Harmonies of #AA6038
Complementary color
Monochromatic Colors of #AA6038
Black with #AA6038
Text Example
Text Example
White with #AA6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6038; }
p { color: rgb(170,96,56); }
H1.HeaderClassName
{
color: #AA6038;
}
.AnyTagClassName
{
color: #AA6038;
}
</style>
background-color css
<style>
a { background-color: #AA6038; }
a { background-color: rgb(170,96,56); }
div.DivClassName
{
background-color: #AA6038;
}
.BgClassName
{
background-color: #AA6038;
}
</style>
border-color css
<style>
span { border-color: #AA6038; }
span { border-color: rgb(170,96,56); }
td.TdClassName
{
border-color: #AA6038;
}
.TagClassName
{
border-color: #AA6038;
}
</style>