Shades of Lucky #ADA519
Tints of Lucky #ADA519
RGB
CMYK
RGB Variations
Color information
#ADA519 (or 0xADA519) is known color: Lucky. HEX triplet: AD, A5 and 19. RGB value is (173,165,25). Sum of RGB (Red+Green+Blue) = 173+165+25=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA519 is #525AE6. Grayscale: #989898. Windows color (decimal): -5397223 or 1680813. OLE color: 1680813.
HSL color Cylindrical-coordinate representation of color #ADA519: hue angle of 56.76º 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 #ADA519 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 25 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.32 |
| HSL | 56.76º | 0.75% | 0.39% | - |
| HSV(B) | 56.76º | 0.86% | 0.68% | - |
| XYZ | 30.86 | 35.86 | 6.22 | - |
| YUV | 151.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 25 | 0 | 0.05 | 0.86 | 0.32 | 56.76 | 0.75 | 0.39 |
| Hex | AD | A5 | 19 | 0 | 5 | 56 | 20 | 39 | 4B | 27 |
| Octal | 255 | 245 | 31 | 0 | 5 | 126 | 40 | 71 | 113 | 47 |
| Binary | 10101101 | 10100101 | 11001 | 0 | 101 | 1010110 | 100000 | 111001 | 1001011 | 100111 |
Color Harmonies of #ADA519
Complementary color
Monochromatic Colors of #ADA519
Black with #ADA519
Text Example
Text Example
White with #ADA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA519; }
p { color: rgb(173,165,25); }
H1.HeaderClassName
{
color: #ADA519;
}
.AnyTagClassName
{
color: #ADA519;
}
</style>
background-color css
<style>
a { background-color: #ADA519; }
a { background-color: rgb(173,165,25); }
div.DivClassName
{
background-color: #ADA519;
}
.BgClassName
{
background-color: #ADA519;
}
</style>
border-color css
<style>
span { border-color: #ADA519; }
span { border-color: rgb(173,165,25); }
td.TdClassName
{
border-color: #ADA519;
}
.TagClassName
{
border-color: #ADA519;
}
</style>