Shades of Desert #A0653C
Tints of Desert #A0653C
RGB
CMYK
RGB Variations
Color information
#A0653C (or 0xA0653C) is known color: Desert. HEX triplet: A0, 65 and 3C. RGB value is (160,101,60). Sum of RGB (Red+Green+Blue) = 160+101+60=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0653C is #5F9AC3. Grayscale: #727272. Windows color (decimal): -6265540 or 3958176. OLE color: 3958176.
HSL color Cylindrical-coordinate representation of color #A0653C: hue angle of 24.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0653C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 60 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.37 |
| HSL | 24.6º | 0.45% | 0.43% | - |
| HSV(B) | 24.6º | 0.63% | 0.63% | - |
| XYZ | 19.97 | 17.11 | 6.52 | - |
| YUV | 113.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 60 | 0 | 0.37 | 0.62 | 0.37 | 24.6 | 0.45 | 0.43 |
| Hex | A0 | 65 | 3C | 0 | 25 | 3E | 25 | 19 | 2D | 2B |
| Octal | 240 | 145 | 74 | 0 | 45 | 76 | 45 | 31 | 55 | 53 |
| Binary | 10100000 | 1100101 | 111100 | 0 | 100101 | 111110 | 100101 | 11001 | 101101 | 101011 |
Color Harmonies of #A0653C
Complementary color
Monochromatic Colors of #A0653C
Black with #A0653C
Text Example
Text Example
White with #A0653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0653C; }
p { color: rgb(160,101,60); }
H1.HeaderClassName
{
color: #A0653C;
}
.AnyTagClassName
{
color: #A0653C;
}
</style>
background-color css
<style>
a { background-color: #A0653C; }
a { background-color: rgb(160,101,60); }
div.DivClassName
{
background-color: #A0653C;
}
.BgClassName
{
background-color: #A0653C;
}
</style>
border-color css
<style>
span { border-color: #A0653C; }
span { border-color: rgb(160,101,60); }
td.TdClassName
{
border-color: #A0653C;
}
.TagClassName
{
border-color: #A0653C;
}
</style>