Shades of Desert #A1633E
Tints of Desert #A1633E
RGB
CMYK
RGB Variations
Color information
#A1633E (or 0xA1633E) is known color: Desert. HEX triplet: A1, 63 and 3E. RGB value is (161,99,62). Sum of RGB (Red+Green+Blue) = 161+99+62=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1633E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1633E is #5E9CC1. Grayscale: #717171. Windows color (decimal): -6200514 or 4088737. OLE color: 4088737.
HSL color Cylindrical-coordinate representation of color #A1633E: hue angle of 22.42º 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 #A1633E is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 62 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.37 |
| HSL | 22.42º | 0.44% | 0.44% | - |
| HSV(B) | 22.42º | 0.61% | 0.63% | - |
| XYZ | 20.03 | 16.85 | 6.75 | - |
| YUV | 113.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 62 | 0 | 0.39 | 0.61 | 0.37 | 22.42 | 0.44 | 0.44 |
| Hex | A1 | 63 | 3E | 0 | 27 | 3D | 25 | 16 | 2C | 2C |
| Octal | 241 | 143 | 76 | 0 | 47 | 75 | 45 | 26 | 54 | 54 |
| Binary | 10100001 | 1100011 | 111110 | 0 | 100111 | 111101 | 100101 | 10110 | 101100 | 101100 |
Color Harmonies of #A1633E
Complementary color
Monochromatic Colors of #A1633E
Black with #A1633E
Text Example
Text Example
White with #A1633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1633E; }
p { color: rgb(161,99,62); }
H1.HeaderClassName
{
color: #A1633E;
}
.AnyTagClassName
{
color: #A1633E;
}
</style>
background-color css
<style>
a { background-color: #A1633E; }
a { background-color: rgb(161,99,62); }
div.DivClassName
{
background-color: #A1633E;
}
.BgClassName
{
background-color: #A1633E;
}
</style>
border-color css
<style>
span { border-color: #A1633E; }
span { border-color: rgb(161,99,62); }
td.TdClassName
{
border-color: #A1633E;
}
.TagClassName
{
border-color: #A1633E;
}
</style>