Shades of Desert #A16242
Tints of Desert #A16242
RGB
CMYK
RGB Variations
Color information
#A16242 (or 0xA16242) is known color: Desert. HEX triplet: A1, 62 and 42. RGB value is (161,98,66). Sum of RGB (Red+Green+Blue) = 161+98+66=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A16242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16242 is #5E9DBD. Grayscale: #717171. Windows color (decimal): -6200766 or 4350625. OLE color: 4350625.
HSL color Cylindrical-coordinate representation of color #A16242: hue angle of 20.21º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A16242 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 66 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.37 |
| HSL | 20.21º | 0.42% | 0.45% | - |
| HSV(B) | 20.21º | 0.59% | 0.63% | - |
| XYZ | 20.05 | 16.71 | 7.32 | - |
| YUV | 113.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 66 | 0 | 0.39 | 0.59 | 0.37 | 20.21 | 0.42 | 0.45 |
| Hex | A1 | 62 | 42 | 0 | 27 | 3B | 25 | 14 | 2A | 2D |
| Octal | 241 | 142 | 102 | 0 | 47 | 73 | 45 | 24 | 52 | 55 |
| Binary | 10100001 | 1100010 | 1000010 | 0 | 100111 | 111011 | 100101 | 10100 | 101010 | 101101 |
Color Harmonies of #A16242
Complementary color
Monochromatic Colors of #A16242
Black with #A16242
Text Example
Text Example
White with #A16242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16242; }
p { color: rgb(161,98,66); }
H1.HeaderClassName
{
color: #A16242;
}
.AnyTagClassName
{
color: #A16242;
}
</style>
background-color css
<style>
a { background-color: #A16242; }
a { background-color: rgb(161,98,66); }
div.DivClassName
{
background-color: #A16242;
}
.BgClassName
{
background-color: #A16242;
}
</style>
border-color css
<style>
span { border-color: #A16242; }
span { border-color: rgb(161,98,66); }
td.TdClassName
{
border-color: #A16242;
}
.TagClassName
{
border-color: #A16242;
}
</style>