Shades of Desert #A0653F
Tints of Desert #A0653F
RGB
CMYK
RGB Variations
Color information
#A0653F (or 0xA0653F) is known color: Desert. HEX triplet: A0, 65 and 3F. RGB value is (160,101,63). Sum of RGB (Red+Green+Blue) = 160+101+63=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0653F is #5F9AC0. Grayscale: #727272. Windows color (decimal): -6265537 or 4154784. OLE color: 4154784.
HSL color Cylindrical-coordinate representation of color #A0653F: hue angle of 23.51º degrees, saturation: 0.43, 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 #A0653F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 63 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.37 |
| HSL | 23.51º | 0.43% | 0.44% | - |
| HSV(B) | 23.51º | 0.61% | 0.63% | - |
| XYZ | 20.05 | 17.14 | 6.95 | - |
| YUV | 114.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 63 | 0 | 0.37 | 0.61 | 0.37 | 23.51 | 0.43 | 0.44 |
| Hex | A0 | 65 | 3F | 0 | 25 | 3D | 25 | 18 | 2B | 2C |
| Octal | 240 | 145 | 77 | 0 | 45 | 75 | 45 | 30 | 53 | 54 |
| Binary | 10100000 | 1100101 | 111111 | 0 | 100101 | 111101 | 100101 | 11000 | 101011 | 101100 |
Color Harmonies of #A0653F
Complementary color
Monochromatic Colors of #A0653F
Black with #A0653F
Text Example
Text Example
White with #A0653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0653F; }
p { color: rgb(160,101,63); }
H1.HeaderClassName
{
color: #A0653F;
}
.AnyTagClassName
{
color: #A0653F;
}
</style>
background-color css
<style>
a { background-color: #A0653F; }
a { background-color: rgb(160,101,63); }
div.DivClassName
{
background-color: #A0653F;
}
.BgClassName
{
background-color: #A0653F;
}
</style>
border-color css
<style>
span { border-color: #A0653F; }
span { border-color: rgb(160,101,63); }
td.TdClassName
{
border-color: #A0653F;
}
.TagClassName
{
border-color: #A0653F;
}
</style>