Shades of Desert #A06540
Tints of Desert #A06540
RGB
CMYK
RGB Variations
Color information
#A06540 (or 0xA06540) is known color: Desert. HEX triplet: A0, 65 and 40. RGB value is (160,101,64). Sum of RGB (Red+Green+Blue) = 160+101+64=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A06540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06540 is #5F9ABF. Grayscale: #727272. Windows color (decimal): -6265536 or 4220320. OLE color: 4220320.
HSL color Cylindrical-coordinate representation of color #A06540: hue angle of 23.12º 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 #A06540 is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 64 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.37 |
| HSL | 23.13º | 0.43% | 0.44% | - |
| HSV(B) | 23.13º | 0.6% | 0.63% | - |
| XYZ | 20.08 | 17.15 | 7.1 | - |
| YUV | 114.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 64 | 0 | 0.37 | 0.6 | 0.37 | 23.13 | 0.43 | 0.44 |
| Hex | A0 | 65 | 40 | 0 | 25 | 3C | 25 | 17 | 2B | 2C |
| Octal | 240 | 145 | 100 | 0 | 45 | 74 | 45 | 27 | 53 | 54 |
| Binary | 10100000 | 1100101 | 1000000 | 0 | 100101 | 111100 | 100101 | 10111 | 101011 | 101100 |
Color Harmonies of #A06540
Complementary color
Monochromatic Colors of #A06540
Black with #A06540
Text Example
Text Example
White with #A06540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06540; }
p { color: rgb(160,101,64); }
H1.HeaderClassName
{
color: #A06540;
}
.AnyTagClassName
{
color: #A06540;
}
</style>
background-color css
<style>
a { background-color: #A06540; }
a { background-color: rgb(160,101,64); }
div.DivClassName
{
background-color: #A06540;
}
.BgClassName
{
background-color: #A06540;
}
</style>
border-color css
<style>
span { border-color: #A06540; }
span { border-color: rgb(160,101,64); }
td.TdClassName
{
border-color: #A06540;
}
.TagClassName
{
border-color: #A06540;
}
</style>