Shades of Lucky #ADA31E
Tints of Lucky #ADA31E
RGB
CMYK
RGB Variations
Color information
#ADA31E (or 0xADA31E) is known color: Lucky. HEX triplet: AD, A3 and 1E. RGB value is (173,163,30). Sum of RGB (Red+Green+Blue) = 173+163+30=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA31E is #525CE1. Grayscale: #979797. Windows color (decimal): -5397730 or 2007981. OLE color: 2007981.
HSL color Cylindrical-coordinate representation of color #ADA31E: hue angle of 55.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADA31E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 30 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.32 |
| HSL | 55.8º | 0.7% | 0.4% | - |
| HSV(B) | 55.8º | 0.83% | 0.68% | - |
| XYZ | 30.57 | 35.17 | 6.41 | - |
| YUV | 150.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 30 | 0 | 0.06 | 0.83 | 0.32 | 55.8 | 0.7 | 0.4 |
| Hex | AD | A3 | 1E | 0 | 6 | 53 | 20 | 38 | 46 | 28 |
| Octal | 255 | 243 | 36 | 0 | 6 | 123 | 40 | 70 | 106 | 50 |
| Binary | 10101101 | 10100011 | 11110 | 0 | 110 | 1010011 | 100000 | 111000 | 1000110 | 101000 |
Color Harmonies of #ADA31E
Complementary color
Monochromatic Colors of #ADA31E
Black with #ADA31E
Text Example
Text Example
White with #ADA31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA31E; }
p { color: rgb(173,163,30); }
H1.HeaderClassName
{
color: #ADA31E;
}
.AnyTagClassName
{
color: #ADA31E;
}
</style>
background-color css
<style>
a { background-color: #ADA31E; }
a { background-color: rgb(173,163,30); }
div.DivClassName
{
background-color: #ADA31E;
}
.BgClassName
{
background-color: #ADA31E;
}
</style>
border-color css
<style>
span { border-color: #ADA31E; }
span { border-color: rgb(173,163,30); }
td.TdClassName
{
border-color: #ADA31E;
}
.TagClassName
{
border-color: #ADA31E;
}
</style>