Shades of Gimblet #ADA261
Tints of Gimblet #ADA261
RGB
CMYK
RGB Variations
Color information
#ADA261 (or 0xADA261) is known color: Gimblet. HEX triplet: AD, A2 and 61. RGB value is (173,162,97). Sum of RGB (Red+Green+Blue) = 173+162+97=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA261 is #525D9E. Grayscale: #9E9E9E. Windows color (decimal): -5397919 or 6398637. OLE color: 6398637.
HSL color Cylindrical-coordinate representation of color #ADA261: hue angle of 51.32º 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 #ADA261 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 97 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.32 |
| HSL | 51.32º | 0.32% | 0.53% | - |
| HSV(B) | 51.32º | 0.44% | 0.68% | - |
| XYZ | 32.31 | 35.59 | 16.48 | - |
| YUV | 157.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 97 | 0 | 0.06 | 0.44 | 0.32 | 51.32 | 0.32 | 0.53 |
| Hex | AD | A2 | 61 | 0 | 6 | 2C | 20 | 33 | 20 | 35 |
| Octal | 255 | 242 | 141 | 0 | 6 | 54 | 40 | 63 | 40 | 65 |
| Binary | 10101101 | 10100010 | 1100001 | 0 | 110 | 101100 | 100000 | 110011 | 100000 | 110101 |
Color Harmonies of #ADA261
Complementary color
Monochromatic Colors of #ADA261
Black with #ADA261
Text Example
Text Example
White with #ADA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA261; }
p { color: rgb(173,162,97); }
H1.HeaderClassName
{
color: #ADA261;
}
.AnyTagClassName
{
color: #ADA261;
}
</style>
background-color css
<style>
a { background-color: #ADA261; }
a { background-color: rgb(173,162,97); }
div.DivClassName
{
background-color: #ADA261;
}
.BgClassName
{
background-color: #ADA261;
}
</style>
border-color css
<style>
span { border-color: #ADA261; }
span { border-color: rgb(173,162,97); }
td.TdClassName
{
border-color: #ADA261;
}
.TagClassName
{
border-color: #ADA261;
}
</style>