Shades of Desert #A16644
Tints of Desert #A16644
RGB
CMYK
RGB Variations
Color information
#A16644 (or 0xA16644) is known color: Desert. HEX triplet: A1, 66 and 44. RGB value is (161,102,68). Sum of RGB (Red+Green+Blue) = 161+102+68=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A16644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16644 is #5E99BB. Grayscale: #737373. Windows color (decimal): -6199740 or 4482721. OLE color: 4482721.
HSL color Cylindrical-coordinate representation of color #A16644: hue angle of 21.94º 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 #A16644 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 68 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.37 |
| HSL | 21.94º | 0.41% | 0.45% | - |
| HSV(B) | 21.94º | 0.58% | 0.63% | - |
| XYZ | 20.49 | 17.5 | 7.77 | - |
| YUV | 115.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 68 | 0 | 0.37 | 0.58 | 0.37 | 21.94 | 0.41 | 0.45 |
| Hex | A1 | 66 | 44 | 0 | 25 | 3A | 25 | 16 | 29 | 2D |
| Octal | 241 | 146 | 104 | 0 | 45 | 72 | 45 | 26 | 51 | 55 |
| Binary | 10100001 | 1100110 | 1000100 | 0 | 100101 | 111010 | 100101 | 10110 | 101001 | 101101 |
Color Harmonies of #A16644
Complementary color
Monochromatic Colors of #A16644
Black with #A16644
Text Example
Text Example
White with #A16644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16644; }
p { color: rgb(161,102,68); }
H1.HeaderClassName
{
color: #A16644;
}
.AnyTagClassName
{
color: #A16644;
}
</style>
background-color css
<style>
a { background-color: #A16644; }
a { background-color: rgb(161,102,68); }
div.DivClassName
{
background-color: #A16644;
}
.BgClassName
{
background-color: #A16644;
}
</style>
border-color css
<style>
span { border-color: #A16644; }
span { border-color: rgb(161,102,68); }
td.TdClassName
{
border-color: #A16644;
}
.TagClassName
{
border-color: #A16644;
}
</style>