Shades of Gimblet #ADA862
Tints of Gimblet #ADA862
RGB
CMYK
RGB Variations
Color information
#ADA862 (or 0xADA862) is known color: Gimblet. HEX triplet: AD, A8 and 62. RGB value is (173,168,98). Sum of RGB (Red+Green+Blue) = 173+168+98=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA862 is #52579D. Grayscale: #A1A1A1. Windows color (decimal): -5396382 or 6465709. OLE color: 6465709.
HSL color Cylindrical-coordinate representation of color #ADA862: hue angle of 56º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADA862 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 98 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.32 |
| HSL | 56º | 0.31% | 0.53% | - |
| HSV(B) | 56º | 0.43% | 0.68% | - |
| XYZ | 33.44 | 37.77 | 17.08 | - |
| YUV | 161.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 98 | 0 | 0.03 | 0.43 | 0.32 | 56 | 0.31 | 0.53 |
| Hex | AD | A8 | 62 | 0 | 3 | 2B | 20 | 38 | 1F | 35 |
| Octal | 255 | 250 | 142 | 0 | 3 | 53 | 40 | 70 | 37 | 65 |
| Binary | 10101101 | 10101000 | 1100010 | 0 | 11 | 101011 | 100000 | 111000 | 11111 | 110101 |
Color Harmonies of #ADA862
Complementary color
Monochromatic Colors of #ADA862
Black with #ADA862
Text Example
Text Example
White with #ADA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA862; }
p { color: rgb(173,168,98); }
H1.HeaderClassName
{
color: #ADA862;
}
.AnyTagClassName
{
color: #ADA862;
}
</style>
background-color css
<style>
a { background-color: #ADA862; }
a { background-color: rgb(173,168,98); }
div.DivClassName
{
background-color: #ADA862;
}
.BgClassName
{
background-color: #ADA862;
}
</style>
border-color css
<style>
span { border-color: #ADA862; }
span { border-color: rgb(173,168,98); }
td.TdClassName
{
border-color: #ADA862;
}
.TagClassName
{
border-color: #ADA862;
}
</style>