Shades of Desert #A06341
Tints of Desert #A06341
RGB
CMYK
RGB Variations
Color information
#A06341 (or 0xA06341) is known color: Desert. HEX triplet: A0, 63 and 41. RGB value is (160,99,65). Sum of RGB (Red+Green+Blue) = 160+99+65=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06341 is #5F9CBE. Grayscale: #717171. Windows color (decimal): -6266047 or 4285344. OLE color: 4285344.
HSL color Cylindrical-coordinate representation of color #A06341: hue angle of 21.47º 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 #A06341 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 65 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.37 |
| HSL | 21.47º | 0.42% | 0.44% | - |
| HSV(B) | 21.47º | 0.59% | 0.63% | - |
| XYZ | 19.91 | 16.78 | 7.19 | - |
| YUV | 113.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 65 | 0 | 0.38 | 0.59 | 0.37 | 21.47 | 0.42 | 0.44 |
| Hex | A0 | 63 | 41 | 0 | 26 | 3B | 25 | 15 | 2A | 2C |
| Octal | 240 | 143 | 101 | 0 | 46 | 73 | 45 | 25 | 52 | 54 |
| Binary | 10100000 | 1100011 | 1000001 | 0 | 100110 | 111011 | 100101 | 10101 | 101010 | 101100 |
Color Harmonies of #A06341
Complementary color
Monochromatic Colors of #A06341
Black with #A06341
Text Example
Text Example
White with #A06341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06341; }
p { color: rgb(160,99,65); }
H1.HeaderClassName
{
color: #A06341;
}
.AnyTagClassName
{
color: #A06341;
}
</style>
background-color css
<style>
a { background-color: #A06341; }
a { background-color: rgb(160,99,65); }
div.DivClassName
{
background-color: #A06341;
}
.BgClassName
{
background-color: #A06341;
}
</style>
border-color css
<style>
span { border-color: #A06341; }
span { border-color: rgb(160,99,65); }
td.TdClassName
{
border-color: #A06341;
}
.TagClassName
{
border-color: #A06341;
}
</style>