Shades of Gimblet #ADA36A
Tints of Gimblet #ADA36A
RGB
CMYK
RGB Variations
Color information
#ADA36A (or 0xADA36A) is known color: Gimblet. HEX triplet: AD, A3 and 6A. RGB value is (173,163,106). Sum of RGB (Red+Green+Blue) = 173+163+106=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA36A is #525C95. Grayscale: #9F9F9F. Windows color (decimal): -5397654 or 6988717. OLE color: 6988717.
HSL color Cylindrical-coordinate representation of color #ADA36A: hue angle of 51.04º 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 #ADA36A is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 106 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.32 |
| HSL | 51.04º | 0.29% | 0.55% | - |
| HSV(B) | 51.04º | 0.39% | 0.68% | - |
| XYZ | 32.93 | 36.12 | 18.87 | - |
| YUV | 159.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 106 | 0 | 0.06 | 0.39 | 0.32 | 51.04 | 0.29 | 0.55 |
| Hex | AD | A3 | 6A | 0 | 6 | 27 | 20 | 33 | 1D | 37 |
| Octal | 255 | 243 | 152 | 0 | 6 | 47 | 40 | 63 | 35 | 67 |
| Binary | 10101101 | 10100011 | 1101010 | 0 | 110 | 100111 | 100000 | 110011 | 11101 | 110111 |
Color Harmonies of #ADA36A
Complementary color
Monochromatic Colors of #ADA36A
Black with #ADA36A
Text Example
Text Example
White with #ADA36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA36A; }
p { color: rgb(173,163,106); }
H1.HeaderClassName
{
color: #ADA36A;
}
.AnyTagClassName
{
color: #ADA36A;
}
</style>
background-color css
<style>
a { background-color: #ADA36A; }
a { background-color: rgb(173,163,106); }
div.DivClassName
{
background-color: #ADA36A;
}
.BgClassName
{
background-color: #ADA36A;
}
</style>
border-color css
<style>
span { border-color: #ADA36A; }
span { border-color: rgb(173,163,106); }
td.TdClassName
{
border-color: #ADA36A;
}
.TagClassName
{
border-color: #ADA36A;
}
</style>