Shades of Lucky #AD9419
Tints of Lucky #AD9419
RGB
CMYK
RGB Variations
Color information
#AD9419 (or 0xAD9419) is known color: Lucky. HEX triplet: AD, 94 and 19. RGB value is (173,148,25). Sum of RGB (Red+Green+Blue) = 173+148+25=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9419 is #526BE6. Grayscale: #8D8D8D. Windows color (decimal): -5401575 or 1676461. OLE color: 1676461.
HSL color Cylindrical-coordinate representation of color #AD9419: hue angle of 49.86º 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 #AD9419 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 25 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.32 |
| HSL | 49.86º | 0.75% | 0.39% | - |
| HSV(B) | 49.86º | 0.86% | 0.68% | - |
| XYZ | 28 | 30.13 | 5.26 | - |
| YUV | 141.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 25 | 0 | 0.14 | 0.86 | 0.32 | 49.86 | 0.75 | 0.39 |
| Hex | AD | 94 | 19 | 0 | E | 56 | 20 | 32 | 4B | 27 |
| Octal | 255 | 224 | 31 | 0 | 16 | 126 | 40 | 62 | 113 | 47 |
| Binary | 10101101 | 10010100 | 11001 | 0 | 1110 | 1010110 | 100000 | 110010 | 1001011 | 100111 |
Color Harmonies of #AD9419
Complementary color
Monochromatic Colors of #AD9419
Black with #AD9419
Text Example
Text Example
White with #AD9419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9419; }
p { color: rgb(173,148,25); }
H1.HeaderClassName
{
color: #AD9419;
}
.AnyTagClassName
{
color: #AD9419;
}
</style>
background-color css
<style>
a { background-color: #AD9419; }
a { background-color: rgb(173,148,25); }
div.DivClassName
{
background-color: #AD9419;
}
.BgClassName
{
background-color: #AD9419;
}
</style>
border-color css
<style>
span { border-color: #AD9419; }
span { border-color: rgb(173,148,25); }
td.TdClassName
{
border-color: #AD9419;
}
.TagClassName
{
border-color: #AD9419;
}
</style>