Shades of Desert #A66339
Tints of Desert #A66339
RGB
CMYK
RGB Variations
Color information
#A66339 (or 0xA66339) is known color: Desert. HEX triplet: A6, 63 and 39. RGB value is (166,99,57). Sum of RGB (Red+Green+Blue) = 166+99+57=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A66339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66339 is #599CC6. Grayscale: #727272. Windows color (decimal): -5872839 or 3761062. OLE color: 3761062.
HSL color Cylindrical-coordinate representation of color #A66339: hue angle of 23.12º 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 #A66339 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 57 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.35 |
| HSL | 23.12º | 0.49% | 0.44% | - |
| HSV(B) | 23.12º | 0.66% | 0.65% | - |
| XYZ | 20.93 | 17.33 | 6.11 | - |
| YUV | 114.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 57 | 0 | 0.40 | 0.66 | 0.35 | 23.12 | 0.49 | 0.44 |
| Hex | A6 | 63 | 39 | 0 | 28 | 42 | 23 | 17 | 31 | 2C |
| Octal | 246 | 143 | 71 | 0 | 50 | 102 | 43 | 27 | 61 | 54 |
| Binary | 10100110 | 1100011 | 111001 | 0 | 101000 | 1000010 | 100011 | 10111 | 110001 | 101100 |
Color Harmonies of #A66339
Complementary color
Monochromatic Colors of #A66339
Black with #A66339
Text Example
Text Example
White with #A66339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66339; }
p { color: rgb(166,99,57); }
H1.HeaderClassName
{
color: #A66339;
}
.AnyTagClassName
{
color: #A66339;
}
</style>
background-color css
<style>
a { background-color: #A66339; }
a { background-color: rgb(166,99,57); }
div.DivClassName
{
background-color: #A66339;
}
.BgClassName
{
background-color: #A66339;
}
</style>
border-color css
<style>
span { border-color: #A66339; }
span { border-color: rgb(166,99,57); }
td.TdClassName
{
border-color: #A66339;
}
.TagClassName
{
border-color: #A66339;
}
</style>