Shades of Lucky #AD9017
Tints of Lucky #AD9017
RGB
CMYK
RGB Variations
Color information
#AD9017 (or 0xAD9017) is known color: Lucky. HEX triplet: AD, 90 and 17. RGB value is (173,144,23). Sum of RGB (Red+Green+Blue) = 173+144+23=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9017 is #526FE8. Grayscale: #8B8B8B. Windows color (decimal): -5402601 or 1544365. OLE color: 1544365.
HSL color Cylindrical-coordinate representation of color #AD9017: hue angle of 48.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD9017 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 23 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.32 |
| HSL | 48.4º | 0.77% | 0.38% | - |
| HSV(B) | 48.4º | 0.87% | 0.68% | - |
| XYZ | 27.36 | 28.89 | 4.95 | - |
| YUV | 138.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 23 | 0 | 0.17 | 0.87 | 0.32 | 48.4 | 0.77 | 0.38 |
| Hex | AD | 90 | 17 | 0 | 11 | 57 | 20 | 30 | 4D | 26 |
| Octal | 255 | 220 | 27 | 0 | 21 | 127 | 40 | 60 | 115 | 46 |
| Binary | 10101101 | 10010000 | 10111 | 0 | 10001 | 1010111 | 100000 | 110000 | 1001101 | 100110 |
Color Harmonies of #AD9017
Complementary color
Monochromatic Colors of #AD9017
Black with #AD9017
Text Example
Text Example
White with #AD9017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9017; }
p { color: rgb(173,144,23); }
H1.HeaderClassName
{
color: #AD9017;
}
.AnyTagClassName
{
color: #AD9017;
}
</style>
background-color css
<style>
a { background-color: #AD9017; }
a { background-color: rgb(173,144,23); }
div.DivClassName
{
background-color: #AD9017;
}
.BgClassName
{
background-color: #AD9017;
}
</style>
border-color css
<style>
span { border-color: #AD9017; }
span { border-color: rgb(173,144,23); }
td.TdClassName
{
border-color: #AD9017;
}
.TagClassName
{
border-color: #AD9017;
}
</style>