Shades of Gimblet #AD9F5C
Tints of Gimblet #AD9F5C
RGB
CMYK
RGB Variations
Color information
#AD9F5C (or 0xAD9F5C) is known color: Gimblet. HEX triplet: AD, 9F and 5C. RGB value is (173,159,92). Sum of RGB (Red+Green+Blue) = 173+159+92=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F5C is #5260A3. Grayscale: #9B9B9B. Windows color (decimal): -5398692 or 6070189. OLE color: 6070189.
HSL color Cylindrical-coordinate representation of color #AD9F5C: hue angle of 49.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD9F5C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 92 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.32 |
| HSL | 49.63º | 0.33% | 0.52% | - |
| HSV(B) | 49.63º | 0.47% | 0.68% | - |
| XYZ | 31.56 | 34.45 | 15.11 | - |
| YUV | 155.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 92 | 0 | 0.08 | 0.47 | 0.32 | 49.63 | 0.33 | 0.52 |
| Hex | AD | 9F | 5C | 0 | 8 | 2F | 20 | 32 | 21 | 34 |
| Octal | 255 | 237 | 134 | 0 | 10 | 57 | 40 | 62 | 41 | 64 |
| Binary | 10101101 | 10011111 | 1011100 | 0 | 1000 | 101111 | 100000 | 110010 | 100001 | 110100 |
Color Harmonies of #AD9F5C
Complementary color
Monochromatic Colors of #AD9F5C
Black with #AD9F5C
Text Example
Text Example
White with #AD9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F5C; }
p { color: rgb(173,159,92); }
H1.HeaderClassName
{
color: #AD9F5C;
}
.AnyTagClassName
{
color: #AD9F5C;
}
</style>
background-color css
<style>
a { background-color: #AD9F5C; }
a { background-color: rgb(173,159,92); }
div.DivClassName
{
background-color: #AD9F5C;
}
.BgClassName
{
background-color: #AD9F5C;
}
</style>
border-color css
<style>
span { border-color: #AD9F5C; }
span { border-color: rgb(173,159,92); }
td.TdClassName
{
border-color: #AD9F5C;
}
.TagClassName
{
border-color: #AD9F5C;
}
</style>