Shades of Desert #A16337
Tints of Desert #A16337
RGB
CMYK
RGB Variations
Color information
#A16337 (or 0xA16337) is known color: Desert. HEX triplet: A1, 63 and 37. RGB value is (161,99,55). Sum of RGB (Red+Green+Blue) = 161+99+55=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A16337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16337 is #5E9CC8. Grayscale: #707070. Windows color (decimal): -6200521 or 3629985. OLE color: 3629985.
HSL color Cylindrical-coordinate representation of color #A16337: hue angle of 24.91º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A16337 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 55 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.37 |
| HSL | 24.91º | 0.49% | 0.42% | - |
| HSV(B) | 24.91º | 0.66% | 0.63% | - |
| XYZ | 19.85 | 16.78 | 5.81 | - |
| YUV | 112.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 55 | 0 | 0.39 | 0.66 | 0.37 | 24.91 | 0.49 | 0.42 |
| Hex | A1 | 63 | 37 | 0 | 27 | 42 | 25 | 19 | 31 | 2A |
| Octal | 241 | 143 | 67 | 0 | 47 | 102 | 45 | 31 | 61 | 52 |
| Binary | 10100001 | 1100011 | 110111 | 0 | 100111 | 1000010 | 100101 | 11001 | 110001 | 101010 |
Color Harmonies of #A16337
Complementary color
Monochromatic Colors of #A16337
Black with #A16337
Text Example
Text Example
White with #A16337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16337; }
p { color: rgb(161,99,55); }
H1.HeaderClassName
{
color: #A16337;
}
.AnyTagClassName
{
color: #A16337;
}
</style>
background-color css
<style>
a { background-color: #A16337; }
a { background-color: rgb(161,99,55); }
div.DivClassName
{
background-color: #A16337;
}
.BgClassName
{
background-color: #A16337;
}
</style>
border-color css
<style>
span { border-color: #A16337; }
span { border-color: rgb(161,99,55); }
td.TdClassName
{
border-color: #A16337;
}
.TagClassName
{
border-color: #A16337;
}
</style>