Shades of Desert #A1663E
Tints of Desert #A1663E
RGB
CMYK
RGB Variations
Color information
#A1663E (or 0xA1663E) is known color: Desert. HEX triplet: A1, 66 and 3E. RGB value is (161,102,62). Sum of RGB (Red+Green+Blue) = 161+102+62=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1663E is #5E99C1. Grayscale: #737373. Windows color (decimal): -6199746 or 4089505. OLE color: 4089505.
HSL color Cylindrical-coordinate representation of color #A1663E: hue angle of 24.24º 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 #A1663E is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 62 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.37 |
| HSL | 24.24º | 0.44% | 0.44% | - |
| HSV(B) | 24.24º | 0.61% | 0.63% | - |
| XYZ | 20.32 | 17.43 | 6.85 | - |
| YUV | 115.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 62 | 0 | 0.37 | 0.61 | 0.37 | 24.24 | 0.44 | 0.44 |
| Hex | A1 | 66 | 3E | 0 | 25 | 3D | 25 | 18 | 2C | 2C |
| Octal | 241 | 146 | 76 | 0 | 45 | 75 | 45 | 30 | 54 | 54 |
| Binary | 10100001 | 1100110 | 111110 | 0 | 100101 | 111101 | 100101 | 11000 | 101100 | 101100 |
Color Harmonies of #A1663E
Complementary color
Monochromatic Colors of #A1663E
Black with #A1663E
Text Example
Text Example
White with #A1663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1663E; }
p { color: rgb(161,102,62); }
H1.HeaderClassName
{
color: #A1663E;
}
.AnyTagClassName
{
color: #A1663E;
}
</style>
background-color css
<style>
a { background-color: #A1663E; }
a { background-color: rgb(161,102,62); }
div.DivClassName
{
background-color: #A1663E;
}
.BgClassName
{
background-color: #A1663E;
}
</style>
border-color css
<style>
span { border-color: #A1663E; }
span { border-color: rgb(161,102,62); }
td.TdClassName
{
border-color: #A1663E;
}
.TagClassName
{
border-color: #A1663E;
}
</style>