Shades of Gimblet #AD9E5E
Tints of Gimblet #AD9E5E
RGB
CMYK
RGB Variations
Color information
#AD9E5E (or 0xAD9E5E) is known color: Gimblet. HEX triplet: AD, 9E and 5E. RGB value is (173,158,94). Sum of RGB (Red+Green+Blue) = 173+158+94=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E5E is #5261A1. Grayscale: #9B9B9B. Windows color (decimal): -5398946 or 6201005. OLE color: 6201005.
HSL color Cylindrical-coordinate representation of color #AD9E5E: hue angle of 48.61º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD9E5E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 94 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.32 |
| HSL | 48.61º | 0.33% | 0.52% | - |
| HSV(B) | 48.61º | 0.46% | 0.68% | - |
| XYZ | 31.48 | 34.15 | 15.52 | - |
| YUV | 155.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 94 | 0 | 0.09 | 0.46 | 0.32 | 48.61 | 0.33 | 0.52 |
| Hex | AD | 9E | 5E | 0 | 9 | 2E | 20 | 31 | 21 | 34 |
| Octal | 255 | 236 | 136 | 0 | 11 | 56 | 40 | 61 | 41 | 64 |
| Binary | 10101101 | 10011110 | 1011110 | 0 | 1001 | 101110 | 100000 | 110001 | 100001 | 110100 |
Color Harmonies of #AD9E5E
Complementary color
Monochromatic Colors of #AD9E5E
Black with #AD9E5E
Text Example
Text Example
White with #AD9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E5E; }
p { color: rgb(173,158,94); }
H1.HeaderClassName
{
color: #AD9E5E;
}
.AnyTagClassName
{
color: #AD9E5E;
}
</style>
background-color css
<style>
a { background-color: #AD9E5E; }
a { background-color: rgb(173,158,94); }
div.DivClassName
{
background-color: #AD9E5E;
}
.BgClassName
{
background-color: #AD9E5E;
}
</style>
border-color css
<style>
span { border-color: #AD9E5E; }
span { border-color: rgb(173,158,94); }
td.TdClassName
{
border-color: #AD9E5E;
}
.TagClassName
{
border-color: #AD9E5E;
}
</style>