Shades of Desert #A16A44
Tints of Desert #A16A44
RGB
CMYK
RGB Variations
Color information
#A16A44 (or 0xA16A44) is known color: Desert. HEX triplet: A1, 6A and 44. RGB value is (161,106,68). Sum of RGB (Red+Green+Blue) = 161+106+68=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A44 is #5E95BB. Grayscale: #767676. Windows color (decimal): -6198716 or 4483745. OLE color: 4483745.
HSL color Cylindrical-coordinate representation of color #A16A44: hue angle of 24.52º 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 #A16A44 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 68 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.37 |
| HSL | 24.52º | 0.41% | 0.45% | - |
| HSV(B) | 24.52º | 0.58% | 0.63% | - |
| XYZ | 20.9 | 18.3 | 7.9 | - |
| YUV | 118.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 68 | 0 | 0.34 | 0.58 | 0.37 | 24.52 | 0.41 | 0.45 |
| Hex | A1 | 6A | 44 | 0 | 22 | 3A | 25 | 19 | 29 | 2D |
| Octal | 241 | 152 | 104 | 0 | 42 | 72 | 45 | 31 | 51 | 55 |
| Binary | 10100001 | 1101010 | 1000100 | 0 | 100010 | 111010 | 100101 | 11001 | 101001 | 101101 |
Color Harmonies of #A16A44
Complementary color
Monochromatic Colors of #A16A44
Black with #A16A44
Text Example
Text Example
White with #A16A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A44; }
p { color: rgb(161,106,68); }
H1.HeaderClassName
{
color: #A16A44;
}
.AnyTagClassName
{
color: #A16A44;
}
</style>
background-color css
<style>
a { background-color: #A16A44; }
a { background-color: rgb(161,106,68); }
div.DivClassName
{
background-color: #A16A44;
}
.BgClassName
{
background-color: #A16A44;
}
</style>
border-color css
<style>
span { border-color: #A16A44; }
span { border-color: rgb(161,106,68); }
td.TdClassName
{
border-color: #A16A44;
}
.TagClassName
{
border-color: #A16A44;
}
</style>