Shades of Gimblet #ADA96D
Tints of Gimblet #ADA96D
RGB
CMYK
RGB Variations
Color information
#ADA96D (or 0xADA96D) is known color: Gimblet. HEX triplet: AD, A9 and 6D. RGB value is (173,169,109). Sum of RGB (Red+Green+Blue) = 173+169+109=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96D is #525692. Grayscale: #A3A3A3. Windows color (decimal): -5396115 or 7186861. OLE color: 7186861.
HSL color Cylindrical-coordinate representation of color #ADA96D: hue angle of 56.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADA96D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 109 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.32 |
| HSL | 56.25º | 0.28% | 0.55% | - |
| HSV(B) | 56.25º | 0.37% | 0.68% | - |
| XYZ | 34.18 | 38.36 | 20.07 | - |
| YUV | 163.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 109 | 0 | 0.02 | 0.37 | 0.32 | 56.25 | 0.28 | 0.55 |
| Hex | AD | A9 | 6D | 0 | 2 | 25 | 20 | 38 | 1C | 37 |
| Octal | 255 | 251 | 155 | 0 | 2 | 45 | 40 | 70 | 34 | 67 |
| Binary | 10101101 | 10101001 | 1101101 | 0 | 10 | 100101 | 100000 | 111000 | 11100 | 110111 |
Color Harmonies of #ADA96D
Complementary color
Monochromatic Colors of #ADA96D
Black with #ADA96D
Text Example
Text Example
White with #ADA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA96D; }
p { color: rgb(173,169,109); }
H1.HeaderClassName
{
color: #ADA96D;
}
.AnyTagClassName
{
color: #ADA96D;
}
</style>
background-color css
<style>
a { background-color: #ADA96D; }
a { background-color: rgb(173,169,109); }
div.DivClassName
{
background-color: #ADA96D;
}
.BgClassName
{
background-color: #ADA96D;
}
</style>
border-color css
<style>
span { border-color: #ADA96D; }
span { border-color: rgb(173,169,109); }
td.TdClassName
{
border-color: #ADA96D;
}
.TagClassName
{
border-color: #ADA96D;
}
</style>