Shades of Gimblet #AD9E62
Tints of Gimblet #AD9E62
RGB
CMYK
RGB Variations
Color information
#AD9E62 (or 0xAD9E62) is known color: Gimblet. HEX triplet: AD, 9E and 62. RGB value is (173,158,98). Sum of RGB (Red+Green+Blue) = 173+158+98=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E62 is #52619D. Grayscale: #9B9B9B. Windows color (decimal): -5398942 or 6463149. OLE color: 6463149.
HSL color Cylindrical-coordinate representation of color #AD9E62: hue angle of 48º 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 #AD9E62 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 98 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.32 |
| HSL | 48º | 0.31% | 0.53% | - |
| HSV(B) | 48º | 0.43% | 0.68% | - |
| XYZ | 31.67 | 34.22 | 16.49 | - |
| YUV | 155.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 98 | 0 | 0.09 | 0.43 | 0.32 | 48 | 0.31 | 0.53 |
| Hex | AD | 9E | 62 | 0 | 9 | 2B | 20 | 30 | 1F | 35 |
| Octal | 255 | 236 | 142 | 0 | 11 | 53 | 40 | 60 | 37 | 65 |
| Binary | 10101101 | 10011110 | 1100010 | 0 | 1001 | 101011 | 100000 | 110000 | 11111 | 110101 |
Color Harmonies of #AD9E62
Complementary color
Monochromatic Colors of #AD9E62
Black with #AD9E62
Text Example
Text Example
White with #AD9E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E62; }
p { color: rgb(173,158,98); }
H1.HeaderClassName
{
color: #AD9E62;
}
.AnyTagClassName
{
color: #AD9E62;
}
</style>
background-color css
<style>
a { background-color: #AD9E62; }
a { background-color: rgb(173,158,98); }
div.DivClassName
{
background-color: #AD9E62;
}
.BgClassName
{
background-color: #AD9E62;
}
</style>
border-color css
<style>
span { border-color: #AD9E62; }
span { border-color: rgb(173,158,98); }
td.TdClassName
{
border-color: #AD9E62;
}
.TagClassName
{
border-color: #AD9E62;
}
</style>