Shades of Desert #A66640
Tints of Desert #A66640
RGB
CMYK
RGB Variations
Color information
#A66640 (or 0xA66640) is known color: Desert. HEX triplet: A6, 66 and 40. RGB value is (166,102,64). Sum of RGB (Red+Green+Blue) = 166+102+64=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A66640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66640 is #5999BF. Grayscale: #757575. Windows color (decimal): -5872064 or 4220582. OLE color: 4220582.
HSL color Cylindrical-coordinate representation of color #A66640: hue angle of 22.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A66640 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 64 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.35 |
| HSL | 22.35º | 0.44% | 0.45% | - |
| HSV(B) | 22.35º | 0.61% | 0.65% | - |
| XYZ | 21.4 | 17.98 | 7.19 | - |
| YUV | 116.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 64 | 0 | 0.39 | 0.61 | 0.35 | 22.35 | 0.44 | 0.45 |
| Hex | A6 | 66 | 40 | 0 | 27 | 3D | 23 | 16 | 2C | 2D |
| Octal | 246 | 146 | 100 | 0 | 47 | 75 | 43 | 26 | 54 | 55 |
| Binary | 10100110 | 1100110 | 1000000 | 0 | 100111 | 111101 | 100011 | 10110 | 101100 | 101101 |
Color Harmonies of #A66640
Complementary color
Monochromatic Colors of #A66640
Black with #A66640
Text Example
Text Example
White with #A66640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66640; }
p { color: rgb(166,102,64); }
H1.HeaderClassName
{
color: #A66640;
}
.AnyTagClassName
{
color: #A66640;
}
</style>
background-color css
<style>
a { background-color: #A66640; }
a { background-color: rgb(166,102,64); }
div.DivClassName
{
background-color: #A66640;
}
.BgClassName
{
background-color: #A66640;
}
</style>
border-color css
<style>
span { border-color: #A66640; }
span { border-color: rgb(166,102,64); }
td.TdClassName
{
border-color: #A66640;
}
.TagClassName
{
border-color: #A66640;
}
</style>