Shades of Gimblet #ADA662
Tints of Gimblet #ADA662
RGB
CMYK
RGB Variations
Color information
#ADA662 (or 0xADA662) is known color: Gimblet. HEX triplet: AD, A6 and 62. RGB value is (173,166,98). Sum of RGB (Red+Green+Blue) = 173+166+98=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA662 is #52599D. Grayscale: #A0A0A0. Windows color (decimal): -5396894 or 6465197. OLE color: 6465197.
HSL color Cylindrical-coordinate representation of color #ADA662: hue angle of 54.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADA662 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 98 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.32 |
| HSL | 54.4º | 0.31% | 0.53% | - |
| HSV(B) | 54.4º | 0.43% | 0.68% | - |
| XYZ | 33.07 | 37.04 | 16.96 | - |
| YUV | 160.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 98 | 0 | 0.04 | 0.43 | 0.32 | 54.4 | 0.31 | 0.53 |
| Hex | AD | A6 | 62 | 0 | 4 | 2B | 20 | 36 | 1F | 35 |
| Octal | 255 | 246 | 142 | 0 | 4 | 53 | 40 | 66 | 37 | 65 |
| Binary | 10101101 | 10100110 | 1100010 | 0 | 100 | 101011 | 100000 | 110110 | 11111 | 110101 |
Color Harmonies of #ADA662
Complementary color
Monochromatic Colors of #ADA662
Black with #ADA662
Text Example
Text Example
White with #ADA662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA662; }
p { color: rgb(173,166,98); }
H1.HeaderClassName
{
color: #ADA662;
}
.AnyTagClassName
{
color: #ADA662;
}
</style>
background-color css
<style>
a { background-color: #ADA662; }
a { background-color: rgb(173,166,98); }
div.DivClassName
{
background-color: #ADA662;
}
.BgClassName
{
background-color: #ADA662;
}
</style>
border-color css
<style>
span { border-color: #ADA662; }
span { border-color: rgb(173,166,98); }
td.TdClassName
{
border-color: #ADA662;
}
.TagClassName
{
border-color: #ADA662;
}
</style>