Shades of Lucky #ADA816
Tints of Lucky #ADA816
RGB
CMYK
RGB Variations
Color information
#ADA816 (or 0xADA816) is known color: Lucky. HEX triplet: AD, A8 and 16. RGB value is (173,168,22). Sum of RGB (Red+Green+Blue) = 173+168+22=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA816 is #5257E9. Grayscale: #999999. Windows color (decimal): -5396458 or 1484973. OLE color: 1484973.
HSL color Cylindrical-coordinate representation of color #ADA816: hue angle of 58.01º 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 #ADA816 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 22 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.32 |
| HSL | 58.01º | 0.77% | 0.38% | - |
| HSV(B) | 58.01º | 0.87% | 0.68% | - |
| XYZ | 31.38 | 36.95 | 6.24 | - |
| YUV | 152.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 22 | 0 | 0.03 | 0.87 | 0.32 | 58.01 | 0.77 | 0.38 |
| Hex | AD | A8 | 16 | 0 | 3 | 57 | 20 | 3A | 4D | 26 |
| Octal | 255 | 250 | 26 | 0 | 3 | 127 | 40 | 72 | 115 | 46 |
| Binary | 10101101 | 10101000 | 10110 | 0 | 11 | 1010111 | 100000 | 111010 | 1001101 | 100110 |
Color Harmonies of #ADA816
Complementary color
Monochromatic Colors of #ADA816
Black with #ADA816
Text Example
Text Example
White with #ADA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA816; }
p { color: rgb(173,168,22); }
H1.HeaderClassName
{
color: #ADA816;
}
.AnyTagClassName
{
color: #ADA816;
}
</style>
background-color css
<style>
a { background-color: #ADA816; }
a { background-color: rgb(173,168,22); }
div.DivClassName
{
background-color: #ADA816;
}
.BgClassName
{
background-color: #ADA816;
}
</style>
border-color css
<style>
span { border-color: #ADA816; }
span { border-color: rgb(173,168,22); }
td.TdClassName
{
border-color: #ADA816;
}
.TagClassName
{
border-color: #ADA816;
}
</style>