Shades of Desert #A8603D
Tints of Desert #A8603D
RGB
CMYK
RGB Variations
Color information
#A8603D (or 0xA8603D) is known color: Desert. HEX triplet: A8, 60 and 3D. RGB value is (168,96,61). Sum of RGB (Red+Green+Blue) = 168+96+61=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8603D is #579FC2. Grayscale: #717171. Windows color (decimal): -5742531 or 4022440. OLE color: 4022440.
HSL color Cylindrical-coordinate representation of color #A8603D: hue angle of 19.63º 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 #A8603D is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 61 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.34 |
| HSL | 19.63º | 0.47% | 0.45% | - |
| HSV(B) | 19.63º | 0.64% | 0.66% | - |
| XYZ | 21.17 | 17.03 | 6.59 | - |
| YUV | 113.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 61 | 0 | 0.43 | 0.64 | 0.34 | 19.63 | 0.47 | 0.45 |
| Hex | A8 | 60 | 3D | 0 | 2B | 40 | 22 | 14 | 2F | 2D |
| Octal | 250 | 140 | 75 | 0 | 53 | 100 | 42 | 24 | 57 | 55 |
| Binary | 10101000 | 1100000 | 111101 | 0 | 101011 | 1000000 | 100010 | 10100 | 101111 | 101101 |
Color Harmonies of #A8603D
Complementary color
Monochromatic Colors of #A8603D
Black with #A8603D
Text Example
Text Example
White with #A8603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8603D; }
p { color: rgb(168,96,61); }
H1.HeaderClassName
{
color: #A8603D;
}
.AnyTagClassName
{
color: #A8603D;
}
</style>
background-color css
<style>
a { background-color: #A8603D; }
a { background-color: rgb(168,96,61); }
div.DivClassName
{
background-color: #A8603D;
}
.BgClassName
{
background-color: #A8603D;
}
</style>
border-color css
<style>
span { border-color: #A8603D; }
span { border-color: rgb(168,96,61); }
td.TdClassName
{
border-color: #A8603D;
}
.TagClassName
{
border-color: #A8603D;
}
</style>