Shades of Gimblet #ADA863
Tints of Gimblet #ADA863
RGB
CMYK
RGB Variations
Color information
#ADA863 (or 0xADA863) is known color: Gimblet. HEX triplet: AD, A8 and 63. RGB value is (173,168,99). Sum of RGB (Red+Green+Blue) = 173+168+99=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA863 is #52579C. Grayscale: #A1A1A1. Windows color (decimal): -5396381 or 6531245. OLE color: 6531245.
HSL color Cylindrical-coordinate representation of color #ADA863: hue angle of 55.95º 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 #ADA863 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 99 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.32 |
| HSL | 55.95º | 0.31% | 0.53% | - |
| HSV(B) | 55.95º | 0.43% | 0.68% | - |
| XYZ | 33.49 | 37.79 | 17.33 | - |
| YUV | 161.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 99 | 0 | 0.03 | 0.43 | 0.32 | 55.95 | 0.31 | 0.53 |
| Hex | AD | A8 | 63 | 0 | 3 | 2B | 20 | 38 | 1F | 35 |
| Octal | 255 | 250 | 143 | 0 | 3 | 53 | 40 | 70 | 37 | 65 |
| Binary | 10101101 | 10101000 | 1100011 | 0 | 11 | 101011 | 100000 | 111000 | 11111 | 110101 |
Color Harmonies of #ADA863
Complementary color
Monochromatic Colors of #ADA863
Black with #ADA863
Text Example
Text Example
White with #ADA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA863; }
p { color: rgb(173,168,99); }
H1.HeaderClassName
{
color: #ADA863;
}
.AnyTagClassName
{
color: #ADA863;
}
</style>
background-color css
<style>
a { background-color: #ADA863; }
a { background-color: rgb(173,168,99); }
div.DivClassName
{
background-color: #ADA863;
}
.BgClassName
{
background-color: #ADA863;
}
</style>
border-color css
<style>
span { border-color: #ADA863; }
span { border-color: rgb(173,168,99); }
td.TdClassName
{
border-color: #ADA863;
}
.TagClassName
{
border-color: #ADA863;
}
</style>