Shades of Desert #A3603C
Tints of Desert #A3603C
RGB
CMYK
RGB Variations
Color information
#A3603C (or 0xA3603C) is known color: Desert. HEX triplet: A3, 60 and 3C. RGB value is (163,96,60). Sum of RGB (Red+Green+Blue) = 163+96+60=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3603C is #5C9FC3. Grayscale: #707070. Windows color (decimal): -6070212 or 3956899. OLE color: 3956899.
HSL color Cylindrical-coordinate representation of color #A3603C: hue angle of 20.97º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3603C is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 60 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.36 |
| HSL | 20.97º | 0.46% | 0.44% | - |
| HSV(B) | 20.97º | 0.63% | 0.64% | - |
| XYZ | 20.1 | 16.48 | 6.4 | - |
| YUV | 111.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 60 | 0 | 0.41 | 0.63 | 0.36 | 20.97 | 0.46 | 0.44 |
| Hex | A3 | 60 | 3C | 0 | 29 | 3F | 24 | 15 | 2E | 2C |
| Octal | 243 | 140 | 74 | 0 | 51 | 77 | 44 | 25 | 56 | 54 |
| Binary | 10100011 | 1100000 | 111100 | 0 | 101001 | 111111 | 100100 | 10101 | 101110 | 101100 |
Color Harmonies of #A3603C
Complementary color
Monochromatic Colors of #A3603C
Black with #A3603C
Text Example
Text Example
White with #A3603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3603C; }
p { color: rgb(163,96,60); }
H1.HeaderClassName
{
color: #A3603C;
}
.AnyTagClassName
{
color: #A3603C;
}
</style>
background-color css
<style>
a { background-color: #A3603C; }
a { background-color: rgb(163,96,60); }
div.DivClassName
{
background-color: #A3603C;
}
.BgClassName
{
background-color: #A3603C;
}
</style>
border-color css
<style>
span { border-color: #A3603C; }
span { border-color: rgb(163,96,60); }
td.TdClassName
{
border-color: #A3603C;
}
.TagClassName
{
border-color: #A3603C;
}
</style>