Shades of Desert #A06440
Tints of Desert #A06440
RGB
CMYK
RGB Variations
Color information
#A06440 (or 0xA06440) is known color: Desert. HEX triplet: A0, 64 and 40. RGB value is (160,100,64). Sum of RGB (Red+Green+Blue) = 160+100+64=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06440 is #5F9BBF. Grayscale: #727272. Windows color (decimal): -6265792 or 4220064. OLE color: 4220064.
HSL color Cylindrical-coordinate representation of color #A06440: hue angle of 22.5º 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 #A06440 is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 64 | - |
| CMYK | 0 | 0.38 | 0.6 | 0.37 |
| HSL | 22.5º | 0.43% | 0.44% | - |
| HSV(B) | 22.5º | 0.6% | 0.63% | - |
| XYZ | 19.98 | 16.96 | 7.07 | - |
| YUV | 113.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 64 | 0 | 0.38 | 0.6 | 0.37 | 22.5 | 0.43 | 0.44 |
| Hex | A0 | 64 | 40 | 0 | 26 | 3C | 25 | 16 | 2B | 2C |
| Octal | 240 | 144 | 100 | 0 | 46 | 74 | 45 | 26 | 53 | 54 |
| Binary | 10100000 | 1100100 | 1000000 | 0 | 100110 | 111100 | 100101 | 10110 | 101011 | 101100 |
Color Harmonies of #A06440
Complementary color
Monochromatic Colors of #A06440
Black with #A06440
Text Example
Text Example
White with #A06440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06440; }
p { color: rgb(160,100,64); }
H1.HeaderClassName
{
color: #A06440;
}
.AnyTagClassName
{
color: #A06440;
}
</style>
background-color css
<style>
a { background-color: #A06440; }
a { background-color: rgb(160,100,64); }
div.DivClassName
{
background-color: #A06440;
}
.BgClassName
{
background-color: #A06440;
}
</style>
border-color css
<style>
span { border-color: #A06440; }
span { border-color: rgb(160,100,64); }
td.TdClassName
{
border-color: #A06440;
}
.TagClassName
{
border-color: #A06440;
}
</style>