Shades of Desert #A1633D
Tints of Desert #A1633D
RGB
CMYK
RGB Variations
Color information
#A1633D (or 0xA1633D) is known color: Desert. HEX triplet: A1, 63 and 3D. RGB value is (161,99,61). Sum of RGB (Red+Green+Blue) = 161+99+61=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1633D is #5E9CC2. Grayscale: #717171. Windows color (decimal): -6200515 or 4023201. OLE color: 4023201.
HSL color Cylindrical-coordinate representation of color #A1633D: hue angle of 22.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1633D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 61 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.37 |
| HSL | 22.8º | 0.45% | 0.44% | - |
| HSV(B) | 22.8º | 0.62% | 0.63% | - |
| XYZ | 20 | 16.84 | 6.61 | - |
| YUV | 113.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 61 | 0 | 0.39 | 0.62 | 0.37 | 22.8 | 0.45 | 0.44 |
| Hex | A1 | 63 | 3D | 0 | 27 | 3E | 25 | 17 | 2D | 2C |
| Octal | 241 | 143 | 75 | 0 | 47 | 76 | 45 | 27 | 55 | 54 |
| Binary | 10100001 | 1100011 | 111101 | 0 | 100111 | 111110 | 100101 | 10111 | 101101 | 101100 |
Color Harmonies of #A1633D
Complementary color
Monochromatic Colors of #A1633D
Black with #A1633D
Text Example
Text Example
White with #A1633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1633D; }
p { color: rgb(161,99,61); }
H1.HeaderClassName
{
color: #A1633D;
}
.AnyTagClassName
{
color: #A1633D;
}
</style>
background-color css
<style>
a { background-color: #A1633D; }
a { background-color: rgb(161,99,61); }
div.DivClassName
{
background-color: #A1633D;
}
.BgClassName
{
background-color: #A1633D;
}
</style>
border-color css
<style>
span { border-color: #A1633D; }
span { border-color: rgb(161,99,61); }
td.TdClassName
{
border-color: #A1633D;
}
.TagClassName
{
border-color: #A1633D;
}
</style>