Shades of Desert #A96439
Tints of Desert #A96439
RGB
CMYK
RGB Variations
Color information
#A96439 (or 0xA96439) is known color: Desert. HEX triplet: A9, 64 and 39. RGB value is (169,100,57). Sum of RGB (Red+Green+Blue) = 169+100+57=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A96439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96439 is #569BC6. Grayscale: #737373. Windows color (decimal): -5675975 or 3761321. OLE color: 3761321.
HSL color Cylindrical-coordinate representation of color #A96439: hue angle of 23.04º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A96439 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 57 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.34 |
| HSL | 23.04º | 0.5% | 0.44% | - |
| HSV(B) | 23.04º | 0.66% | 0.66% | - |
| XYZ | 21.66 | 17.84 | 6.17 | - |
| YUV | 115.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 57 | 0 | 0.41 | 0.66 | 0.34 | 23.04 | 0.5 | 0.44 |
| Hex | A9 | 64 | 39 | 0 | 29 | 42 | 22 | 17 | 32 | 2C |
| Octal | 251 | 144 | 71 | 0 | 51 | 102 | 42 | 27 | 62 | 54 |
| Binary | 10101001 | 1100100 | 111001 | 0 | 101001 | 1000010 | 100010 | 10111 | 110010 | 101100 |
Color Harmonies of #A96439
Complementary color
Monochromatic Colors of #A96439
Black with #A96439
Text Example
Text Example
White with #A96439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96439; }
p { color: rgb(169,100,57); }
H1.HeaderClassName
{
color: #A96439;
}
.AnyTagClassName
{
color: #A96439;
}
</style>
background-color css
<style>
a { background-color: #A96439; }
a { background-color: rgb(169,100,57); }
div.DivClassName
{
background-color: #A96439;
}
.BgClassName
{
background-color: #A96439;
}
</style>
border-color css
<style>
span { border-color: #A96439; }
span { border-color: rgb(169,100,57); }
td.TdClassName
{
border-color: #A96439;
}
.TagClassName
{
border-color: #A96439;
}
</style>