Shades of Lucky #ADA913
Tints of Lucky #ADA913
RGB
CMYK
RGB Variations
Color information
#ADA913 (or 0xADA913) is known color: Lucky. HEX triplet: AD, A9 and 13. RGB value is (173,169,19). Sum of RGB (Red+Green+Blue) = 173+169+19=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA913 is #5256EC. Grayscale: #999999. Windows color (decimal): -5396205 or 1288621. OLE color: 1288621.
HSL color Cylindrical-coordinate representation of color #ADA913: hue angle of 58.44º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADA913 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 19 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.32 |
| HSL | 58.44º | 0.8% | 0.38% | - |
| HSV(B) | 58.44º | 0.89% | 0.68% | - |
| XYZ | 31.54 | 37.31 | 6.15 | - |
| YUV | 153.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 19 | 0 | 0.02 | 0.89 | 0.32 | 58.44 | 0.8 | 0.38 |
| Hex | AD | A9 | 13 | 0 | 2 | 59 | 20 | 3A | 50 | 26 |
| Octal | 255 | 251 | 23 | 0 | 2 | 131 | 40 | 72 | 120 | 46 |
| Binary | 10101101 | 10101001 | 10011 | 0 | 10 | 1011001 | 100000 | 111010 | 1010000 | 100110 |
Color Harmonies of #ADA913
Complementary color
Monochromatic Colors of #ADA913
Black with #ADA913
Text Example
Text Example
White with #ADA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA913; }
p { color: rgb(173,169,19); }
H1.HeaderClassName
{
color: #ADA913;
}
.AnyTagClassName
{
color: #ADA913;
}
</style>
background-color css
<style>
a { background-color: #ADA913; }
a { background-color: rgb(173,169,19); }
div.DivClassName
{
background-color: #ADA913;
}
.BgClassName
{
background-color: #ADA913;
}
</style>
border-color css
<style>
span { border-color: #ADA913; }
span { border-color: rgb(173,169,19); }
td.TdClassName
{
border-color: #ADA913;
}
.TagClassName
{
border-color: #ADA913;
}
</style>