Shades of Lucky #ADA717
Tints of Lucky #ADA717
RGB
CMYK
RGB Variations
Color information
#ADA717 (or 0xADA717) is known color: Lucky. HEX triplet: AD, A7 and 17. RGB value is (173,167,23). Sum of RGB (Red+Green+Blue) = 173+167+23=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA717 is #5258E8. Grayscale: #989898. Windows color (decimal): -5396713 or 1550253. OLE color: 1550253.
HSL color Cylindrical-coordinate representation of color #ADA717: hue angle of 57.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADA717 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 23 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.32 |
| HSL | 57.6º | 0.77% | 0.38% | - |
| HSV(B) | 57.6º | 0.87% | 0.68% | - |
| XYZ | 31.21 | 36.58 | 6.23 | - |
| YUV | 152.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 23 | 0 | 0.03 | 0.87 | 0.32 | 57.6 | 0.77 | 0.38 |
| Hex | AD | A7 | 17 | 0 | 3 | 57 | 20 | 3A | 4D | 26 |
| Octal | 255 | 247 | 27 | 0 | 3 | 127 | 40 | 72 | 115 | 46 |
| Binary | 10101101 | 10100111 | 10111 | 0 | 11 | 1010111 | 100000 | 111010 | 1001101 | 100110 |
Color Harmonies of #ADA717
Complementary color
Monochromatic Colors of #ADA717
Black with #ADA717
Text Example
Text Example
White with #ADA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA717; }
p { color: rgb(173,167,23); }
H1.HeaderClassName
{
color: #ADA717;
}
.AnyTagClassName
{
color: #ADA717;
}
</style>
background-color css
<style>
a { background-color: #ADA717; }
a { background-color: rgb(173,167,23); }
div.DivClassName
{
background-color: #ADA717;
}
.BgClassName
{
background-color: #ADA717;
}
</style>
border-color css
<style>
span { border-color: #ADA717; }
span { border-color: rgb(173,167,23); }
td.TdClassName
{
border-color: #ADA717;
}
.TagClassName
{
border-color: #ADA717;
}
</style>