Shades of Lucky #AD9A15
Tints of Lucky #AD9A15
RGB
CMYK
RGB Variations
Color information
#AD9A15 (or 0xAD9A15) is known color: Lucky. HEX triplet: AD, 9A and 15. RGB value is (173,154,21). Sum of RGB (Red+Green+Blue) = 173+154+21=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A15 is #5265EA. Grayscale: #919191. Windows color (decimal): -5400043 or 1415853. OLE color: 1415853.
HSL color Cylindrical-coordinate representation of color #AD9A15: hue angle of 52.5º 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 #AD9A15 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 21 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.32 |
| HSL | 52.5º | 0.78% | 0.38% | - |
| HSV(B) | 52.5º | 0.88% | 0.68% | - |
| XYZ | 28.92 | 32.05 | 5.37 | - |
| YUV | 144.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 21 | 0 | 0.11 | 0.88 | 0.32 | 52.5 | 0.78 | 0.38 |
| Hex | AD | 9A | 15 | 0 | B | 58 | 20 | 34 | 4E | 26 |
| Octal | 255 | 232 | 25 | 0 | 13 | 130 | 40 | 64 | 116 | 46 |
| Binary | 10101101 | 10011010 | 10101 | 0 | 1011 | 1011000 | 100000 | 110100 | 1001110 | 100110 |
Color Harmonies of #AD9A15
Complementary color
Monochromatic Colors of #AD9A15
Black with #AD9A15
Text Example
Text Example
White with #AD9A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A15; }
p { color: rgb(173,154,21); }
H1.HeaderClassName
{
color: #AD9A15;
}
.AnyTagClassName
{
color: #AD9A15;
}
</style>
background-color css
<style>
a { background-color: #AD9A15; }
a { background-color: rgb(173,154,21); }
div.DivClassName
{
background-color: #AD9A15;
}
.BgClassName
{
background-color: #AD9A15;
}
</style>
border-color css
<style>
span { border-color: #AD9A15; }
span { border-color: rgb(173,154,21); }
td.TdClassName
{
border-color: #AD9A15;
}
.TagClassName
{
border-color: #AD9A15;
}
</style>