Shades of Lucky #AD9915
Tints of Lucky #AD9915
RGB
CMYK
RGB Variations
Color information
#AD9915 (or 0xAD9915) is known color: Lucky. HEX triplet: AD, 99 and 15. RGB value is (173,153,21). Sum of RGB (Red+Green+Blue) = 173+153+21=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9915 is #5266EA. Grayscale: #909090. Windows color (decimal): -5400299 or 1415597. OLE color: 1415597.
HSL color Cylindrical-coordinate representation of color #AD9915: hue angle of 52.11º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD9915 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 21 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.32 |
| HSL | 52.11º | 0.78% | 0.38% | - |
| HSV(B) | 52.11º | 0.88% | 0.68% | - |
| XYZ | 28.76 | 31.72 | 5.32 | - |
| YUV | 143.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 21 | 0 | 0.12 | 0.88 | 0.32 | 52.11 | 0.78 | 0.38 |
| Hex | AD | 99 | 15 | 0 | C | 58 | 20 | 34 | 4E | 26 |
| Octal | 255 | 231 | 25 | 0 | 14 | 130 | 40 | 64 | 116 | 46 |
| Binary | 10101101 | 10011001 | 10101 | 0 | 1100 | 1011000 | 100000 | 110100 | 1001110 | 100110 |
Color Harmonies of #AD9915
Complementary color
Monochromatic Colors of #AD9915
Black with #AD9915
Text Example
Text Example
White with #AD9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9915; }
p { color: rgb(173,153,21); }
H1.HeaderClassName
{
color: #AD9915;
}
.AnyTagClassName
{
color: #AD9915;
}
</style>
background-color css
<style>
a { background-color: #AD9915; }
a { background-color: rgb(173,153,21); }
div.DivClassName
{
background-color: #AD9915;
}
.BgClassName
{
background-color: #AD9915;
}
</style>
border-color css
<style>
span { border-color: #AD9915; }
span { border-color: rgb(173,153,21); }
td.TdClassName
{
border-color: #AD9915;
}
.TagClassName
{
border-color: #AD9915;
}
</style>