Shades of Lucky #ADA011
Tints of Lucky #ADA011
RGB
CMYK
RGB Variations
Color information
#ADA011 (or 0xADA011) is known color: Lucky. HEX triplet: AD, A0 and 11. RGB value is (173,160,17). Sum of RGB (Red+Green+Blue) = 173+160+17=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA011 is #525FEE. Grayscale: #949494. Windows color (decimal): -5398511 or 1155245. OLE color: 1155245.
HSL color Cylindrical-coordinate representation of color #ADA011: hue angle of 55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADA011 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 17 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.32 |
| HSL | 55º | 0.82% | 0.37% | - |
| HSV(B) | 55º | 0.9% | 0.68% | - |
| XYZ | 29.91 | 34.07 | 5.53 | - |
| YUV | 147.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 17 | 0 | 0.08 | 0.90 | 0.32 | 55 | 0.82 | 0.37 |
| Hex | AD | A0 | 11 | 0 | 8 | 5A | 20 | 37 | 52 | 25 |
| Octal | 255 | 240 | 21 | 0 | 10 | 132 | 40 | 67 | 122 | 45 |
| Binary | 10101101 | 10100000 | 10001 | 0 | 1000 | 1011010 | 100000 | 110111 | 1010010 | 100101 |
Color Harmonies of #ADA011
Complementary color
Monochromatic Colors of #ADA011
Black with #ADA011
Text Example
Text Example
White with #ADA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA011; }
p { color: rgb(173,160,17); }
H1.HeaderClassName
{
color: #ADA011;
}
.AnyTagClassName
{
color: #ADA011;
}
</style>
background-color css
<style>
a { background-color: #ADA011; }
a { background-color: rgb(173,160,17); }
div.DivClassName
{
background-color: #ADA011;
}
.BgClassName
{
background-color: #ADA011;
}
</style>
border-color css
<style>
span { border-color: #ADA011; }
span { border-color: rgb(173,160,17); }
td.TdClassName
{
border-color: #ADA011;
}
.TagClassName
{
border-color: #ADA011;
}
</style>