Shades of Gimblet #ADA96E
Tints of Gimblet #ADA96E
RGB
CMYK
RGB Variations
Color information
#ADA96E (or 0xADA96E) is known color: Gimblet. HEX triplet: AD, A9 and 6E. RGB value is (173,169,110). Sum of RGB (Red+Green+Blue) = 173+169+110=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96E is #525691. Grayscale: #A3A3A3. Windows color (decimal): -5396114 or 7252397. OLE color: 7252397.
HSL color Cylindrical-coordinate representation of color #ADA96E: hue angle of 56.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADA96E is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 110 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.32 |
| HSL | 56.19º | 0.28% | 0.55% | - |
| HSV(B) | 56.19º | 0.36% | 0.68% | - |
| XYZ | 34.24 | 38.39 | 20.36 | - |
| YUV | 163.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 110 | 0 | 0.02 | 0.36 | 0.32 | 56.19 | 0.28 | 0.55 |
| Hex | AD | A9 | 6E | 0 | 2 | 24 | 20 | 38 | 1C | 37 |
| Octal | 255 | 251 | 156 | 0 | 2 | 44 | 40 | 70 | 34 | 67 |
| Binary | 10101101 | 10101001 | 1101110 | 0 | 10 | 100100 | 100000 | 111000 | 11100 | 110111 |
Color Harmonies of #ADA96E
Complementary color
Monochromatic Colors of #ADA96E
Black with #ADA96E
Text Example
Text Example
White with #ADA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA96E; }
p { color: rgb(173,169,110); }
H1.HeaderClassName
{
color: #ADA96E;
}
.AnyTagClassName
{
color: #ADA96E;
}
</style>
background-color css
<style>
a { background-color: #ADA96E; }
a { background-color: rgb(173,169,110); }
div.DivClassName
{
background-color: #ADA96E;
}
.BgClassName
{
background-color: #ADA96E;
}
</style>
border-color css
<style>
span { border-color: #ADA96E; }
span { border-color: rgb(173,169,110); }
td.TdClassName
{
border-color: #ADA96E;
}
.TagClassName
{
border-color: #ADA96E;
}
</style>