Shades of Desert #A0633C
Tints of Desert #A0633C
RGB
CMYK
RGB Variations
Color information
#A0633C (or 0xA0633C) is known color: Desert. HEX triplet: A0, 63 and 3C. RGB value is (160,99,60). Sum of RGB (Red+Green+Blue) = 160+99+60=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0633C is #5F9CC3. Grayscale: #717171. Windows color (decimal): -6266052 or 3957664. OLE color: 3957664.
HSL color Cylindrical-coordinate representation of color #A0633C: hue angle of 23.4º 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 #A0633C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 60 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.37 |
| HSL | 23.4º | 0.45% | 0.43% | - |
| HSV(B) | 23.4º | 0.63% | 0.63% | - |
| XYZ | 19.77 | 16.72 | 6.46 | - |
| YUV | 112.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 60 | 0 | 0.38 | 0.62 | 0.37 | 23.4 | 0.45 | 0.43 |
| Hex | A0 | 63 | 3C | 0 | 26 | 3E | 25 | 17 | 2D | 2B |
| Octal | 240 | 143 | 74 | 0 | 46 | 76 | 45 | 27 | 55 | 53 |
| Binary | 10100000 | 1100011 | 111100 | 0 | 100110 | 111110 | 100101 | 10111 | 101101 | 101011 |
Color Harmonies of #A0633C
Complementary color
Monochromatic Colors of #A0633C
Black with #A0633C
Text Example
Text Example
White with #A0633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0633C; }
p { color: rgb(160,99,60); }
H1.HeaderClassName
{
color: #A0633C;
}
.AnyTagClassName
{
color: #A0633C;
}
</style>
background-color css
<style>
a { background-color: #A0633C; }
a { background-color: rgb(160,99,60); }
div.DivClassName
{
background-color: #A0633C;
}
.BgClassName
{
background-color: #A0633C;
}
</style>
border-color css
<style>
span { border-color: #A0633C; }
span { border-color: rgb(160,99,60); }
td.TdClassName
{
border-color: #A0633C;
}
.TagClassName
{
border-color: #A0633C;
}
</style>