Shades of Desert #A66039
Tints of Desert #A66039
RGB
CMYK
RGB Variations
Color information
#A66039 (or 0xA66039) is known color: Desert. HEX triplet: A6, 60 and 39. RGB value is (166,96,57). Sum of RGB (Red+Green+Blue) = 166+96+57=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A66039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66039 is #599FC6. Grayscale: #707070. Windows color (decimal): -5873607 or 3760294. OLE color: 3760294.
HSL color Cylindrical-coordinate representation of color #A66039: hue angle of 21.47º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A66039 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 57 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.35 |
| HSL | 21.47º | 0.49% | 0.44% | - |
| HSV(B) | 21.47º | 0.66% | 0.65% | - |
| XYZ | 20.65 | 16.77 | 6.02 | - |
| YUV | 112.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 57 | 0 | 0.42 | 0.66 | 0.35 | 21.47 | 0.49 | 0.44 |
| Hex | A6 | 60 | 39 | 0 | 2A | 42 | 23 | 15 | 31 | 2C |
| Octal | 246 | 140 | 71 | 0 | 52 | 102 | 43 | 25 | 61 | 54 |
| Binary | 10100110 | 1100000 | 111001 | 0 | 101010 | 1000010 | 100011 | 10101 | 110001 | 101100 |
Color Harmonies of #A66039
Complementary color
Monochromatic Colors of #A66039
Black with #A66039
Text Example
Text Example
White with #A66039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66039; }
p { color: rgb(166,96,57); }
H1.HeaderClassName
{
color: #A66039;
}
.AnyTagClassName
{
color: #A66039;
}
</style>
background-color css
<style>
a { background-color: #A66039; }
a { background-color: rgb(166,96,57); }
div.DivClassName
{
background-color: #A66039;
}
.BgClassName
{
background-color: #A66039;
}
</style>
border-color css
<style>
span { border-color: #A66039; }
span { border-color: rgb(166,96,57); }
td.TdClassName
{
border-color: #A66039;
}
.TagClassName
{
border-color: #A66039;
}
</style>