Shades of Desert #A0603B
Tints of Desert #A0603B
RGB
CMYK
RGB Variations
Color information
#A0603B (or 0xA0603B) is known color: Desert. HEX triplet: A0, 60 and 3B. RGB value is (160,96,59). Sum of RGB (Red+Green+Blue) = 160+96+59=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A0603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0603B is #5F9FC4. Grayscale: #6F6F6F. Windows color (decimal): -6266821 or 3891360. OLE color: 3891360.
HSL color Cylindrical-coordinate representation of color #A0603B: hue angle of 21.98º 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 #A0603B is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 59 | - |
| CMYK | 0 | 0.4 | 0.63 | 0.37 |
| HSL | 21.98º | 0.46% | 0.43% | - |
| HSV(B) | 21.98º | 0.63% | 0.63% | - |
| XYZ | 19.47 | 16.16 | 6.23 | - |
| YUV | 110.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 59 | 0 | 0.4 | 0.63 | 0.37 | 21.98 | 0.46 | 0.43 |
| Hex | A0 | 60 | 3B | 0 | 28 | 3F | 25 | 16 | 2E | 2B |
| Octal | 240 | 140 | 73 | 0 | 50 | 77 | 45 | 26 | 56 | 53 |
| Binary | 10100000 | 1100000 | 111011 | 0 | 101000 | 111111 | 100101 | 10110 | 101110 | 101011 |
Color Harmonies of #A0603B
Complementary color
Monochromatic Colors of #A0603B
Black with #A0603B
Text Example
Text Example
White with #A0603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0603B; }
p { color: rgb(160,96,59); }
H1.HeaderClassName
{
color: #A0603B;
}
.AnyTagClassName
{
color: #A0603B;
}
</style>
background-color css
<style>
a { background-color: #A0603B; }
a { background-color: rgb(160,96,59); }
div.DivClassName
{
background-color: #A0603B;
}
.BgClassName
{
background-color: #A0603B;
}
</style>
border-color css
<style>
span { border-color: #A0603B; }
span { border-color: rgb(160,96,59); }
td.TdClassName
{
border-color: #A0603B;
}
.TagClassName
{
border-color: #A0603B;
}
</style>