Shades of Desert #AA5E39
Tints of Desert #AA5E39
RGB
CMYK
RGB Variations
Color information
#AA5E39 (or 0xAA5E39) is known color: Desert. HEX triplet: AA, 5E and 39. RGB value is (170,94,57). Sum of RGB (Red+Green+Blue) = 170+94+57=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E39 is #55A1C6. Grayscale: #707070. Windows color (decimal): -5611975 or 3759786. OLE color: 3759786.
HSL color Cylindrical-coordinate representation of color #AA5E39: hue angle of 19.65º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA5E39 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 57 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.33 |
| HSL | 19.65º | 0.5% | 0.45% | - |
| HSV(B) | 19.65º | 0.66% | 0.67% | - |
| XYZ | 21.32 | 16.85 | 6 | - |
| YUV | 112.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 57 | 0 | 0.45 | 0.66 | 0.33 | 19.65 | 0.5 | 0.45 |
| Hex | AA | 5E | 39 | 0 | 2D | 42 | 21 | 14 | 32 | 2D |
| Octal | 252 | 136 | 71 | 0 | 55 | 102 | 41 | 24 | 62 | 55 |
| Binary | 10101010 | 1011110 | 111001 | 0 | 101101 | 1000010 | 100001 | 10100 | 110010 | 101101 |
Color Harmonies of #AA5E39
Complementary color
Monochromatic Colors of #AA5E39
Black with #AA5E39
Text Example
Text Example
White with #AA5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E39; }
p { color: rgb(170,94,57); }
H1.HeaderClassName
{
color: #AA5E39;
}
.AnyTagClassName
{
color: #AA5E39;
}
</style>
background-color css
<style>
a { background-color: #AA5E39; }
a { background-color: rgb(170,94,57); }
div.DivClassName
{
background-color: #AA5E39;
}
.BgClassName
{
background-color: #AA5E39;
}
</style>
border-color css
<style>
span { border-color: #AA5E39; }
span { border-color: rgb(170,94,57); }
td.TdClassName
{
border-color: #AA5E39;
}
.TagClassName
{
border-color: #AA5E39;
}
</style>