Shades of Desert #AA5E38
Tints of Desert #AA5E38
RGB
CMYK
RGB Variations
Color information
#AA5E38 (or 0xAA5E38) is known color: Desert. HEX triplet: AA, 5E and 38. RGB value is (170,94,56). Sum of RGB (Red+Green+Blue) = 170+94+56=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E38 is #55A1C7. Grayscale: #707070. Windows color (decimal): -5611976 or 3694250. OLE color: 3694250.
HSL color Cylindrical-coordinate representation of color #AA5E38: hue angle of 20º 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 #AA5E38 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 56 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.33 |
| HSL | 20º | 0.5% | 0.44% | - |
| HSV(B) | 20º | 0.67% | 0.67% | - |
| XYZ | 21.29 | 16.84 | 5.87 | - |
| YUV | 112.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 56 | 0 | 0.45 | 0.67 | 0.33 | 20 | 0.5 | 0.44 |
| Hex | AA | 5E | 38 | 0 | 2D | 43 | 21 | 14 | 32 | 2C |
| Octal | 252 | 136 | 70 | 0 | 55 | 103 | 41 | 24 | 62 | 54 |
| Binary | 10101010 | 1011110 | 111000 | 0 | 101101 | 1000011 | 100001 | 10100 | 110010 | 101100 |
Color Harmonies of #AA5E38
Complementary color
Monochromatic Colors of #AA5E38
Black with #AA5E38
Text Example
Text Example
White with #AA5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E38; }
p { color: rgb(170,94,56); }
H1.HeaderClassName
{
color: #AA5E38;
}
.AnyTagClassName
{
color: #AA5E38;
}
</style>
background-color css
<style>
a { background-color: #AA5E38; }
a { background-color: rgb(170,94,56); }
div.DivClassName
{
background-color: #AA5E38;
}
.BgClassName
{
background-color: #AA5E38;
}
</style>
border-color css
<style>
span { border-color: #AA5E38; }
span { border-color: rgb(170,94,56); }
td.TdClassName
{
border-color: #AA5E38;
}
.TagClassName
{
border-color: #AA5E38;
}
</style>