Shades of Lucky #ADAA11
Tints of Lucky #ADAA11
RGB
CMYK
RGB Variations
Color information
#ADAA11 (or 0xADAA11) is known color: Lucky. HEX triplet: AD, AA and 11. RGB value is (173,170,17). Sum of RGB (Red+Green+Blue) = 173+170+17=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA11 is #5255EE. Grayscale: #9A9A9A. Windows color (decimal): -5395951 or 1157805. OLE color: 1157805.
HSL color Cylindrical-coordinate representation of color #ADAA11: hue angle of 58.85º 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 #ADAA11 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 17 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.32 |
| HSL | 58.85º | 0.82% | 0.37% | - |
| HSV(B) | 58.85º | 0.9% | 0.68% | - |
| XYZ | 31.71 | 37.67 | 6.13 | - |
| YUV | 153.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 17 | 0 | 0.02 | 0.90 | 0.32 | 58.85 | 0.82 | 0.37 |
| Hex | AD | AA | 11 | 0 | 2 | 5A | 20 | 3B | 52 | 25 |
| Octal | 255 | 252 | 21 | 0 | 2 | 132 | 40 | 73 | 122 | 45 |
| Binary | 10101101 | 10101010 | 10001 | 0 | 10 | 1011010 | 100000 | 111011 | 1010010 | 100101 |
Color Harmonies of #ADAA11
Complementary color
Monochromatic Colors of #ADAA11
Black with #ADAA11
Text Example
Text Example
White with #ADAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA11; }
p { color: rgb(173,170,17); }
H1.HeaderClassName
{
color: #ADAA11;
}
.AnyTagClassName
{
color: #ADAA11;
}
</style>
background-color css
<style>
a { background-color: #ADAA11; }
a { background-color: rgb(173,170,17); }
div.DivClassName
{
background-color: #ADAA11;
}
.BgClassName
{
background-color: #ADAA11;
}
</style>
border-color css
<style>
span { border-color: #ADAA11; }
span { border-color: rgb(173,170,17); }
td.TdClassName
{
border-color: #ADAA11;
}
.TagClassName
{
border-color: #ADAA11;
}
</style>