Shades of Desert #A1653E
Tints of Desert #A1653E
RGB
CMYK
RGB Variations
Color information
#A1653E (or 0xA1653E) is known color: Desert. HEX triplet: A1, 65 and 3E. RGB value is (161,101,62). Sum of RGB (Red+Green+Blue) = 161+101+62=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1653E is #5E9AC1. Grayscale: #727272. Windows color (decimal): -6200002 or 4089249. OLE color: 4089249.
HSL color Cylindrical-coordinate representation of color #A1653E: hue angle of 23.64º 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 #A1653E is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 62 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.37 |
| HSL | 23.64º | 0.44% | 0.44% | - |
| HSV(B) | 23.64º | 0.61% | 0.63% | - |
| XYZ | 20.22 | 17.23 | 6.82 | - |
| YUV | 114.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 62 | 0 | 0.37 | 0.61 | 0.37 | 23.64 | 0.44 | 0.44 |
| Hex | A1 | 65 | 3E | 0 | 25 | 3D | 25 | 18 | 2C | 2C |
| Octal | 241 | 145 | 76 | 0 | 45 | 75 | 45 | 30 | 54 | 54 |
| Binary | 10100001 | 1100101 | 111110 | 0 | 100101 | 111101 | 100101 | 11000 | 101100 | 101100 |
Color Harmonies of #A1653E
Complementary color
Monochromatic Colors of #A1653E
Black with #A1653E
Text Example
Text Example
White with #A1653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1653E; }
p { color: rgb(161,101,62); }
H1.HeaderClassName
{
color: #A1653E;
}
.AnyTagClassName
{
color: #A1653E;
}
</style>
background-color css
<style>
a { background-color: #A1653E; }
a { background-color: rgb(161,101,62); }
div.DivClassName
{
background-color: #A1653E;
}
.BgClassName
{
background-color: #A1653E;
}
</style>
border-color css
<style>
span { border-color: #A1653E; }
span { border-color: rgb(161,101,62); }
td.TdClassName
{
border-color: #A1653E;
}
.TagClassName
{
border-color: #A1653E;
}
</style>