Shades of Desert #A1643E
Tints of Desert #A1643E
RGB
CMYK
RGB Variations
Color information
#A1643E (or 0xA1643E) is known color: Desert. HEX triplet: A1, 64 and 3E. RGB value is (161,100,62). Sum of RGB (Red+Green+Blue) = 161+100+62=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1643E is #5E9BC1. Grayscale: #727272. Windows color (decimal): -6200258 or 4088993. OLE color: 4088993.
HSL color Cylindrical-coordinate representation of color #A1643E: hue angle of 23.03º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1643E is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 62 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.37 |
| HSL | 23.03º | 0.44% | 0.44% | - |
| HSV(B) | 23.03º | 0.61% | 0.63% | - |
| XYZ | 20.12 | 17.04 | 6.79 | - |
| YUV | 113.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 62 | 0 | 0.38 | 0.61 | 0.37 | 23.03 | 0.44 | 0.44 |
| Hex | A1 | 64 | 3E | 0 | 26 | 3D | 25 | 17 | 2C | 2C |
| Octal | 241 | 144 | 76 | 0 | 46 | 75 | 45 | 27 | 54 | 54 |
| Binary | 10100001 | 1100100 | 111110 | 0 | 100110 | 111101 | 100101 | 10111 | 101100 | 101100 |
Color Harmonies of #A1643E
Complementary color
Monochromatic Colors of #A1643E
Black with #A1643E
Text Example
Text Example
White with #A1643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1643E; }
p { color: rgb(161,100,62); }
H1.HeaderClassName
{
color: #A1643E;
}
.AnyTagClassName
{
color: #A1643E;
}
</style>
background-color css
<style>
a { background-color: #A1643E; }
a { background-color: rgb(161,100,62); }
div.DivClassName
{
background-color: #A1643E;
}
.BgClassName
{
background-color: #A1643E;
}
</style>
border-color css
<style>
span { border-color: #A1643E; }
span { border-color: rgb(161,100,62); }
td.TdClassName
{
border-color: #A1643E;
}
.TagClassName
{
border-color: #A1643E;
}
</style>