Shades of Lucky #ADA30E
Tints of Lucky #ADA30E
RGB
CMYK
RGB Variations
Color information
#ADA30E (or 0xADA30E) is known color: Lucky. HEX triplet: AD, A3 and 0E. RGB value is (173,163,14). Sum of RGB (Red+Green+Blue) = 173+163+14=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA30E is #525CF1. Grayscale: #959595. Windows color (decimal): -5397746 or 959405. OLE color: 959405.
HSL color Cylindrical-coordinate representation of color #ADA30E: hue angle of 56.23º 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 #ADA30E is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 14 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.32 |
| HSL | 56.23º | 0.85% | 0.37% | - |
| HSV(B) | 56.23º | 0.92% | 0.68% | - |
| XYZ | 30.41 | 35.11 | 5.59 | - |
| YUV | 149 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 14 | 0 | 0.06 | 0.92 | 0.32 | 56.23 | 0.85 | 0.37 |
| Hex | AD | A3 | E | 0 | 6 | 5C | 20 | 38 | 55 | 25 |
| Octal | 255 | 243 | 16 | 0 | 6 | 134 | 40 | 70 | 125 | 45 |
| Binary | 10101101 | 10100011 | 1110 | 0 | 110 | 1011100 | 100000 | 111000 | 1010101 | 100101 |
Color Harmonies of #ADA30E
Complementary color
Monochromatic Colors of #ADA30E
Black with #ADA30E
Text Example
Text Example
White with #ADA30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA30E; }
p { color: rgb(173,163,14); }
H1.HeaderClassName
{
color: #ADA30E;
}
.AnyTagClassName
{
color: #ADA30E;
}
</style>
background-color css
<style>
a { background-color: #ADA30E; }
a { background-color: rgb(173,163,14); }
div.DivClassName
{
background-color: #ADA30E;
}
.BgClassName
{
background-color: #ADA30E;
}
</style>
border-color css
<style>
span { border-color: #ADA30E; }
span { border-color: rgb(173,163,14); }
td.TdClassName
{
border-color: #ADA30E;
}
.TagClassName
{
border-color: #ADA30E;
}
</style>