Shades of Desert #A06942
Tints of Desert #A06942
RGB
CMYK
RGB Variations
Color information
#A06942 (or 0xA06942) is known color: Desert. HEX triplet: A0, 69 and 42. RGB value is (160,105,66). Sum of RGB (Red+Green+Blue) = 160+105+66=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A06942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06942 is #5F96BD. Grayscale: #757575. Windows color (decimal): -6264510 or 4352416. OLE color: 4352416.
HSL color Cylindrical-coordinate representation of color #A06942: hue angle of 24.89º 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 #A06942 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 66 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.37 |
| HSL | 24.89º | 0.42% | 0.44% | - |
| HSV(B) | 24.89º | 0.59% | 0.63% | - |
| XYZ | 20.53 | 17.97 | 7.54 | - |
| YUV | 117 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 66 | 0 | 0.34 | 0.59 | 0.37 | 24.89 | 0.42 | 0.44 |
| Hex | A0 | 69 | 42 | 0 | 22 | 3B | 25 | 19 | 2A | 2C |
| Octal | 240 | 151 | 102 | 0 | 42 | 73 | 45 | 31 | 52 | 54 |
| Binary | 10100000 | 1101001 | 1000010 | 0 | 100010 | 111011 | 100101 | 11001 | 101010 | 101100 |
Color Harmonies of #A06942
Complementary color
Monochromatic Colors of #A06942
Black with #A06942
Text Example
Text Example
White with #A06942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06942; }
p { color: rgb(160,105,66); }
H1.HeaderClassName
{
color: #A06942;
}
.AnyTagClassName
{
color: #A06942;
}
</style>
background-color css
<style>
a { background-color: #A06942; }
a { background-color: rgb(160,105,66); }
div.DivClassName
{
background-color: #A06942;
}
.BgClassName
{
background-color: #A06942;
}
</style>
border-color css
<style>
span { border-color: #A06942; }
span { border-color: rgb(160,105,66); }
td.TdClassName
{
border-color: #A06942;
}
.TagClassName
{
border-color: #A06942;
}
</style>