Shades of Gimblet #ADA160
Tints of Gimblet #ADA160
RGB
CMYK
RGB Variations
Color information
#ADA160 (or 0xADA160) is known color: Gimblet. HEX triplet: AD, A1 and 60. RGB value is (173,161,96). Sum of RGB (Red+Green+Blue) = 173+161+96=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA160 is #525E9F. Grayscale: #9D9D9D. Windows color (decimal): -5398176 or 6332845. OLE color: 6332845.
HSL color Cylindrical-coordinate representation of color #ADA160: hue angle of 50.65º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA160 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 96 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.32 |
| HSL | 50.65º | 0.32% | 0.53% | - |
| HSV(B) | 50.65º | 0.45% | 0.68% | - |
| XYZ | 32.09 | 35.22 | 16.17 | - |
| YUV | 157.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 96 | 0 | 0.07 | 0.45 | 0.32 | 50.65 | 0.32 | 0.53 |
| Hex | AD | A1 | 60 | 0 | 7 | 2D | 20 | 33 | 20 | 35 |
| Octal | 255 | 241 | 140 | 0 | 7 | 55 | 40 | 63 | 40 | 65 |
| Binary | 10101101 | 10100001 | 1100000 | 0 | 111 | 101101 | 100000 | 110011 | 100000 | 110101 |
Color Harmonies of #ADA160
Complementary color
Monochromatic Colors of #ADA160
Black with #ADA160
Text Example
Text Example
White with #ADA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA160; }
p { color: rgb(173,161,96); }
H1.HeaderClassName
{
color: #ADA160;
}
.AnyTagClassName
{
color: #ADA160;
}
</style>
background-color css
<style>
a { background-color: #ADA160; }
a { background-color: rgb(173,161,96); }
div.DivClassName
{
background-color: #ADA160;
}
.BgClassName
{
background-color: #ADA160;
}
</style>
border-color css
<style>
span { border-color: #ADA160; }
span { border-color: rgb(173,161,96); }
td.TdClassName
{
border-color: #ADA160;
}
.TagClassName
{
border-color: #ADA160;
}
</style>