Shades of Gimblet #ADA461
Tints of Gimblet #ADA461
RGB
CMYK
RGB Variations
Color information
#ADA461 (or 0xADA461) is known color: Gimblet. HEX triplet: AD, A4 and 61. RGB value is (173,164,97). Sum of RGB (Red+Green+Blue) = 173+164+97=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA461 is #525B9E. Grayscale: #9F9F9F. Windows color (decimal): -5397407 or 6399149. OLE color: 6399149.
HSL color Cylindrical-coordinate representation of color #ADA461: hue angle of 52.89º 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 #ADA461 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 97 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.32 |
| HSL | 52.89º | 0.32% | 0.53% | - |
| HSV(B) | 52.89º | 0.44% | 0.68% | - |
| XYZ | 32.67 | 36.3 | 16.59 | - |
| YUV | 159.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 97 | 0 | 0.05 | 0.44 | 0.32 | 52.89 | 0.32 | 0.53 |
| Hex | AD | A4 | 61 | 0 | 5 | 2C | 20 | 35 | 20 | 35 |
| Octal | 255 | 244 | 141 | 0 | 5 | 54 | 40 | 65 | 40 | 65 |
| Binary | 10101101 | 10100100 | 1100001 | 0 | 101 | 101100 | 100000 | 110101 | 100000 | 110101 |
Color Harmonies of #ADA461
Complementary color
Monochromatic Colors of #ADA461
Black with #ADA461
Text Example
Text Example
White with #ADA461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA461; }
p { color: rgb(173,164,97); }
H1.HeaderClassName
{
color: #ADA461;
}
.AnyTagClassName
{
color: #ADA461;
}
</style>
background-color css
<style>
a { background-color: #ADA461; }
a { background-color: rgb(173,164,97); }
div.DivClassName
{
background-color: #ADA461;
}
.BgClassName
{
background-color: #ADA461;
}
</style>
border-color css
<style>
span { border-color: #ADA461; }
span { border-color: rgb(173,164,97); }
td.TdClassName
{
border-color: #ADA461;
}
.TagClassName
{
border-color: #ADA461;
}
</style>