Shades of Gimblet #ADA861
Tints of Gimblet #ADA861
RGB
CMYK
RGB Variations
Color information
#ADA861 (or 0xADA861) is known color: Gimblet. HEX triplet: AD, A8 and 61. RGB value is (173,168,97). Sum of RGB (Red+Green+Blue) = 173+168+97=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA861 is #52579E. Grayscale: #A1A1A1. Windows color (decimal): -5396383 or 6400173. OLE color: 6400173.
HSL color Cylindrical-coordinate representation of color #ADA861: hue angle of 56.05º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADA861 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 97 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.32 |
| HSL | 56.05º | 0.32% | 0.53% | - |
| HSV(B) | 56.05º | 0.44% | 0.68% | - |
| XYZ | 33.39 | 37.75 | 16.84 | - |
| YUV | 161.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 97 | 0 | 0.03 | 0.44 | 0.32 | 56.05 | 0.32 | 0.53 |
| Hex | AD | A8 | 61 | 0 | 3 | 2C | 20 | 38 | 20 | 35 |
| Octal | 255 | 250 | 141 | 0 | 3 | 54 | 40 | 70 | 40 | 65 |
| Binary | 10101101 | 10101000 | 1100001 | 0 | 11 | 101100 | 100000 | 111000 | 100000 | 110101 |
Color Harmonies of #ADA861
Complementary color
Monochromatic Colors of #ADA861
Black with #ADA861
Text Example
Text Example
White with #ADA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA861; }
p { color: rgb(173,168,97); }
H1.HeaderClassName
{
color: #ADA861;
}
.AnyTagClassName
{
color: #ADA861;
}
</style>
background-color css
<style>
a { background-color: #ADA861; }
a { background-color: rgb(173,168,97); }
div.DivClassName
{
background-color: #ADA861;
}
.BgClassName
{
background-color: #ADA861;
}
</style>
border-color css
<style>
span { border-color: #ADA861; }
span { border-color: rgb(173,168,97); }
td.TdClassName
{
border-color: #ADA861;
}
.TagClassName
{
border-color: #ADA861;
}
</style>