Shades of Desert #A2603B
Tints of Desert #A2603B
RGB
CMYK
RGB Variations
Color information
#A2603B (or 0xA2603B) is known color: Desert. HEX triplet: A2, 60 and 3B. RGB value is (162,96,59). Sum of RGB (Red+Green+Blue) = 162+96+59=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2603B is #5D9FC4. Grayscale: #6F6F6F. Windows color (decimal): -6135749 or 3891362. OLE color: 3891362.
HSL color Cylindrical-coordinate representation of color #A2603B: hue angle of 21.55º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2603B is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 59 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.36 |
| HSL | 21.55º | 0.47% | 0.43% | - |
| HSV(B) | 21.55º | 0.64% | 0.64% | - |
| XYZ | 19.87 | 16.36 | 6.25 | - |
| YUV | 111.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 59 | 0 | 0.41 | 0.64 | 0.36 | 21.55 | 0.47 | 0.43 |
| Hex | A2 | 60 | 3B | 0 | 29 | 40 | 24 | 16 | 2F | 2B |
| Octal | 242 | 140 | 73 | 0 | 51 | 100 | 44 | 26 | 57 | 53 |
| Binary | 10100010 | 1100000 | 111011 | 0 | 101001 | 1000000 | 100100 | 10110 | 101111 | 101011 |
Color Harmonies of #A2603B
Complementary color
Monochromatic Colors of #A2603B
Black with #A2603B
Text Example
Text Example
White with #A2603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2603B; }
p { color: rgb(162,96,59); }
H1.HeaderClassName
{
color: #A2603B;
}
.AnyTagClassName
{
color: #A2603B;
}
</style>
background-color css
<style>
a { background-color: #A2603B; }
a { background-color: rgb(162,96,59); }
div.DivClassName
{
background-color: #A2603B;
}
.BgClassName
{
background-color: #A2603B;
}
</style>
border-color css
<style>
span { border-color: #A2603B; }
span { border-color: rgb(162,96,59); }
td.TdClassName
{
border-color: #A2603B;
}
.TagClassName
{
border-color: #A2603B;
}
</style>