Shades of Gimblet #AD9F64
Tints of Gimblet #AD9F64
RGB
CMYK
RGB Variations
Color information
#AD9F64 (or 0xAD9F64) is known color: Gimblet. HEX triplet: AD, 9F and 64. RGB value is (173,159,100). Sum of RGB (Red+Green+Blue) = 173+159+100=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F64 is #52609B. Grayscale: #9C9C9C. Windows color (decimal): -5398684 or 6594477. OLE color: 6594477.
HSL color Cylindrical-coordinate representation of color #AD9F64: hue angle of 48.49º 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 #AD9F64 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 100 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.32 |
| HSL | 48.49º | 0.31% | 0.54% | - |
| HSV(B) | 48.49º | 0.42% | 0.68% | - |
| XYZ | 31.93 | 34.6 | 17.05 | - |
| YUV | 156.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 100 | 0 | 0.08 | 0.42 | 0.32 | 48.49 | 0.31 | 0.54 |
| Hex | AD | 9F | 64 | 0 | 8 | 2A | 20 | 30 | 1F | 36 |
| Octal | 255 | 237 | 144 | 0 | 10 | 52 | 40 | 60 | 37 | 66 |
| Binary | 10101101 | 10011111 | 1100100 | 0 | 1000 | 101010 | 100000 | 110000 | 11111 | 110110 |
Color Harmonies of #AD9F64
Complementary color
Monochromatic Colors of #AD9F64
Black with #AD9F64
Text Example
Text Example
White with #AD9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F64; }
p { color: rgb(173,159,100); }
H1.HeaderClassName
{
color: #AD9F64;
}
.AnyTagClassName
{
color: #AD9F64;
}
</style>
background-color css
<style>
a { background-color: #AD9F64; }
a { background-color: rgb(173,159,100); }
div.DivClassName
{
background-color: #AD9F64;
}
.BgClassName
{
background-color: #AD9F64;
}
</style>
border-color css
<style>
span { border-color: #AD9F64; }
span { border-color: rgb(173,159,100); }
td.TdClassName
{
border-color: #AD9F64;
}
.TagClassName
{
border-color: #AD9F64;
}
</style>