Shades of Desert #A0603F
Tints of Desert #A0603F
RGB
CMYK
RGB Variations
Color information
#A0603F (or 0xA0603F) is known color: Desert. HEX triplet: A0, 60 and 3F. RGB value is (160,96,63). Sum of RGB (Red+Green+Blue) = 160+96+63=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0603F is #5F9FC0. Grayscale: #6F6F6F. Windows color (decimal): -6266817 or 4153504. OLE color: 4153504.
HSL color Cylindrical-coordinate representation of color #A0603F: hue angle of 20.41º 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 #A0603F is Cyan = 0, Magento = 0.4, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 63 | - |
| CMYK | 0 | 0.4 | 0.61 | 0.37 |
| HSL | 20.41º | 0.43% | 0.44% | - |
| HSV(B) | 20.41º | 0.61% | 0.63% | - |
| XYZ | 19.58 | 16.2 | 6.8 | - |
| YUV | 111.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 63 | 0 | 0.4 | 0.61 | 0.37 | 20.41 | 0.43 | 0.44 |
| Hex | A0 | 60 | 3F | 0 | 28 | 3D | 25 | 14 | 2B | 2C |
| Octal | 240 | 140 | 77 | 0 | 50 | 75 | 45 | 24 | 53 | 54 |
| Binary | 10100000 | 1100000 | 111111 | 0 | 101000 | 111101 | 100101 | 10100 | 101011 | 101100 |
Color Harmonies of #A0603F
Complementary color
Monochromatic Colors of #A0603F
Black with #A0603F
Text Example
Text Example
White with #A0603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0603F; }
p { color: rgb(160,96,63); }
H1.HeaderClassName
{
color: #A0603F;
}
.AnyTagClassName
{
color: #A0603F;
}
</style>
background-color css
<style>
a { background-color: #A0603F; }
a { background-color: rgb(160,96,63); }
div.DivClassName
{
background-color: #A0603F;
}
.BgClassName
{
background-color: #A0603F;
}
</style>
border-color css
<style>
span { border-color: #A0603F; }
span { border-color: rgb(160,96,63); }
td.TdClassName
{
border-color: #A0603F;
}
.TagClassName
{
border-color: #A0603F;
}
</style>