Shades of Desert #A1653C
Tints of Desert #A1653C
RGB
CMYK
RGB Variations
Color information
#A1653C (or 0xA1653C) is known color: Desert. HEX triplet: A1, 65 and 3C. RGB value is (161,101,60). Sum of RGB (Red+Green+Blue) = 161+101+60=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1653C is #5E9AC3. Grayscale: #727272. Windows color (decimal): -6200004 or 3958177. OLE color: 3958177.
HSL color Cylindrical-coordinate representation of color #A1653C: hue angle of 24.36º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1653C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 60 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.37 |
| HSL | 24.36º | 0.46% | 0.43% | - |
| HSV(B) | 24.36º | 0.63% | 0.63% | - |
| XYZ | 20.17 | 17.21 | 6.53 | - |
| YUV | 114.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 60 | 0 | 0.37 | 0.63 | 0.37 | 24.36 | 0.46 | 0.43 |
| Hex | A1 | 65 | 3C | 0 | 25 | 3F | 25 | 18 | 2E | 2B |
| Octal | 241 | 145 | 74 | 0 | 45 | 77 | 45 | 30 | 56 | 53 |
| Binary | 10100001 | 1100101 | 111100 | 0 | 100101 | 111111 | 100101 | 11000 | 101110 | 101011 |
Color Harmonies of #A1653C
Complementary color
Monochromatic Colors of #A1653C
Black with #A1653C
Text Example
Text Example
White with #A1653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1653C; }
p { color: rgb(161,101,60); }
H1.HeaderClassName
{
color: #A1653C;
}
.AnyTagClassName
{
color: #A1653C;
}
</style>
background-color css
<style>
a { background-color: #A1653C; }
a { background-color: rgb(161,101,60); }
div.DivClassName
{
background-color: #A1653C;
}
.BgClassName
{
background-color: #A1653C;
}
</style>
border-color css
<style>
span { border-color: #A1653C; }
span { border-color: rgb(161,101,60); }
td.TdClassName
{
border-color: #A1653C;
}
.TagClassName
{
border-color: #A1653C;
}
</style>