Shades of Desert #AA6439
Tints of Desert #AA6439
RGB
CMYK
RGB Variations
Color information
#AA6439 (or 0xAA6439) is known color: Desert. HEX triplet: AA, 64 and 39. RGB value is (170,100,57). Sum of RGB (Red+Green+Blue) = 170+100+57=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6439 is #559BC6. Grayscale: #747474. Windows color (decimal): -5610439 or 3761322. OLE color: 3761322.
HSL color Cylindrical-coordinate representation of color #AA6439: hue angle of 22.83º 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 #AA6439 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 57 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.33 |
| HSL | 22.83º | 0.5% | 0.45% | - |
| HSV(B) | 22.83º | 0.66% | 0.67% | - |
| XYZ | 21.87 | 17.96 | 6.18 | - |
| YUV | 116.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 57 | 0 | 0.41 | 0.66 | 0.33 | 22.83 | 0.5 | 0.45 |
| Hex | AA | 64 | 39 | 0 | 29 | 42 | 21 | 17 | 32 | 2D |
| Octal | 252 | 144 | 71 | 0 | 51 | 102 | 41 | 27 | 62 | 55 |
| Binary | 10101010 | 1100100 | 111001 | 0 | 101001 | 1000010 | 100001 | 10111 | 110010 | 101101 |
Color Harmonies of #AA6439
Complementary color
Monochromatic Colors of #AA6439
Black with #AA6439
Text Example
Text Example
White with #AA6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6439; }
p { color: rgb(170,100,57); }
H1.HeaderClassName
{
color: #AA6439;
}
.AnyTagClassName
{
color: #AA6439;
}
</style>
background-color css
<style>
a { background-color: #AA6439; }
a { background-color: rgb(170,100,57); }
div.DivClassName
{
background-color: #AA6439;
}
.BgClassName
{
background-color: #AA6439;
}
</style>
border-color css
<style>
span { border-color: #AA6439; }
span { border-color: rgb(170,100,57); }
td.TdClassName
{
border-color: #AA6439;
}
.TagClassName
{
border-color: #AA6439;
}
</style>