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