Shades of Gimblet #ADA159
Tints of Gimblet #ADA159
RGB
CMYK
RGB Variations
Color information
#ADA159 (or 0xADA159) is known color: Gimblet. HEX triplet: AD, A1 and 59. RGB value is (173,161,89). Sum of RGB (Red+Green+Blue) = 173+161+89=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA159 is #525EA6. Grayscale: #9C9C9C. Windows color (decimal): -5398183 or 5874093. OLE color: 5874093.
HSL color Cylindrical-coordinate representation of color #ADA159: hue angle of 51.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA159 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 89 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.32 |
| HSL | 51.43º | 0.34% | 0.51% | - |
| HSV(B) | 51.43º | 0.49% | 0.68% | - |
| XYZ | 31.78 | 35.1 | 14.55 | - |
| YUV | 156.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 89 | 0 | 0.07 | 0.49 | 0.32 | 51.43 | 0.34 | 0.51 |
| Hex | AD | A1 | 59 | 0 | 7 | 31 | 20 | 33 | 22 | 33 |
| Octal | 255 | 241 | 131 | 0 | 7 | 61 | 40 | 63 | 42 | 63 |
| Binary | 10101101 | 10100001 | 1011001 | 0 | 111 | 110001 | 100000 | 110011 | 100010 | 110011 |
Color Harmonies of #ADA159
Complementary color
Monochromatic Colors of #ADA159
Black with #ADA159
Text Example
Text Example
White with #ADA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA159; }
p { color: rgb(173,161,89); }
H1.HeaderClassName
{
color: #ADA159;
}
.AnyTagClassName
{
color: #ADA159;
}
</style>
background-color css
<style>
a { background-color: #ADA159; }
a { background-color: rgb(173,161,89); }
div.DivClassName
{
background-color: #ADA159;
}
.BgClassName
{
background-color: #ADA159;
}
</style>
border-color css
<style>
span { border-color: #ADA159; }
span { border-color: rgb(173,161,89); }
td.TdClassName
{
border-color: #ADA159;
}
.TagClassName
{
border-color: #ADA159;
}
</style>