Shades of Lucky #ADA215
Tints of Lucky #ADA215
RGB
CMYK
RGB Variations
Color information
#ADA215 (or 0xADA215) is known color: Lucky. HEX triplet: AD, A2 and 15. RGB value is (173,162,21). Sum of RGB (Red+Green+Blue) = 173+162+21=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA215 is #525DEA. Grayscale: #959595. Windows color (decimal): -5397995 or 1417901. OLE color: 1417901.
HSL color Cylindrical-coordinate representation of color #ADA215: hue angle of 55.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADA215 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 21 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.32 |
| HSL | 55.66º | 0.78% | 0.38% | - |
| HSV(B) | 55.66º | 0.88% | 0.68% | - |
| XYZ | 30.29 | 34.78 | 5.83 | - |
| YUV | 149.22 | 55.64 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 21 | 0 | 0.06 | 0.88 | 0.32 | 55.66 | 0.78 | 0.38 |
| Hex | AD | A2 | 15 | 0 | 6 | 58 | 20 | 38 | 4E | 26 |
| Octal | 255 | 242 | 25 | 0 | 6 | 130 | 40 | 70 | 116 | 46 |
| Binary | 10101101 | 10100010 | 10101 | 0 | 110 | 1011000 | 100000 | 111000 | 1001110 | 100110 |
Color Harmonies of #ADA215
Complementary color
Monochromatic Colors of #ADA215
Black with #ADA215
Text Example
Text Example
White with #ADA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA215; }
p { color: rgb(173,162,21); }
H1.HeaderClassName
{
color: #ADA215;
}
.AnyTagClassName
{
color: #ADA215;
}
</style>
background-color css
<style>
a { background-color: #ADA215; }
a { background-color: rgb(173,162,21); }
div.DivClassName
{
background-color: #ADA215;
}
.BgClassName
{
background-color: #ADA215;
}
</style>
border-color css
<style>
span { border-color: #ADA215; }
span { border-color: rgb(173,162,21); }
td.TdClassName
{
border-color: #ADA215;
}
.TagClassName
{
border-color: #ADA215;
}
</style>