Shades of Desert #AA6239
Tints of Desert #AA6239
RGB
CMYK
RGB Variations
Color information
#AA6239 (or 0xAA6239) is known color: Desert. HEX triplet: AA, 62 and 39. RGB value is (170,98,57). Sum of RGB (Red+Green+Blue) = 170+98+57=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6239 is #559DC6. Grayscale: #737373. Windows color (decimal): -5610951 or 3760810. OLE color: 3760810.
HSL color Cylindrical-coordinate representation of color #AA6239: hue angle of 21.77º 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 #AA6239 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 57 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.33 |
| HSL | 21.77º | 0.5% | 0.45% | - |
| HSV(B) | 21.77º | 0.66% | 0.67% | - |
| XYZ | 21.68 | 17.58 | 6.12 | - |
| YUV | 114.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 57 | 0 | 0.42 | 0.66 | 0.33 | 21.77 | 0.5 | 0.45 |
| Hex | AA | 62 | 39 | 0 | 2A | 42 | 21 | 16 | 32 | 2D |
| Octal | 252 | 142 | 71 | 0 | 52 | 102 | 41 | 26 | 62 | 55 |
| Binary | 10101010 | 1100010 | 111001 | 0 | 101010 | 1000010 | 100001 | 10110 | 110010 | 101101 |
Color Harmonies of #AA6239
Complementary color
Monochromatic Colors of #AA6239
Black with #AA6239
Text Example
Text Example
White with #AA6239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6239; }
p { color: rgb(170,98,57); }
H1.HeaderClassName
{
color: #AA6239;
}
.AnyTagClassName
{
color: #AA6239;
}
</style>
background-color css
<style>
a { background-color: #AA6239; }
a { background-color: rgb(170,98,57); }
div.DivClassName
{
background-color: #AA6239;
}
.BgClassName
{
background-color: #AA6239;
}
</style>
border-color css
<style>
span { border-color: #AA6239; }
span { border-color: rgb(170,98,57); }
td.TdClassName
{
border-color: #AA6239;
}
.TagClassName
{
border-color: #AA6239;
}
</style>