Shades of Gimblet #ADA65D
Tints of Gimblet #ADA65D
RGB
CMYK
RGB Variations
Color information
#ADA65D (or 0xADA65D) is known color: Gimblet. HEX triplet: AD, A6 and 5D. RGB value is (173,166,93). Sum of RGB (Red+Green+Blue) = 173+166+93=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA65D is #5259A2. Grayscale: #A0A0A0. Windows color (decimal): -5396899 or 6137517. OLE color: 6137517.
HSL color Cylindrical-coordinate representation of color #ADA65D: hue angle of 54.75º 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 #ADA65D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 93 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.32 |
| HSL | 54.75º | 0.33% | 0.52% | - |
| HSV(B) | 54.75º | 0.46% | 0.68% | - |
| XYZ | 32.85 | 36.95 | 15.76 | - |
| YUV | 159.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 93 | 0 | 0.04 | 0.46 | 0.32 | 54.75 | 0.33 | 0.52 |
| Hex | AD | A6 | 5D | 0 | 4 | 2E | 20 | 37 | 21 | 34 |
| Octal | 255 | 246 | 135 | 0 | 4 | 56 | 40 | 67 | 41 | 64 |
| Binary | 10101101 | 10100110 | 1011101 | 0 | 100 | 101110 | 100000 | 110111 | 100001 | 110100 |
Color Harmonies of #ADA65D
Complementary color
Monochromatic Colors of #ADA65D
Black with #ADA65D
Text Example
Text Example
White with #ADA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA65D; }
p { color: rgb(173,166,93); }
H1.HeaderClassName
{
color: #ADA65D;
}
.AnyTagClassName
{
color: #ADA65D;
}
</style>
background-color css
<style>
a { background-color: #ADA65D; }
a { background-color: rgb(173,166,93); }
div.DivClassName
{
background-color: #ADA65D;
}
.BgClassName
{
background-color: #ADA65D;
}
</style>
border-color css
<style>
span { border-color: #ADA65D; }
span { border-color: rgb(173,166,93); }
td.TdClassName
{
border-color: #ADA65D;
}
.TagClassName
{
border-color: #ADA65D;
}
</style>