Shades of Gimblet #ADA666
Tints of Gimblet #ADA666
RGB
CMYK
RGB Variations
Color information
#ADA666 (or 0xADA666) is known color: Gimblet. HEX triplet: AD, A6 and 66. RGB value is (173,166,102). Sum of RGB (Red+Green+Blue) = 173+166+102=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA666 is #525999. Grayscale: #A1A1A1. Windows color (decimal): -5396890 or 6727341. OLE color: 6727341.
HSL color Cylindrical-coordinate representation of color #ADA666: hue angle of 54.08º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADA666 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 102 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.32 |
| HSL | 54.08º | 0.3% | 0.54% | - |
| HSV(B) | 54.08º | 0.41% | 0.68% | - |
| XYZ | 33.27 | 37.12 | 17.98 | - |
| YUV | 160.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 102 | 0 | 0.04 | 0.41 | 0.32 | 54.08 | 0.3 | 0.54 |
| Hex | AD | A6 | 66 | 0 | 4 | 29 | 20 | 36 | 1E | 36 |
| Octal | 255 | 246 | 146 | 0 | 4 | 51 | 40 | 66 | 36 | 66 |
| Binary | 10101101 | 10100110 | 1100110 | 0 | 100 | 101001 | 100000 | 110110 | 11110 | 110110 |
Color Harmonies of #ADA666
Complementary color
Monochromatic Colors of #ADA666
Black with #ADA666
Text Example
Text Example
White with #ADA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA666; }
p { color: rgb(173,166,102); }
H1.HeaderClassName
{
color: #ADA666;
}
.AnyTagClassName
{
color: #ADA666;
}
</style>
background-color css
<style>
a { background-color: #ADA666; }
a { background-color: rgb(173,166,102); }
div.DivClassName
{
background-color: #ADA666;
}
.BgClassName
{
background-color: #ADA666;
}
</style>
border-color css
<style>
span { border-color: #ADA666; }
span { border-color: rgb(173,166,102); }
td.TdClassName
{
border-color: #ADA666;
}
.TagClassName
{
border-color: #ADA666;
}
</style>