Shades of Lucky #AD9F11
Tints of Lucky #AD9F11
RGB
CMYK
RGB Variations
Color information
#AD9F11 (or 0xAD9F11) is known color: Lucky. HEX triplet: AD, 9F and 11. RGB value is (173,159,17). Sum of RGB (Red+Green+Blue) = 173+159+17=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9F11 is #5260EE. Grayscale: #939393. Windows color (decimal): -5398767 or 1154989. OLE color: 1154989.
HSL color Cylindrical-coordinate representation of color #AD9F11: hue angle of 54.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD9F11 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 17 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.32 |
| HSL | 54.62º | 0.82% | 0.37% | - |
| HSV(B) | 54.62º | 0.9% | 0.68% | - |
| XYZ | 29.73 | 33.72 | 5.47 | - |
| YUV | 147 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 17 | 0 | 0.08 | 0.90 | 0.32 | 54.62 | 0.82 | 0.37 |
| Hex | AD | 9F | 11 | 0 | 8 | 5A | 20 | 37 | 52 | 25 |
| Octal | 255 | 237 | 21 | 0 | 10 | 132 | 40 | 67 | 122 | 45 |
| Binary | 10101101 | 10011111 | 10001 | 0 | 1000 | 1011010 | 100000 | 110111 | 1010010 | 100101 |
Color Harmonies of #AD9F11
Complementary color
Monochromatic Colors of #AD9F11
Black with #AD9F11
Text Example
Text Example
White with #AD9F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F11; }
p { color: rgb(173,159,17); }
H1.HeaderClassName
{
color: #AD9F11;
}
.AnyTagClassName
{
color: #AD9F11;
}
</style>
background-color css
<style>
a { background-color: #AD9F11; }
a { background-color: rgb(173,159,17); }
div.DivClassName
{
background-color: #AD9F11;
}
.BgClassName
{
background-color: #AD9F11;
}
</style>
border-color css
<style>
span { border-color: #AD9F11; }
span { border-color: rgb(173,159,17); }
td.TdClassName
{
border-color: #AD9F11;
}
.TagClassName
{
border-color: #AD9F11;
}
</style>