Shades of Desert #A8603C
Tints of Desert #A8603C
RGB
CMYK
RGB Variations
Color information
#A8603C (or 0xA8603C) is known color: Desert. HEX triplet: A8, 60 and 3C. RGB value is (168,96,60). Sum of RGB (Red+Green+Blue) = 168+96+60=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8603C is #579FC3. Grayscale: #717171. Windows color (decimal): -5742532 or 3956904. OLE color: 3956904.
HSL color Cylindrical-coordinate representation of color #A8603C: hue angle of 20º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8603C is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 60 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.34 |
| HSL | 20º | 0.47% | 0.45% | - |
| HSV(B) | 20º | 0.64% | 0.66% | - |
| XYZ | 21.15 | 17.02 | 6.44 | - |
| YUV | 113.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 60 | 0 | 0.43 | 0.64 | 0.34 | 20 | 0.47 | 0.45 |
| Hex | A8 | 60 | 3C | 0 | 2B | 40 | 22 | 14 | 2F | 2D |
| Octal | 250 | 140 | 74 | 0 | 53 | 100 | 42 | 24 | 57 | 55 |
| Binary | 10101000 | 1100000 | 111100 | 0 | 101011 | 1000000 | 100010 | 10100 | 101111 | 101101 |
Color Harmonies of #A8603C
Complementary color
Monochromatic Colors of #A8603C
Black with #A8603C
Text Example
Text Example
White with #A8603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8603C; }
p { color: rgb(168,96,60); }
H1.HeaderClassName
{
color: #A8603C;
}
.AnyTagClassName
{
color: #A8603C;
}
</style>
background-color css
<style>
a { background-color: #A8603C; }
a { background-color: rgb(168,96,60); }
div.DivClassName
{
background-color: #A8603C;
}
.BgClassName
{
background-color: #A8603C;
}
</style>
border-color css
<style>
span { border-color: #A8603C; }
span { border-color: rgb(168,96,60); }
td.TdClassName
{
border-color: #A8603C;
}
.TagClassName
{
border-color: #A8603C;
}
</style>