Shades of Lucky #ADA000
Tints of Lucky #ADA000
RGB
CMYK
RGB Variations
Color information
#ADA000 (or 0xADA000) is known color: Lucky. HEX triplet: AD, A0 and 00. RGB value is (173,160,0). Sum of RGB (Red+Green+Blue) = 173+160+0=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA000 is #525FFF. Grayscale: #929292. Windows color (decimal): -5398528 or 41133. OLE color: 41133.
HSL color Cylindrical-coordinate representation of color #ADA000: hue angle of 55.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADA000 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.32 |
| HSL | 55.49º | 1% | 0.34% | - |
| HSV(B) | 55.49º | 1% | 0.68% | - |
| XYZ | 29.8 | 34.03 | 5 | - |
| YUV | 145.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 0 | 0 | 0.08 | 1 | 0.32 | 55.49 | 1 | 0.34 |
| Hex | AD | A0 | 0 | 0 | 8 | 64 | 20 | 37 | 64 | 22 |
| Octal | 255 | 240 | 0 | 0 | 10 | 144 | 40 | 67 | 144 | 42 |
| Binary | 10101101 | 10100000 | 0 | 0 | 1000 | 1100100 | 100000 | 110111 | 1100100 | 100010 |
Color Harmonies of #ADA000
Complementary color
Monochromatic Colors of #ADA000
Black with #ADA000
Text Example
Text Example
White with #ADA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA000; }
p { color: rgb(173,160,0); }
H1.HeaderClassName
{
color: #ADA000;
}
.AnyTagClassName
{
color: #ADA000;
}
</style>
background-color css
<style>
a { background-color: #ADA000; }
a { background-color: rgb(173,160,0); }
div.DivClassName
{
background-color: #ADA000;
}
.BgClassName
{
background-color: #ADA000;
}
</style>
border-color css
<style>
span { border-color: #ADA000; }
span { border-color: rgb(173,160,0); }
td.TdClassName
{
border-color: #ADA000;
}
.TagClassName
{
border-color: #ADA000;
}
</style>