Shades of Gimblet #ADA76D
Tints of Gimblet #ADA76D
RGB
CMYK
RGB Variations
Color information
#ADA76D (or 0xADA76D) is known color: Gimblet. HEX triplet: AD, A7 and 6D. RGB value is (173,167,109). Sum of RGB (Red+Green+Blue) = 173+167+109=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA76D is #525892. Grayscale: #A2A2A2. Windows color (decimal): -5396627 or 7186349. OLE color: 7186349.
HSL color Cylindrical-coordinate representation of color #ADA76D: hue angle of 54.38º 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 #ADA76D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 109 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.32 |
| HSL | 54.38º | 0.28% | 0.55% | - |
| HSV(B) | 54.38º | 0.37% | 0.68% | - |
| XYZ | 33.81 | 37.63 | 19.95 | - |
| YUV | 162.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 109 | 0 | 0.03 | 0.37 | 0.32 | 54.38 | 0.28 | 0.55 |
| Hex | AD | A7 | 6D | 0 | 3 | 25 | 20 | 36 | 1C | 37 |
| Octal | 255 | 247 | 155 | 0 | 3 | 45 | 40 | 66 | 34 | 67 |
| Binary | 10101101 | 10100111 | 1101101 | 0 | 11 | 100101 | 100000 | 110110 | 11100 | 110111 |
Color Harmonies of #ADA76D
Complementary color
Monochromatic Colors of #ADA76D
Black with #ADA76D
Text Example
Text Example
White with #ADA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA76D; }
p { color: rgb(173,167,109); }
H1.HeaderClassName
{
color: #ADA76D;
}
.AnyTagClassName
{
color: #ADA76D;
}
</style>
background-color css
<style>
a { background-color: #ADA76D; }
a { background-color: rgb(173,167,109); }
div.DivClassName
{
background-color: #ADA76D;
}
.BgClassName
{
background-color: #ADA76D;
}
</style>
border-color css
<style>
span { border-color: #ADA76D; }
span { border-color: rgb(173,167,109); }
td.TdClassName
{
border-color: #ADA76D;
}
.TagClassName
{
border-color: #ADA76D;
}
</style>