Shades of Lucky #ADA213
Tints of Lucky #ADA213
RGB
CMYK
RGB Variations
Color information
#ADA213 (or 0xADA213) is known color: Lucky. HEX triplet: AD, A2 and 13. RGB value is (173,162,19). Sum of RGB (Red+Green+Blue) = 173+162+19=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA213 is #525DEC. Grayscale: #959595. Windows color (decimal): -5397997 or 1286829. OLE color: 1286829.
HSL color Cylindrical-coordinate representation of color #ADA213: hue angle of 55.71º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADA213 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 19 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.32 |
| HSL | 55.71º | 0.8% | 0.38% | - |
| HSV(B) | 55.71º | 0.89% | 0.68% | - |
| XYZ | 30.27 | 34.77 | 5.73 | - |
| YUV | 148.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 19 | 0 | 0.06 | 0.89 | 0.32 | 55.71 | 0.8 | 0.38 |
| Hex | AD | A2 | 13 | 0 | 6 | 59 | 20 | 38 | 50 | 26 |
| Octal | 255 | 242 | 23 | 0 | 6 | 131 | 40 | 70 | 120 | 46 |
| Binary | 10101101 | 10100010 | 10011 | 0 | 110 | 1011001 | 100000 | 111000 | 1010000 | 100110 |
Color Harmonies of #ADA213
Complementary color
Monochromatic Colors of #ADA213
Black with #ADA213
Text Example
Text Example
White with #ADA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA213; }
p { color: rgb(173,162,19); }
H1.HeaderClassName
{
color: #ADA213;
}
.AnyTagClassName
{
color: #ADA213;
}
</style>
background-color css
<style>
a { background-color: #ADA213; }
a { background-color: rgb(173,162,19); }
div.DivClassName
{
background-color: #ADA213;
}
.BgClassName
{
background-color: #ADA213;
}
</style>
border-color css
<style>
span { border-color: #ADA213; }
span { border-color: rgb(173,162,19); }
td.TdClassName
{
border-color: #ADA213;
}
.TagClassName
{
border-color: #ADA213;
}
</style>