Shades of Gimblet #ADA165
Tints of Gimblet #ADA165
RGB
CMYK
RGB Variations
Color information
#ADA165 (or 0xADA165) is known color: Gimblet. HEX triplet: AD, A1 and 65. RGB value is (173,161,101). Sum of RGB (Red+Green+Blue) = 173+161+101=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA165 is #525E9A. Grayscale: #9E9E9E. Windows color (decimal): -5398171 or 6660525. OLE color: 6660525.
HSL color Cylindrical-coordinate representation of color #ADA165: hue angle of 50º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADA165 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 101 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.32 |
| HSL | 50º | 0.31% | 0.54% | - |
| HSV(B) | 50º | 0.42% | 0.68% | - |
| XYZ | 32.33 | 35.31 | 17.42 | - |
| YUV | 157.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 101 | 0 | 0.07 | 0.42 | 0.32 | 50 | 0.31 | 0.54 |
| Hex | AD | A1 | 65 | 0 | 7 | 2A | 20 | 32 | 1F | 36 |
| Octal | 255 | 241 | 145 | 0 | 7 | 52 | 40 | 62 | 37 | 66 |
| Binary | 10101101 | 10100001 | 1100101 | 0 | 111 | 101010 | 100000 | 110010 | 11111 | 110110 |
Color Harmonies of #ADA165
Complementary color
Monochromatic Colors of #ADA165
Black with #ADA165
Text Example
Text Example
White with #ADA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA165; }
p { color: rgb(173,161,101); }
H1.HeaderClassName
{
color: #ADA165;
}
.AnyTagClassName
{
color: #ADA165;
}
</style>
background-color css
<style>
a { background-color: #ADA165; }
a { background-color: rgb(173,161,101); }
div.DivClassName
{
background-color: #ADA165;
}
.BgClassName
{
background-color: #ADA165;
}
</style>
border-color css
<style>
span { border-color: #ADA165; }
span { border-color: rgb(173,161,101); }
td.TdClassName
{
border-color: #ADA165;
}
.TagClassName
{
border-color: #ADA165;
}
</style>