Shades of Lucky #ADA80E
Tints of Lucky #ADA80E
RGB
CMYK
RGB Variations
Color information
#ADA80E (or 0xADA80E) is known color: Lucky. HEX triplet: AD, A8 and 0E. RGB value is (173,168,14). Sum of RGB (Red+Green+Blue) = 173+168+14=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA80E is #5257F1. Grayscale: #989898. Windows color (decimal): -5396466 or 960685. OLE color: 960685.
HSL color Cylindrical-coordinate representation of color #ADA80E: hue angle of 58.11º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADA80E is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 14 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.32 |
| HSL | 58.11º | 0.85% | 0.37% | - |
| HSV(B) | 58.11º | 0.92% | 0.68% | - |
| XYZ | 31.32 | 36.92 | 5.89 | - |
| YUV | 151.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 14 | 0 | 0.03 | 0.92 | 0.32 | 58.11 | 0.85 | 0.37 |
| Hex | AD | A8 | E | 0 | 3 | 5C | 20 | 3A | 55 | 25 |
| Octal | 255 | 250 | 16 | 0 | 3 | 134 | 40 | 72 | 125 | 45 |
| Binary | 10101101 | 10101000 | 1110 | 0 | 11 | 1011100 | 100000 | 111010 | 1010101 | 100101 |
Color Harmonies of #ADA80E
Complementary color
Monochromatic Colors of #ADA80E
Black with #ADA80E
Text Example
Text Example
White with #ADA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA80E; }
p { color: rgb(173,168,14); }
H1.HeaderClassName
{
color: #ADA80E;
}
.AnyTagClassName
{
color: #ADA80E;
}
</style>
background-color css
<style>
a { background-color: #ADA80E; }
a { background-color: rgb(173,168,14); }
div.DivClassName
{
background-color: #ADA80E;
}
.BgClassName
{
background-color: #ADA80E;
}
</style>
border-color css
<style>
span { border-color: #ADA80E; }
span { border-color: rgb(173,168,14); }
td.TdClassName
{
border-color: #ADA80E;
}
.TagClassName
{
border-color: #ADA80E;
}
</style>