Shades of Desert #A06843
Tints of Desert #A06843
RGB
CMYK
RGB Variations
Color information
#A06843 (or 0xA06843) is known color: Desert. HEX triplet: A0, 68 and 43. RGB value is (160,104,67). Sum of RGB (Red+Green+Blue) = 160+104+67=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A06843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06843 is #5F97BC. Grayscale: #747474. Windows color (decimal): -6264765 or 4417696. OLE color: 4417696.
HSL color Cylindrical-coordinate representation of color #A06843: hue angle of 23.87º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A06843 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 67 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.37 |
| HSL | 23.87º | 0.41% | 0.45% | - |
| HSV(B) | 23.87º | 0.58% | 0.63% | - |
| XYZ | 20.46 | 17.78 | 7.66 | - |
| YUV | 116.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 67 | 0 | 0.35 | 0.58 | 0.37 | 23.87 | 0.41 | 0.45 |
| Hex | A0 | 68 | 43 | 0 | 23 | 3A | 25 | 18 | 29 | 2D |
| Octal | 240 | 150 | 103 | 0 | 43 | 72 | 45 | 30 | 51 | 55 |
| Binary | 10100000 | 1101000 | 1000011 | 0 | 100011 | 111010 | 100101 | 11000 | 101001 | 101101 |
Color Harmonies of #A06843
Complementary color
Monochromatic Colors of #A06843
Black with #A06843
Text Example
Text Example
White with #A06843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06843; }
p { color: rgb(160,104,67); }
H1.HeaderClassName
{
color: #A06843;
}
.AnyTagClassName
{
color: #A06843;
}
</style>
background-color css
<style>
a { background-color: #A06843; }
a { background-color: rgb(160,104,67); }
div.DivClassName
{
background-color: #A06843;
}
.BgClassName
{
background-color: #A06843;
}
</style>
border-color css
<style>
span { border-color: #A06843; }
span { border-color: rgb(160,104,67); }
td.TdClassName
{
border-color: #A06843;
}
.TagClassName
{
border-color: #A06843;
}
</style>