Shades of Desert #A0653B
Tints of Desert #A0653B
RGB
CMYK
RGB Variations
Color information
#A0653B (or 0xA0653B) is known color: Desert. HEX triplet: A0, 65 and 3B. RGB value is (160,101,59). Sum of RGB (Red+Green+Blue) = 160+101+59=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0653B is #5F9AC4. Grayscale: #727272. Windows color (decimal): -6265541 or 3892640. OLE color: 3892640.
HSL color Cylindrical-coordinate representation of color #A0653B: hue angle of 24.95º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0653B is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 59 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.37 |
| HSL | 24.95º | 0.46% | 0.43% | - |
| HSV(B) | 24.95º | 0.63% | 0.63% | - |
| XYZ | 19.94 | 17.1 | 6.39 | - |
| YUV | 113.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 59 | 0 | 0.37 | 0.63 | 0.37 | 24.95 | 0.46 | 0.43 |
| Hex | A0 | 65 | 3B | 0 | 25 | 3F | 25 | 19 | 2E | 2B |
| Octal | 240 | 145 | 73 | 0 | 45 | 77 | 45 | 31 | 56 | 53 |
| Binary | 10100000 | 1100101 | 111011 | 0 | 100101 | 111111 | 100101 | 11001 | 101110 | 101011 |
Color Harmonies of #A0653B
Complementary color
Monochromatic Colors of #A0653B
Black with #A0653B
Text Example
Text Example
White with #A0653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0653B; }
p { color: rgb(160,101,59); }
H1.HeaderClassName
{
color: #A0653B;
}
.AnyTagClassName
{
color: #A0653B;
}
</style>
background-color css
<style>
a { background-color: #A0653B; }
a { background-color: rgb(160,101,59); }
div.DivClassName
{
background-color: #A0653B;
}
.BgClassName
{
background-color: #A0653B;
}
</style>
border-color css
<style>
span { border-color: #A0653B; }
span { border-color: rgb(160,101,59); }
td.TdClassName
{
border-color: #A0653B;
}
.TagClassName
{
border-color: #A0653B;
}
</style>