Shades of Gimblet #ADA066
Tints of Gimblet #ADA066
RGB
CMYK
RGB Variations
Color information
#ADA066 (or 0xADA066) is known color: Gimblet. HEX triplet: AD, A0 and 66. RGB value is (173,160,102). Sum of RGB (Red+Green+Blue) = 173+160+102=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA066 is #525F99. Grayscale: #9D9D9D. Windows color (decimal): -5398426 or 6725805. OLE color: 6725805.
HSL color Cylindrical-coordinate representation of color #ADA066: hue angle of 49.01º 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 #ADA066 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 102 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.32 |
| HSL | 49.01º | 0.3% | 0.54% | - |
| HSV(B) | 49.01º | 0.41% | 0.68% | - |
| XYZ | 32.2 | 34.99 | 17.63 | - |
| YUV | 157.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 102 | 0 | 0.08 | 0.41 | 0.32 | 49.01 | 0.3 | 0.54 |
| Hex | AD | A0 | 66 | 0 | 8 | 29 | 20 | 31 | 1E | 36 |
| Octal | 255 | 240 | 146 | 0 | 10 | 51 | 40 | 61 | 36 | 66 |
| Binary | 10101101 | 10100000 | 1100110 | 0 | 1000 | 101001 | 100000 | 110001 | 11110 | 110110 |
Color Harmonies of #ADA066
Complementary color
Monochromatic Colors of #ADA066
Black with #ADA066
Text Example
Text Example
White with #ADA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA066; }
p { color: rgb(173,160,102); }
H1.HeaderClassName
{
color: #ADA066;
}
.AnyTagClassName
{
color: #ADA066;
}
</style>
background-color css
<style>
a { background-color: #ADA066; }
a { background-color: rgb(173,160,102); }
div.DivClassName
{
background-color: #ADA066;
}
.BgClassName
{
background-color: #ADA066;
}
</style>
border-color css
<style>
span { border-color: #ADA066; }
span { border-color: rgb(173,160,102); }
td.TdClassName
{
border-color: #ADA066;
}
.TagClassName
{
border-color: #ADA066;
}
</style>