Shades of Gimblet #ADA456
Tints of Gimblet #ADA456
RGB
CMYK
RGB Variations
Color information
#ADA456 (or 0xADA456) is known color: Gimblet. HEX triplet: AD, A4 and 56. RGB value is (173,164,86). Sum of RGB (Red+Green+Blue) = 173+164+86=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA456 is #525BA9. Grayscale: #9E9E9E. Windows color (decimal): -5397418 or 5678253. OLE color: 5678253.
HSL color Cylindrical-coordinate representation of color #ADA456: hue angle of 53.79º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA456 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 86 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.32 |
| HSL | 53.79º | 0.35% | 0.51% | - |
| HSV(B) | 53.79º | 0.5% | 0.68% | - |
| XYZ | 32.19 | 36.11 | 14.08 | - |
| YUV | 157.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 86 | 0 | 0.05 | 0.50 | 0.32 | 53.79 | 0.35 | 0.51 |
| Hex | AD | A4 | 56 | 0 | 5 | 32 | 20 | 36 | 23 | 33 |
| Octal | 255 | 244 | 126 | 0 | 5 | 62 | 40 | 66 | 43 | 63 |
| Binary | 10101101 | 10100100 | 1010110 | 0 | 101 | 110010 | 100000 | 110110 | 100011 | 110011 |
Color Harmonies of #ADA456
Complementary color
Monochromatic Colors of #ADA456
Black with #ADA456
Text Example
Text Example
White with #ADA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA456; }
p { color: rgb(173,164,86); }
H1.HeaderClassName
{
color: #ADA456;
}
.AnyTagClassName
{
color: #ADA456;
}
</style>
background-color css
<style>
a { background-color: #ADA456; }
a { background-color: rgb(173,164,86); }
div.DivClassName
{
background-color: #ADA456;
}
.BgClassName
{
background-color: #ADA456;
}
</style>
border-color css
<style>
span { border-color: #ADA456; }
span { border-color: rgb(173,164,86); }
td.TdClassName
{
border-color: #ADA456;
}
.TagClassName
{
border-color: #ADA456;
}
</style>