Shades of Lucky #ADA611
Tints of Lucky #ADA611
RGB
CMYK
RGB Variations
Color information
#ADA611 (or 0xADA611) is known color: Lucky. HEX triplet: AD, A6 and 11. RGB value is (173,166,17). Sum of RGB (Red+Green+Blue) = 173+166+17=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA611 is #5259EE. Grayscale: #979797. Windows color (decimal): -5396975 or 1156781. OLE color: 1156781.
HSL color Cylindrical-coordinate representation of color #ADA611: hue angle of 57.31º 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 #ADA611 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 17 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.32 |
| HSL | 57.31º | 0.82% | 0.37% | - |
| HSV(B) | 57.31º | 0.9% | 0.68% | - |
| XYZ | 30.97 | 36.2 | 5.88 | - |
| YUV | 151.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 17 | 0 | 0.04 | 0.90 | 0.32 | 57.31 | 0.82 | 0.37 |
| Hex | AD | A6 | 11 | 0 | 4 | 5A | 20 | 39 | 52 | 25 |
| Octal | 255 | 246 | 21 | 0 | 4 | 132 | 40 | 71 | 122 | 45 |
| Binary | 10101101 | 10100110 | 10001 | 0 | 100 | 1011010 | 100000 | 111001 | 1010010 | 100101 |
Color Harmonies of #ADA611
Complementary color
Monochromatic Colors of #ADA611
Black with #ADA611
Text Example
Text Example
White with #ADA611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA611; }
p { color: rgb(173,166,17); }
H1.HeaderClassName
{
color: #ADA611;
}
.AnyTagClassName
{
color: #ADA611;
}
</style>
background-color css
<style>
a { background-color: #ADA611; }
a { background-color: rgb(173,166,17); }
div.DivClassName
{
background-color: #ADA611;
}
.BgClassName
{
background-color: #ADA611;
}
</style>
border-color css
<style>
span { border-color: #ADA611; }
span { border-color: rgb(173,166,17); }
td.TdClassName
{
border-color: #ADA611;
}
.TagClassName
{
border-color: #ADA611;
}
</style>