Shades of Desert #A06944
Tints of Desert #A06944
RGB
CMYK
RGB Variations
Color information
#A06944 (or 0xA06944) is known color: Desert. HEX triplet: A0, 69 and 44. RGB value is (160,105,68). Sum of RGB (Red+Green+Blue) = 160+105+68=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A06944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06944 is #5F96BB. Grayscale: #757575. Windows color (decimal): -6264508 or 4483488. OLE color: 4483488.
HSL color Cylindrical-coordinate representation of color #A06944: hue angle of 24.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06944 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 68 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.37 |
| HSL | 24.13º | 0.4% | 0.45% | - |
| HSV(B) | 24.13º | 0.58% | 0.63% | - |
| XYZ | 20.59 | 17.99 | 7.86 | - |
| YUV | 117.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 68 | 0 | 0.34 | 0.57 | 0.37 | 24.13 | 0.4 | 0.45 |
| Hex | A0 | 69 | 44 | 0 | 22 | 39 | 25 | 18 | 28 | 2D |
| Octal | 240 | 151 | 104 | 0 | 42 | 71 | 45 | 30 | 50 | 55 |
| Binary | 10100000 | 1101001 | 1000100 | 0 | 100010 | 111001 | 100101 | 11000 | 101000 | 101101 |
Color Harmonies of #A06944
Complementary color
Monochromatic Colors of #A06944
Black with #A06944
Text Example
Text Example
White with #A06944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06944; }
p { color: rgb(160,105,68); }
H1.HeaderClassName
{
color: #A06944;
}
.AnyTagClassName
{
color: #A06944;
}
</style>
background-color css
<style>
a { background-color: #A06944; }
a { background-color: rgb(160,105,68); }
div.DivClassName
{
background-color: #A06944;
}
.BgClassName
{
background-color: #A06944;
}
</style>
border-color css
<style>
span { border-color: #A06944; }
span { border-color: rgb(160,105,68); }
td.TdClassName
{
border-color: #A06944;
}
.TagClassName
{
border-color: #A06944;
}
</style>