Shades of Lucky #AD8D19
Tints of Lucky #AD8D19
RGB
CMYK
RGB Variations
Color information
#AD8D19 (or 0xAD8D19) is known color: Lucky. HEX triplet: AD, 8D and 19. RGB value is (173,141,25). Sum of RGB (Red+Green+Blue) = 173+141+25=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D19 is #5272E6. Grayscale: #898989. Windows color (decimal): -5403367 or 1674669. OLE color: 1674669.
HSL color Cylindrical-coordinate representation of color #AD8D19: hue angle of 47.03º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD8D19 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 25 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.32 |
| HSL | 47.03º | 0.75% | 0.39% | - |
| HSV(B) | 47.03º | 0.86% | 0.68% | - |
| XYZ | 26.93 | 28 | 4.91 | - |
| YUV | 137.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 25 | 0 | 0.18 | 0.86 | 0.32 | 47.03 | 0.75 | 0.39 |
| Hex | AD | 8D | 19 | 0 | 12 | 56 | 20 | 2F | 4B | 27 |
| Octal | 255 | 215 | 31 | 0 | 22 | 126 | 40 | 57 | 113 | 47 |
| Binary | 10101101 | 10001101 | 11001 | 0 | 10010 | 1010110 | 100000 | 101111 | 1001011 | 100111 |
Color Harmonies of #AD8D19
Complementary color
Monochromatic Colors of #AD8D19
Black with #AD8D19
Text Example
Text Example
White with #AD8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D19; }
p { color: rgb(173,141,25); }
H1.HeaderClassName
{
color: #AD8D19;
}
.AnyTagClassName
{
color: #AD8D19;
}
</style>
background-color css
<style>
a { background-color: #AD8D19; }
a { background-color: rgb(173,141,25); }
div.DivClassName
{
background-color: #AD8D19;
}
.BgClassName
{
background-color: #AD8D19;
}
</style>
border-color css
<style>
span { border-color: #AD8D19; }
span { border-color: rgb(173,141,25); }
td.TdClassName
{
border-color: #AD8D19;
}
.TagClassName
{
border-color: #AD8D19;
}
</style>