Shades of Gimblet #ADA966
Tints of Gimblet #ADA966
RGB
CMYK
RGB Variations
Color information
#ADA966 (or 0xADA966) is known color: Gimblet. HEX triplet: AD, A9 and 66. RGB value is (173,169,102). Sum of RGB (Red+Green+Blue) = 173+169+102=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA966 is #525699. Grayscale: #A2A2A2. Windows color (decimal): -5396122 or 6728109. OLE color: 6728109.
HSL color Cylindrical-coordinate representation of color #ADA966: hue angle of 56.62º 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 #ADA966 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 102 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.32 |
| HSL | 56.62º | 0.3% | 0.54% | - |
| HSV(B) | 56.62º | 0.41% | 0.68% | - |
| XYZ | 33.82 | 38.22 | 18.16 | - |
| YUV | 162.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 102 | 0 | 0.02 | 0.41 | 0.32 | 56.62 | 0.3 | 0.54 |
| Hex | AD | A9 | 66 | 0 | 2 | 29 | 20 | 39 | 1E | 36 |
| Octal | 255 | 251 | 146 | 0 | 2 | 51 | 40 | 71 | 36 | 66 |
| Binary | 10101101 | 10101001 | 1100110 | 0 | 10 | 101001 | 100000 | 111001 | 11110 | 110110 |
Color Harmonies of #ADA966
Complementary color
Monochromatic Colors of #ADA966
Black with #ADA966
Text Example
Text Example
White with #ADA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA966; }
p { color: rgb(173,169,102); }
H1.HeaderClassName
{
color: #ADA966;
}
.AnyTagClassName
{
color: #ADA966;
}
</style>
background-color css
<style>
a { background-color: #ADA966; }
a { background-color: rgb(173,169,102); }
div.DivClassName
{
background-color: #ADA966;
}
.BgClassName
{
background-color: #ADA966;
}
</style>
border-color css
<style>
span { border-color: #ADA966; }
span { border-color: rgb(173,169,102); }
td.TdClassName
{
border-color: #ADA966;
}
.TagClassName
{
border-color: #ADA966;
}
</style>