Shades of Desert #A16443
Tints of Desert #A16443
RGB
CMYK
RGB Variations
Color information
#A16443 (or 0xA16443) is known color: Desert. HEX triplet: A1, 64 and 43. RGB value is (161,100,67). Sum of RGB (Red+Green+Blue) = 161+100+67=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A16443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16443 is #5E9BBC. Grayscale: #727272. Windows color (decimal): -6200253 or 4416673. OLE color: 4416673.
HSL color Cylindrical-coordinate representation of color #A16443: hue angle of 21.06º 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 #A16443 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 67 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.37 |
| HSL | 21.06º | 0.41% | 0.45% | - |
| HSV(B) | 21.06º | 0.58% | 0.63% | - |
| XYZ | 20.27 | 17.1 | 7.54 | - |
| YUV | 114.48 | 101.21 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 67 | 0 | 0.38 | 0.58 | 0.37 | 21.06 | 0.41 | 0.45 |
| Hex | A1 | 64 | 43 | 0 | 26 | 3A | 25 | 15 | 29 | 2D |
| Octal | 241 | 144 | 103 | 0 | 46 | 72 | 45 | 25 | 51 | 55 |
| Binary | 10100001 | 1100100 | 1000011 | 0 | 100110 | 111010 | 100101 | 10101 | 101001 | 101101 |
Color Harmonies of #A16443
Complementary color
Monochromatic Colors of #A16443
Black with #A16443
Text Example
Text Example
White with #A16443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16443; }
p { color: rgb(161,100,67); }
H1.HeaderClassName
{
color: #A16443;
}
.AnyTagClassName
{
color: #A16443;
}
</style>
background-color css
<style>
a { background-color: #A16443; }
a { background-color: rgb(161,100,67); }
div.DivClassName
{
background-color: #A16443;
}
.BgClassName
{
background-color: #A16443;
}
</style>
border-color css
<style>
span { border-color: #A16443; }
span { border-color: rgb(161,100,67); }
td.TdClassName
{
border-color: #A16443;
}
.TagClassName
{
border-color: #A16443;
}
</style>