Shades of Desert #AA5D38
Tints of Desert #AA5D38
RGB
CMYK
RGB Variations
Color information
#AA5D38 (or 0xAA5D38) is known color: Desert. HEX triplet: AA, 5D and 38. RGB value is (170,93,56). Sum of RGB (Red+Green+Blue) = 170+93+56=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D38 is #55A2C7. Grayscale: #707070. Windows color (decimal): -5612232 or 3693994. OLE color: 3693994.
HSL color Cylindrical-coordinate representation of color #AA5D38: hue angle of 19.47º 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 #AA5D38 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 56 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.33 |
| HSL | 19.47º | 0.5% | 0.44% | - |
| HSV(B) | 19.47º | 0.67% | 0.67% | - |
| XYZ | 21.21 | 16.66 | 5.84 | - |
| YUV | 111.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 56 | 0 | 0.45 | 0.67 | 0.33 | 19.47 | 0.5 | 0.44 |
| Hex | AA | 5D | 38 | 0 | 2D | 43 | 21 | 13 | 32 | 2C |
| Octal | 252 | 135 | 70 | 0 | 55 | 103 | 41 | 23 | 62 | 54 |
| Binary | 10101010 | 1011101 | 111000 | 0 | 101101 | 1000011 | 100001 | 10011 | 110010 | 101100 |
Color Harmonies of #AA5D38
Complementary color
Monochromatic Colors of #AA5D38
Black with #AA5D38
Text Example
Text Example
White with #AA5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D38; }
p { color: rgb(170,93,56); }
H1.HeaderClassName
{
color: #AA5D38;
}
.AnyTagClassName
{
color: #AA5D38;
}
</style>
background-color css
<style>
a { background-color: #AA5D38; }
a { background-color: rgb(170,93,56); }
div.DivClassName
{
background-color: #AA5D38;
}
.BgClassName
{
background-color: #AA5D38;
}
</style>
border-color css
<style>
span { border-color: #AA5D38; }
span { border-color: rgb(170,93,56); }
td.TdClassName
{
border-color: #AA5D38;
}
.TagClassName
{
border-color: #AA5D38;
}
</style>