Shades of Gimblet #ADA75E
Tints of Gimblet #ADA75E
RGB
CMYK
RGB Variations
Color information
#ADA75E (or 0xADA75E) is known color: Gimblet. HEX triplet: AD, A7 and 5E. RGB value is (173,167,94). Sum of RGB (Red+Green+Blue) = 173+167+94=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA75E is #5258A1. Grayscale: #A0A0A0. Windows color (decimal): -5396642 or 6203309. OLE color: 6203309.
HSL color Cylindrical-coordinate representation of color #ADA75E: hue angle of 55.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADA75E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 94 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.32 |
| HSL | 55.44º | 0.33% | 0.52% | - |
| HSV(B) | 55.44º | 0.46% | 0.68% | - |
| XYZ | 33.07 | 37.33 | 16.05 | - |
| YUV | 160.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 94 | 0 | 0.03 | 0.46 | 0.32 | 55.44 | 0.33 | 0.52 |
| Hex | AD | A7 | 5E | 0 | 3 | 2E | 20 | 37 | 21 | 34 |
| Octal | 255 | 247 | 136 | 0 | 3 | 56 | 40 | 67 | 41 | 64 |
| Binary | 10101101 | 10100111 | 1011110 | 0 | 11 | 101110 | 100000 | 110111 | 100001 | 110100 |
Color Harmonies of #ADA75E
Complementary color
Monochromatic Colors of #ADA75E
Black with #ADA75E
Text Example
Text Example
White with #ADA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA75E; }
p { color: rgb(173,167,94); }
H1.HeaderClassName
{
color: #ADA75E;
}
.AnyTagClassName
{
color: #ADA75E;
}
</style>
background-color css
<style>
a { background-color: #ADA75E; }
a { background-color: rgb(173,167,94); }
div.DivClassName
{
background-color: #ADA75E;
}
.BgClassName
{
background-color: #ADA75E;
}
</style>
border-color css
<style>
span { border-color: #ADA75E; }
span { border-color: rgb(173,167,94); }
td.TdClassName
{
border-color: #ADA75E;
}
.TagClassName
{
border-color: #ADA75E;
}
</style>