Shades of Desert #A1683D
Tints of Desert #A1683D
RGB
CMYK
RGB Variations
Color information
#A1683D (or 0xA1683D) is known color: Desert. HEX triplet: A1, 68 and 3D. RGB value is (161,104,61). Sum of RGB (Red+Green+Blue) = 161+104+61=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1683D is #5E97C2. Grayscale: #747474. Windows color (decimal): -6199235 or 4024481. OLE color: 4024481.
HSL color Cylindrical-coordinate representation of color #A1683D: hue angle of 25.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 #A1683D is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 61 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.37 |
| HSL | 25.8º | 0.45% | 0.44% | - |
| HSV(B) | 25.8º | 0.62% | 0.63% | - |
| XYZ | 20.49 | 17.81 | 6.77 | - |
| YUV | 116.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 61 | 0 | 0.35 | 0.62 | 0.37 | 25.8 | 0.45 | 0.44 |
| Hex | A1 | 68 | 3D | 0 | 23 | 3E | 25 | 1A | 2D | 2C |
| Octal | 241 | 150 | 75 | 0 | 43 | 76 | 45 | 32 | 55 | 54 |
| Binary | 10100001 | 1101000 | 111101 | 0 | 100011 | 111110 | 100101 | 11010 | 101101 | 101100 |
Color Harmonies of #A1683D
Complementary color
Monochromatic Colors of #A1683D
Black with #A1683D
Text Example
Text Example
White with #A1683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1683D; }
p { color: rgb(161,104,61); }
H1.HeaderClassName
{
color: #A1683D;
}
.AnyTagClassName
{
color: #A1683D;
}
</style>
background-color css
<style>
a { background-color: #A1683D; }
a { background-color: rgb(161,104,61); }
div.DivClassName
{
background-color: #A1683D;
}
.BgClassName
{
background-color: #A1683D;
}
</style>
border-color css
<style>
span { border-color: #A1683D; }
span { border-color: rgb(161,104,61); }
td.TdClassName
{
border-color: #A1683D;
}
.TagClassName
{
border-color: #A1683D;
}
</style>