Shades of Gimblet #ADA663
Tints of Gimblet #ADA663
RGB
CMYK
RGB Variations
Color information
#ADA663 (or 0xADA663) is known color: Gimblet. HEX triplet: AD, A6 and 63. RGB value is (173,166,99). Sum of RGB (Red+Green+Blue) = 173+166+99=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA663 is #52599C. Grayscale: #A0A0A0. Windows color (decimal): -5396893 or 6530733. OLE color: 6530733.
HSL color Cylindrical-coordinate representation of color #ADA663: hue angle of 54.32º 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 #ADA663 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 99 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.32 |
| HSL | 54.32º | 0.31% | 0.53% | - |
| HSV(B) | 54.32º | 0.43% | 0.68% | - |
| XYZ | 33.12 | 37.06 | 17.21 | - |
| YUV | 160.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 99 | 0 | 0.04 | 0.43 | 0.32 | 54.32 | 0.31 | 0.53 |
| Hex | AD | A6 | 63 | 0 | 4 | 2B | 20 | 36 | 1F | 35 |
| Octal | 255 | 246 | 143 | 0 | 4 | 53 | 40 | 66 | 37 | 65 |
| Binary | 10101101 | 10100110 | 1100011 | 0 | 100 | 101011 | 100000 | 110110 | 11111 | 110101 |
Color Harmonies of #ADA663
Complementary color
Monochromatic Colors of #ADA663
Black with #ADA663
Text Example
Text Example
White with #ADA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA663; }
p { color: rgb(173,166,99); }
H1.HeaderClassName
{
color: #ADA663;
}
.AnyTagClassName
{
color: #ADA663;
}
</style>
background-color css
<style>
a { background-color: #ADA663; }
a { background-color: rgb(173,166,99); }
div.DivClassName
{
background-color: #ADA663;
}
.BgClassName
{
background-color: #ADA663;
}
</style>
border-color css
<style>
span { border-color: #ADA663; }
span { border-color: rgb(173,166,99); }
td.TdClassName
{
border-color: #ADA663;
}
.TagClassName
{
border-color: #ADA663;
}
</style>