Shades of Desert #A16341
Tints of Desert #A16341
RGB
CMYK
RGB Variations
Color information
#A16341 (or 0xA16341) is known color: Desert. HEX triplet: A1, 63 and 41. RGB value is (161,99,65). Sum of RGB (Red+Green+Blue) = 161+99+65=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A16341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16341 is #5E9CBE. Grayscale: #717171. Windows color (decimal): -6200511 or 4285345. OLE color: 4285345.
HSL color Cylindrical-coordinate representation of color #A16341: hue angle of 21.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16341 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 65 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.37 |
| HSL | 21.25º | 0.42% | 0.44% | - |
| HSV(B) | 21.25º | 0.6% | 0.63% | - |
| XYZ | 20.11 | 16.88 | 7.2 | - |
| YUV | 113.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 65 | 0 | 0.39 | 0.60 | 0.37 | 21.25 | 0.42 | 0.44 |
| Hex | A1 | 63 | 41 | 0 | 27 | 3C | 25 | 15 | 2A | 2C |
| Octal | 241 | 143 | 101 | 0 | 47 | 74 | 45 | 25 | 52 | 54 |
| Binary | 10100001 | 1100011 | 1000001 | 0 | 100111 | 111100 | 100101 | 10101 | 101010 | 101100 |
Color Harmonies of #A16341
Complementary color
Monochromatic Colors of #A16341
Black with #A16341
Text Example
Text Example
White with #A16341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16341; }
p { color: rgb(161,99,65); }
H1.HeaderClassName
{
color: #A16341;
}
.AnyTagClassName
{
color: #A16341;
}
</style>
background-color css
<style>
a { background-color: #A16341; }
a { background-color: rgb(161,99,65); }
div.DivClassName
{
background-color: #A16341;
}
.BgClassName
{
background-color: #A16341;
}
</style>
border-color css
<style>
span { border-color: #A16341; }
span { border-color: rgb(161,99,65); }
td.TdClassName
{
border-color: #A16341;
}
.TagClassName
{
border-color: #A16341;
}
</style>