Shades of Gimblet #ADA56D
Tints of Gimblet #ADA56D
RGB
CMYK
RGB Variations
Color information
#ADA56D (or 0xADA56D) is known color: Gimblet. HEX triplet: AD, A5 and 6D. RGB value is (173,165,109). Sum of RGB (Red+Green+Blue) = 173+165+109=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA56D is #525A92. Grayscale: #A1A1A1. Windows color (decimal): -5397139 or 7185837. OLE color: 7185837.
HSL color Cylindrical-coordinate representation of color #ADA56D: hue angle of 52.5º 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 #ADA56D is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 109 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.32 |
| HSL | 52.5º | 0.28% | 0.55% | - |
| HSV(B) | 52.5º | 0.37% | 0.68% | - |
| XYZ | 33.45 | 36.9 | 19.83 | - |
| YUV | 161.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 109 | 0 | 0.05 | 0.37 | 0.32 | 52.5 | 0.28 | 0.55 |
| Hex | AD | A5 | 6D | 0 | 5 | 25 | 20 | 34 | 1C | 37 |
| Octal | 255 | 245 | 155 | 0 | 5 | 45 | 40 | 64 | 34 | 67 |
| Binary | 10101101 | 10100101 | 1101101 | 0 | 101 | 100101 | 100000 | 110100 | 11100 | 110111 |
Color Harmonies of #ADA56D
Complementary color
Monochromatic Colors of #ADA56D
Black with #ADA56D
Text Example
Text Example
White with #ADA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA56D; }
p { color: rgb(173,165,109); }
H1.HeaderClassName
{
color: #ADA56D;
}
.AnyTagClassName
{
color: #ADA56D;
}
</style>
background-color css
<style>
a { background-color: #ADA56D; }
a { background-color: rgb(173,165,109); }
div.DivClassName
{
background-color: #ADA56D;
}
.BgClassName
{
background-color: #ADA56D;
}
</style>
border-color css
<style>
span { border-color: #ADA56D; }
span { border-color: rgb(173,165,109); }
td.TdClassName
{
border-color: #ADA56D;
}
.TagClassName
{
border-color: #ADA56D;
}
</style>