Shades of Desert #A16240
Tints of Desert #A16240
RGB
CMYK
RGB Variations
Color information
#A16240 (or 0xA16240) is known color: Desert. HEX triplet: A1, 62 and 40. RGB value is (161,98,64). Sum of RGB (Red+Green+Blue) = 161+98+64=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A16240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16240 is #5E9DBF. Grayscale: #717171. Windows color (decimal): -6200768 or 4219553. OLE color: 4219553.
HSL color Cylindrical-coordinate representation of color #A16240: hue angle of 21.03º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16240 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 64 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.37 |
| HSL | 21.03º | 0.43% | 0.44% | - |
| HSV(B) | 21.03º | 0.6% | 0.63% | - |
| XYZ | 19.99 | 16.68 | 7.02 | - |
| YUV | 112.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 64 | 0 | 0.39 | 0.60 | 0.37 | 21.03 | 0.43 | 0.44 |
| Hex | A1 | 62 | 40 | 0 | 27 | 3C | 25 | 15 | 2B | 2C |
| Octal | 241 | 142 | 100 | 0 | 47 | 74 | 45 | 25 | 53 | 54 |
| Binary | 10100001 | 1100010 | 1000000 | 0 | 100111 | 111100 | 100101 | 10101 | 101011 | 101100 |
Color Harmonies of #A16240
Complementary color
Monochromatic Colors of #A16240
Black with #A16240
Text Example
Text Example
White with #A16240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16240; }
p { color: rgb(161,98,64); }
H1.HeaderClassName
{
color: #A16240;
}
.AnyTagClassName
{
color: #A16240;
}
</style>
background-color css
<style>
a { background-color: #A16240; }
a { background-color: rgb(161,98,64); }
div.DivClassName
{
background-color: #A16240;
}
.BgClassName
{
background-color: #A16240;
}
</style>
border-color css
<style>
span { border-color: #A16240; }
span { border-color: rgb(161,98,64); }
td.TdClassName
{
border-color: #A16240;
}
.TagClassName
{
border-color: #A16240;
}
</style>