Shades of Lucky #AD9D11
Tints of Lucky #AD9D11
RGB
CMYK
RGB Variations
Color information
#AD9D11 (or 0xAD9D11) is known color: Lucky. HEX triplet: AD, 9D and 11. RGB value is (173,157,17). Sum of RGB (Red+Green+Blue) = 173+157+17=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D11 is #5262EE. Grayscale: #929292. Windows color (decimal): -5399279 or 1154477. OLE color: 1154477.
HSL color Cylindrical-coordinate representation of color #AD9D11: hue angle of 53.85º 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 #AD9D11 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 17 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.32 |
| HSL | 53.85º | 0.82% | 0.37% | - |
| HSV(B) | 53.85º | 0.9% | 0.68% | - |
| XYZ | 29.39 | 33.04 | 5.36 | - |
| YUV | 145.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 17 | 0 | 0.09 | 0.90 | 0.32 | 53.85 | 0.82 | 0.37 |
| Hex | AD | 9D | 11 | 0 | 9 | 5A | 20 | 36 | 52 | 25 |
| Octal | 255 | 235 | 21 | 0 | 11 | 132 | 40 | 66 | 122 | 45 |
| Binary | 10101101 | 10011101 | 10001 | 0 | 1001 | 1011010 | 100000 | 110110 | 1010010 | 100101 |
Color Harmonies of #AD9D11
Complementary color
Monochromatic Colors of #AD9D11
Black with #AD9D11
Text Example
Text Example
White with #AD9D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D11; }
p { color: rgb(173,157,17); }
H1.HeaderClassName
{
color: #AD9D11;
}
.AnyTagClassName
{
color: #AD9D11;
}
</style>
background-color css
<style>
a { background-color: #AD9D11; }
a { background-color: rgb(173,157,17); }
div.DivClassName
{
background-color: #AD9D11;
}
.BgClassName
{
background-color: #AD9D11;
}
</style>
border-color css
<style>
span { border-color: #AD9D11; }
span { border-color: rgb(173,157,17); }
td.TdClassName
{
border-color: #AD9D11;
}
.TagClassName
{
border-color: #AD9D11;
}
</style>