Shades of Lucky #ADA212
Tints of Lucky #ADA212
RGB
CMYK
RGB Variations
Color information
#ADA212 (or 0xADA212) is known color: Lucky. HEX triplet: AD, A2 and 12. RGB value is (173,162,18). Sum of RGB (Red+Green+Blue) = 173+162+18=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA212 is #525DED. Grayscale: #959595. Windows color (decimal): -5397998 or 1221293. OLE color: 1221293.
HSL color Cylindrical-coordinate representation of color #ADA212: hue angle of 55.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADA212 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 18 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.32 |
| HSL | 55.74º | 0.81% | 0.37% | - |
| HSV(B) | 55.74º | 0.9% | 0.68% | - |
| XYZ | 30.26 | 34.77 | 5.69 | - |
| YUV | 148.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 18 | 0 | 0.06 | 0.90 | 0.32 | 55.74 | 0.81 | 0.37 |
| Hex | AD | A2 | 12 | 0 | 6 | 5A | 20 | 38 | 51 | 25 |
| Octal | 255 | 242 | 22 | 0 | 6 | 132 | 40 | 70 | 121 | 45 |
| Binary | 10101101 | 10100010 | 10010 | 0 | 110 | 1011010 | 100000 | 111000 | 1010001 | 100101 |
Color Harmonies of #ADA212
Complementary color
Monochromatic Colors of #ADA212
Black with #ADA212
Text Example
Text Example
White with #ADA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA212; }
p { color: rgb(173,162,18); }
H1.HeaderClassName
{
color: #ADA212;
}
.AnyTagClassName
{
color: #ADA212;
}
</style>
background-color css
<style>
a { background-color: #ADA212; }
a { background-color: rgb(173,162,18); }
div.DivClassName
{
background-color: #ADA212;
}
.BgClassName
{
background-color: #ADA212;
}
</style>
border-color css
<style>
span { border-color: #ADA212; }
span { border-color: rgb(173,162,18); }
td.TdClassName
{
border-color: #ADA212;
}
.TagClassName
{
border-color: #ADA212;
}
</style>