Shades of Desert #A1663F
Tints of Desert #A1663F
RGB
CMYK
RGB Variations
Color information
#A1663F (or 0xA1663F) is known color: Desert. HEX triplet: A1, 66 and 3F. RGB value is (161,102,63). Sum of RGB (Red+Green+Blue) = 161+102+63=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1663F is #5E99C0. Grayscale: #737373. Windows color (decimal): -6199745 or 4155041. OLE color: 4155041.
HSL color Cylindrical-coordinate representation of color #A1663F: hue angle of 23.88º 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 #A1663F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 63 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.37 |
| HSL | 23.88º | 0.44% | 0.44% | - |
| HSV(B) | 23.88º | 0.61% | 0.63% | - |
| XYZ | 20.35 | 17.44 | 7 | - |
| YUV | 115.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 63 | 0 | 0.37 | 0.61 | 0.37 | 23.88 | 0.44 | 0.44 |
| Hex | A1 | 66 | 3F | 0 | 25 | 3D | 25 | 18 | 2C | 2C |
| Octal | 241 | 146 | 77 | 0 | 45 | 75 | 45 | 30 | 54 | 54 |
| Binary | 10100001 | 1100110 | 111111 | 0 | 100101 | 111101 | 100101 | 11000 | 101100 | 101100 |
Color Harmonies of #A1663F
Complementary color
Monochromatic Colors of #A1663F
Black with #A1663F
Text Example
Text Example
White with #A1663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1663F; }
p { color: rgb(161,102,63); }
H1.HeaderClassName
{
color: #A1663F;
}
.AnyTagClassName
{
color: #A1663F;
}
</style>
background-color css
<style>
a { background-color: #A1663F; }
a { background-color: rgb(161,102,63); }
div.DivClassName
{
background-color: #A1663F;
}
.BgClassName
{
background-color: #A1663F;
}
</style>
border-color css
<style>
span { border-color: #A1663F; }
span { border-color: rgb(161,102,63); }
td.TdClassName
{
border-color: #A1663F;
}
.TagClassName
{
border-color: #A1663F;
}
</style>