Shades of Gimblet #AD9F62
Tints of Gimblet #AD9F62
RGB
CMYK
RGB Variations
Color information
#AD9F62 (or 0xAD9F62) is known color: Gimblet. HEX triplet: AD, 9F and 62. RGB value is (173,159,98). Sum of RGB (Red+Green+Blue) = 173+159+98=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F62 is #52609D. Grayscale: #9C9C9C. Windows color (decimal): -5398686 or 6463405. OLE color: 6463405.
HSL color Cylindrical-coordinate representation of color #AD9F62: hue angle of 48.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD9F62 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 98 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.32 |
| HSL | 48.8º | 0.31% | 0.53% | - |
| HSV(B) | 48.8º | 0.43% | 0.68% | - |
| XYZ | 31.84 | 34.56 | 16.55 | - |
| YUV | 156.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 98 | 0 | 0.08 | 0.43 | 0.32 | 48.8 | 0.31 | 0.53 |
| Hex | AD | 9F | 62 | 0 | 8 | 2B | 20 | 31 | 1F | 35 |
| Octal | 255 | 237 | 142 | 0 | 10 | 53 | 40 | 61 | 37 | 65 |
| Binary | 10101101 | 10011111 | 1100010 | 0 | 1000 | 101011 | 100000 | 110001 | 11111 | 110101 |
Color Harmonies of #AD9F62
Complementary color
Monochromatic Colors of #AD9F62
Black with #AD9F62
Text Example
Text Example
White with #AD9F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F62; }
p { color: rgb(173,159,98); }
H1.HeaderClassName
{
color: #AD9F62;
}
.AnyTagClassName
{
color: #AD9F62;
}
</style>
background-color css
<style>
a { background-color: #AD9F62; }
a { background-color: rgb(173,159,98); }
div.DivClassName
{
background-color: #AD9F62;
}
.BgClassName
{
background-color: #AD9F62;
}
</style>
border-color css
<style>
span { border-color: #AD9F62; }
span { border-color: rgb(173,159,98); }
td.TdClassName
{
border-color: #AD9F62;
}
.TagClassName
{
border-color: #AD9F62;
}
</style>