Shades of Lucky #ADA911
Tints of Lucky #ADA911
RGB
CMYK
RGB Variations
Color information
#ADA911 (or 0xADA911) is known color: Lucky. HEX triplet: AD, A9 and 11. RGB value is (173,169,17). Sum of RGB (Red+Green+Blue) = 173+169+17=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA911 is #5256EE. Grayscale: #999999. Windows color (decimal): -5396207 or 1157549. OLE color: 1157549.
HSL color Cylindrical-coordinate representation of color #ADA911: hue angle of 58.46º 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 #ADA911 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 17 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.32 |
| HSL | 58.46º | 0.82% | 0.37% | - |
| HSV(B) | 58.46º | 0.9% | 0.68% | - |
| XYZ | 31.52 | 37.3 | 6.07 | - |
| YUV | 152.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 17 | 0 | 0.02 | 0.90 | 0.32 | 58.46 | 0.82 | 0.37 |
| Hex | AD | A9 | 11 | 0 | 2 | 5A | 20 | 3A | 52 | 25 |
| Octal | 255 | 251 | 21 | 0 | 2 | 132 | 40 | 72 | 122 | 45 |
| Binary | 10101101 | 10101001 | 10001 | 0 | 10 | 1011010 | 100000 | 111010 | 1010010 | 100101 |
Color Harmonies of #ADA911
Complementary color
Monochromatic Colors of #ADA911
Black with #ADA911
Text Example
Text Example
White with #ADA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA911; }
p { color: rgb(173,169,17); }
H1.HeaderClassName
{
color: #ADA911;
}
.AnyTagClassName
{
color: #ADA911;
}
</style>
background-color css
<style>
a { background-color: #ADA911; }
a { background-color: rgb(173,169,17); }
div.DivClassName
{
background-color: #ADA911;
}
.BgClassName
{
background-color: #ADA911;
}
</style>
border-color css
<style>
span { border-color: #ADA911; }
span { border-color: rgb(173,169,17); }
td.TdClassName
{
border-color: #ADA911;
}
.TagClassName
{
border-color: #ADA911;
}
</style>