Shades of Lucky #AD9815
Tints of Lucky #AD9815
RGB
CMYK
RGB Variations
Color information
#AD9815 (or 0xAD9815) is known color: Lucky. HEX triplet: AD, 98 and 15. RGB value is (173,152,21). Sum of RGB (Red+Green+Blue) = 173+152+21=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9815 is #5267EA. Grayscale: #8F8F8F. Windows color (decimal): -5400555 or 1415341. OLE color: 1415341.
HSL color Cylindrical-coordinate representation of color #AD9815: hue angle of 51.71º 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 #AD9815 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 21 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.32 |
| HSL | 51.71º | 0.78% | 0.38% | - |
| HSV(B) | 51.71º | 0.88% | 0.68% | - |
| XYZ | 28.6 | 31.39 | 5.26 | - |
| YUV | 143.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 21 | 0 | 0.12 | 0.88 | 0.32 | 51.71 | 0.78 | 0.38 |
| Hex | AD | 98 | 15 | 0 | C | 58 | 20 | 34 | 4E | 26 |
| Octal | 255 | 230 | 25 | 0 | 14 | 130 | 40 | 64 | 116 | 46 |
| Binary | 10101101 | 10011000 | 10101 | 0 | 1100 | 1011000 | 100000 | 110100 | 1001110 | 100110 |
Color Harmonies of #AD9815
Complementary color
Monochromatic Colors of #AD9815
Black with #AD9815
Text Example
Text Example
White with #AD9815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9815; }
p { color: rgb(173,152,21); }
H1.HeaderClassName
{
color: #AD9815;
}
.AnyTagClassName
{
color: #AD9815;
}
</style>
background-color css
<style>
a { background-color: #AD9815; }
a { background-color: rgb(173,152,21); }
div.DivClassName
{
background-color: #AD9815;
}
.BgClassName
{
background-color: #AD9815;
}
</style>
border-color css
<style>
span { border-color: #AD9815; }
span { border-color: rgb(173,152,21); }
td.TdClassName
{
border-color: #AD9815;
}
.TagClassName
{
border-color: #AD9815;
}
</style>