Shades of Gimblet #ADA86A
Tints of Gimblet #ADA86A
RGB
CMYK
RGB Variations
Color information
#ADA86A (or 0xADA86A) is known color: Gimblet. HEX triplet: AD, A8 and 6A. RGB value is (173,168,106). Sum of RGB (Red+Green+Blue) = 173+168+106=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA86A is #525795. Grayscale: #A2A2A2. Windows color (decimal): -5396374 or 6989997. OLE color: 6989997.
HSL color Cylindrical-coordinate representation of color #ADA86A: hue angle of 55.52º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADA86A is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 106 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.32 |
| HSL | 55.52º | 0.29% | 0.55% | - |
| HSV(B) | 55.52º | 0.39% | 0.68% | - |
| XYZ | 33.84 | 37.93 | 19.17 | - |
| YUV | 162.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 106 | 0 | 0.03 | 0.39 | 0.32 | 55.52 | 0.29 | 0.55 |
| Hex | AD | A8 | 6A | 0 | 3 | 27 | 20 | 38 | 1D | 37 |
| Octal | 255 | 250 | 152 | 0 | 3 | 47 | 40 | 70 | 35 | 67 |
| Binary | 10101101 | 10101000 | 1101010 | 0 | 11 | 100111 | 100000 | 111000 | 11101 | 110111 |
Color Harmonies of #ADA86A
Complementary color
Monochromatic Colors of #ADA86A
Black with #ADA86A
Text Example
Text Example
White with #ADA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA86A; }
p { color: rgb(173,168,106); }
H1.HeaderClassName
{
color: #ADA86A;
}
.AnyTagClassName
{
color: #ADA86A;
}
</style>
background-color css
<style>
a { background-color: #ADA86A; }
a { background-color: rgb(173,168,106); }
div.DivClassName
{
background-color: #ADA86A;
}
.BgClassName
{
background-color: #ADA86A;
}
</style>
border-color css
<style>
span { border-color: #ADA86A; }
span { border-color: rgb(173,168,106); }
td.TdClassName
{
border-color: #ADA86A;
}
.TagClassName
{
border-color: #ADA86A;
}
</style>