Shades of Desert #A0603C
Tints of Desert #A0603C
RGB
CMYK
RGB Variations
Color information
#A0603C (or 0xA0603C) is known color: Desert. HEX triplet: A0, 60 and 3C. RGB value is (160,96,60). Sum of RGB (Red+Green+Blue) = 160+96+60=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0603C is #5F9FC3. Grayscale: #6F6F6F. Windows color (decimal): -6266820 or 3956896. OLE color: 3956896.
HSL color Cylindrical-coordinate representation of color #A0603C: hue angle of 21.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 #A0603C is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 60 | - |
| CMYK | 0 | 0.4 | 0.62 | 0.37 |
| HSL | 21.6º | 0.45% | 0.43% | - |
| HSV(B) | 21.6º | 0.63% | 0.63% | - |
| XYZ | 19.5 | 16.17 | 6.37 | - |
| YUV | 111.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 60 | 0 | 0.4 | 0.62 | 0.37 | 21.6 | 0.45 | 0.43 |
| Hex | A0 | 60 | 3C | 0 | 28 | 3E | 25 | 16 | 2D | 2B |
| Octal | 240 | 140 | 74 | 0 | 50 | 76 | 45 | 26 | 55 | 53 |
| Binary | 10100000 | 1100000 | 111100 | 0 | 101000 | 111110 | 100101 | 10110 | 101101 | 101011 |
Color Harmonies of #A0603C
Complementary color
Monochromatic Colors of #A0603C
Black with #A0603C
Text Example
Text Example
White with #A0603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0603C; }
p { color: rgb(160,96,60); }
H1.HeaderClassName
{
color: #A0603C;
}
.AnyTagClassName
{
color: #A0603C;
}
</style>
background-color css
<style>
a { background-color: #A0603C; }
a { background-color: rgb(160,96,60); }
div.DivClassName
{
background-color: #A0603C;
}
.BgClassName
{
background-color: #A0603C;
}
</style>
border-color css
<style>
span { border-color: #A0603C; }
span { border-color: rgb(160,96,60); }
td.TdClassName
{
border-color: #A0603C;
}
.TagClassName
{
border-color: #A0603C;
}
</style>