Shades of Desert #A06841
Tints of Desert #A06841
RGB
CMYK
RGB Variations
Color information
#A06841 (or 0xA06841) is known color: Desert. HEX triplet: A0, 68 and 41. RGB value is (160,104,65). Sum of RGB (Red+Green+Blue) = 160+104+65=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A06841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06841 is #5F97BE. Grayscale: #747474. Windows color (decimal): -6264767 or 4286624. OLE color: 4286624.
HSL color Cylindrical-coordinate representation of color #A06841: hue angle of 24.63º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A06841 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 65 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.37 |
| HSL | 24.63º | 0.42% | 0.44% | - |
| HSV(B) | 24.63º | 0.59% | 0.63% | - |
| XYZ | 20.4 | 17.76 | 7.35 | - |
| YUV | 116.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 65 | 0 | 0.35 | 0.59 | 0.37 | 24.63 | 0.42 | 0.44 |
| Hex | A0 | 68 | 41 | 0 | 23 | 3B | 25 | 19 | 2A | 2C |
| Octal | 240 | 150 | 101 | 0 | 43 | 73 | 45 | 31 | 52 | 54 |
| Binary | 10100000 | 1101000 | 1000001 | 0 | 100011 | 111011 | 100101 | 11001 | 101010 | 101100 |
Color Harmonies of #A06841
Complementary color
Monochromatic Colors of #A06841
Black with #A06841
Text Example
Text Example
White with #A06841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06841; }
p { color: rgb(160,104,65); }
H1.HeaderClassName
{
color: #A06841;
}
.AnyTagClassName
{
color: #A06841;
}
</style>
background-color css
<style>
a { background-color: #A06841; }
a { background-color: rgb(160,104,65); }
div.DivClassName
{
background-color: #A06841;
}
.BgClassName
{
background-color: #A06841;
}
</style>
border-color css
<style>
span { border-color: #A06841; }
span { border-color: rgb(160,104,65); }
td.TdClassName
{
border-color: #A06841;
}
.TagClassName
{
border-color: #A06841;
}
</style>