Shades of Gimblet #ADA963
Tints of Gimblet #ADA963
RGB
CMYK
RGB Variations
Color information
#ADA963 (or 0xADA963) is known color: Gimblet. HEX triplet: AD, A9 and 63. RGB value is (173,169,99). Sum of RGB (Red+Green+Blue) = 173+169+99=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA963 is #52569C. Grayscale: #A2A2A2. Windows color (decimal): -5396125 or 6531501. OLE color: 6531501.
HSL color Cylindrical-coordinate representation of color #ADA963: hue angle of 56.76º 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 #ADA963 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 99 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.32 |
| HSL | 56.76º | 0.31% | 0.53% | - |
| HSV(B) | 56.76º | 0.43% | 0.68% | - |
| XYZ | 33.67 | 38.16 | 17.4 | - |
| YUV | 162.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 99 | 0 | 0.02 | 0.43 | 0.32 | 56.76 | 0.31 | 0.53 |
| Hex | AD | A9 | 63 | 0 | 2 | 2B | 20 | 39 | 1F | 35 |
| Octal | 255 | 251 | 143 | 0 | 2 | 53 | 40 | 71 | 37 | 65 |
| Binary | 10101101 | 10101001 | 1100011 | 0 | 10 | 101011 | 100000 | 111001 | 11111 | 110101 |
Color Harmonies of #ADA963
Complementary color
Monochromatic Colors of #ADA963
Black with #ADA963
Text Example
Text Example
White with #ADA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA963; }
p { color: rgb(173,169,99); }
H1.HeaderClassName
{
color: #ADA963;
}
.AnyTagClassName
{
color: #ADA963;
}
</style>
background-color css
<style>
a { background-color: #ADA963; }
a { background-color: rgb(173,169,99); }
div.DivClassName
{
background-color: #ADA963;
}
.BgClassName
{
background-color: #ADA963;
}
</style>
border-color css
<style>
span { border-color: #ADA963; }
span { border-color: rgb(173,169,99); }
td.TdClassName
{
border-color: #ADA963;
}
.TagClassName
{
border-color: #ADA963;
}
</style>