Shades of Desert #A16237
Tints of Desert #A16237
RGB
CMYK
RGB Variations
Color information
#A16237 (or 0xA16237) is known color: Desert. HEX triplet: A1, 62 and 37. RGB value is (161,98,55). Sum of RGB (Red+Green+Blue) = 161+98+55=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A16237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16237 is #5E9DC8. Grayscale: #707070. Windows color (decimal): -6200777 or 3629729. OLE color: 3629729.
HSL color Cylindrical-coordinate representation of color #A16237: hue angle of 24.34º 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 #A16237 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 55 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.37 |
| HSL | 24.34º | 0.49% | 0.42% | - |
| HSV(B) | 24.34º | 0.66% | 0.63% | - |
| XYZ | 19.76 | 16.59 | 5.78 | - |
| YUV | 111.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 55 | 0 | 0.39 | 0.66 | 0.37 | 24.34 | 0.49 | 0.42 |
| Hex | A1 | 62 | 37 | 0 | 27 | 42 | 25 | 18 | 31 | 2A |
| Octal | 241 | 142 | 67 | 0 | 47 | 102 | 45 | 30 | 61 | 52 |
| Binary | 10100001 | 1100010 | 110111 | 0 | 100111 | 1000010 | 100101 | 11000 | 110001 | 101010 |
Color Harmonies of #A16237
Complementary color
Monochromatic Colors of #A16237
Black with #A16237
Text Example
Text Example
White with #A16237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16237; }
p { color: rgb(161,98,55); }
H1.HeaderClassName
{
color: #A16237;
}
.AnyTagClassName
{
color: #A16237;
}
</style>
background-color css
<style>
a { background-color: #A16237; }
a { background-color: rgb(161,98,55); }
div.DivClassName
{
background-color: #A16237;
}
.BgClassName
{
background-color: #A16237;
}
</style>
border-color css
<style>
span { border-color: #A16237; }
span { border-color: rgb(161,98,55); }
td.TdClassName
{
border-color: #A16237;
}
.TagClassName
{
border-color: #A16237;
}
</style>