Shades of Desert #A16844
Tints of Desert #A16844
RGB
CMYK
RGB Variations
Color information
#A16844 (or 0xA16844) is known color: Desert. HEX triplet: A1, 68 and 44. RGB value is (161,104,68). Sum of RGB (Red+Green+Blue) = 161+104+68=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A16844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16844 is #5E97BB. Grayscale: #757575. Windows color (decimal): -6199228 or 4483233. OLE color: 4483233.
HSL color Cylindrical-coordinate representation of color #A16844: hue angle of 23.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A16844 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 68 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.37 |
| HSL | 23.23º | 0.41% | 0.45% | - |
| HSV(B) | 23.23º | 0.58% | 0.63% | - |
| XYZ | 20.69 | 17.9 | 7.83 | - |
| YUV | 116.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 68 | 0 | 0.35 | 0.58 | 0.37 | 23.23 | 0.41 | 0.45 |
| Hex | A1 | 68 | 44 | 0 | 23 | 3A | 25 | 17 | 29 | 2D |
| Octal | 241 | 150 | 104 | 0 | 43 | 72 | 45 | 27 | 51 | 55 |
| Binary | 10100001 | 1101000 | 1000100 | 0 | 100011 | 111010 | 100101 | 10111 | 101001 | 101101 |
Color Harmonies of #A16844
Complementary color
Monochromatic Colors of #A16844
Black with #A16844
Text Example
Text Example
White with #A16844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16844; }
p { color: rgb(161,104,68); }
H1.HeaderClassName
{
color: #A16844;
}
.AnyTagClassName
{
color: #A16844;
}
</style>
background-color css
<style>
a { background-color: #A16844; }
a { background-color: rgb(161,104,68); }
div.DivClassName
{
background-color: #A16844;
}
.BgClassName
{
background-color: #A16844;
}
</style>
border-color css
<style>
span { border-color: #A16844; }
span { border-color: rgb(161,104,68); }
td.TdClassName
{
border-color: #A16844;
}
.TagClassName
{
border-color: #A16844;
}
</style>