Shades of Desert #A0653E
Tints of Desert #A0653E
RGB
CMYK
RGB Variations
Color information
#A0653E (or 0xA0653E) is known color: Desert. HEX triplet: A0, 65 and 3E. RGB value is (160,101,62). Sum of RGB (Red+Green+Blue) = 160+101+62=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0653E is #5F9AC1. Grayscale: #727272. Windows color (decimal): -6265538 or 4089248. OLE color: 4089248.
HSL color Cylindrical-coordinate representation of color #A0653E: hue angle of 23.88º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0653E is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 62 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.37 |
| HSL | 23.88º | 0.44% | 0.44% | - |
| HSV(B) | 23.88º | 0.61% | 0.63% | - |
| XYZ | 20.02 | 17.13 | 6.81 | - |
| YUV | 114.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 62 | 0 | 0.37 | 0.61 | 0.37 | 23.88 | 0.44 | 0.44 |
| Hex | A0 | 65 | 3E | 0 | 25 | 3D | 25 | 18 | 2C | 2C |
| Octal | 240 | 145 | 76 | 0 | 45 | 75 | 45 | 30 | 54 | 54 |
| Binary | 10100000 | 1100101 | 111110 | 0 | 100101 | 111101 | 100101 | 11000 | 101100 | 101100 |
Color Harmonies of #A0653E
Complementary color
Monochromatic Colors of #A0653E
Black with #A0653E
Text Example
Text Example
White with #A0653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0653E; }
p { color: rgb(160,101,62); }
H1.HeaderClassName
{
color: #A0653E;
}
.AnyTagClassName
{
color: #A0653E;
}
</style>
background-color css
<style>
a { background-color: #A0653E; }
a { background-color: rgb(160,101,62); }
div.DivClassName
{
background-color: #A0653E;
}
.BgClassName
{
background-color: #A0653E;
}
</style>
border-color css
<style>
span { border-color: #A0653E; }
span { border-color: rgb(160,101,62); }
td.TdClassName
{
border-color: #A0653E;
}
.TagClassName
{
border-color: #A0653E;
}
</style>