Shades of Desert #A2603E
Tints of Desert #A2603E
RGB
CMYK
RGB Variations
Color information
#A2603E (or 0xA2603E) is known color: Desert. HEX triplet: A2, 60 and 3E. RGB value is (162,96,62). Sum of RGB (Red+Green+Blue) = 162+96+62=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2603E is #5D9FC1. Grayscale: #707070. Windows color (decimal): -6135746 or 4087970. OLE color: 4087970.
HSL color Cylindrical-coordinate representation of color #A2603E: hue angle of 20.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2603E is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 62 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.36 |
| HSL | 20.4º | 0.45% | 0.44% | - |
| HSV(B) | 20.4º | 0.62% | 0.64% | - |
| XYZ | 19.95 | 16.39 | 6.67 | - |
| YUV | 111.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 62 | 0 | 0.41 | 0.62 | 0.36 | 20.4 | 0.45 | 0.44 |
| Hex | A2 | 60 | 3E | 0 | 29 | 3E | 24 | 14 | 2D | 2C |
| Octal | 242 | 140 | 76 | 0 | 51 | 76 | 44 | 24 | 55 | 54 |
| Binary | 10100010 | 1100000 | 111110 | 0 | 101001 | 111110 | 100100 | 10100 | 101101 | 101100 |
Color Harmonies of #A2603E
Complementary color
Monochromatic Colors of #A2603E
Black with #A2603E
Text Example
Text Example
White with #A2603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2603E; }
p { color: rgb(162,96,62); }
H1.HeaderClassName
{
color: #A2603E;
}
.AnyTagClassName
{
color: #A2603E;
}
</style>
background-color css
<style>
a { background-color: #A2603E; }
a { background-color: rgb(162,96,62); }
div.DivClassName
{
background-color: #A2603E;
}
.BgClassName
{
background-color: #A2603E;
}
</style>
border-color css
<style>
span { border-color: #A2603E; }
span { border-color: rgb(162,96,62); }
td.TdClassName
{
border-color: #A2603E;
}
.TagClassName
{
border-color: #A2603E;
}
</style>