Shades of Gimblet #AD9F5D
Tints of Gimblet #AD9F5D
RGB
CMYK
RGB Variations
Color information
#AD9F5D (or 0xAD9F5D) is known color: Gimblet. HEX triplet: AD, 9F and 5D. RGB value is (173,159,93). Sum of RGB (Red+Green+Blue) = 173+159+93=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F5D is #5260A2. Grayscale: #9B9B9B. Windows color (decimal): -5398691 or 6135725. OLE color: 6135725.
HSL color Cylindrical-coordinate representation of color #AD9F5D: hue angle of 49.5º 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 #AD9F5D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 93 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.32 |
| HSL | 49.5º | 0.33% | 0.52% | - |
| HSV(B) | 49.5º | 0.46% | 0.68% | - |
| XYZ | 31.61 | 34.47 | 15.34 | - |
| YUV | 155.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 93 | 0 | 0.08 | 0.46 | 0.32 | 49.5 | 0.33 | 0.52 |
| Hex | AD | 9F | 5D | 0 | 8 | 2E | 20 | 32 | 21 | 34 |
| Octal | 255 | 237 | 135 | 0 | 10 | 56 | 40 | 62 | 41 | 64 |
| Binary | 10101101 | 10011111 | 1011101 | 0 | 1000 | 101110 | 100000 | 110010 | 100001 | 110100 |
Color Harmonies of #AD9F5D
Complementary color
Monochromatic Colors of #AD9F5D
Black with #AD9F5D
Text Example
Text Example
White with #AD9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F5D; }
p { color: rgb(173,159,93); }
H1.HeaderClassName
{
color: #AD9F5D;
}
.AnyTagClassName
{
color: #AD9F5D;
}
</style>
background-color css
<style>
a { background-color: #AD9F5D; }
a { background-color: rgb(173,159,93); }
div.DivClassName
{
background-color: #AD9F5D;
}
.BgClassName
{
background-color: #AD9F5D;
}
</style>
border-color css
<style>
span { border-color: #AD9F5D; }
span { border-color: rgb(173,159,93); }
td.TdClassName
{
border-color: #AD9F5D;
}
.TagClassName
{
border-color: #AD9F5D;
}
</style>