Shades of Lucky #A1A218
Tints of Lucky #A1A218
RGB
CMYK
RGB Variations
Color information
#A1A218 (or 0xA1A218) is known color: Lucky. HEX triplet: A1, A2 and 18. RGB value is (161,162,24). Sum of RGB (Red+Green+Blue) = 161+162+24=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A218 is #5E5DE7. Grayscale: #929292. Windows color (decimal): -6184424 or 1614497. OLE color: 1614497.
HSL color Cylindrical-coordinate representation of color #A1A218: hue angle of 60.43º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1A218 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 24 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.36 |
| HSL | 60.43º | 0.74% | 0.36% | - |
| HSV(B) | 60.43º | 0.85% | 0.64% | - |
| XYZ | 27.78 | 33.48 | 5.86 | - |
| YUV | 145.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 24 | 0.01 | 0 | 0.85 | 0.36 | 60.43 | 0.74 | 0.36 |
| Hex | A1 | A2 | 18 | 1 | 0 | 55 | 24 | 3C | 4A | 24 |
| Octal | 241 | 242 | 30 | 1 | 0 | 125 | 44 | 74 | 112 | 44 |
| Binary | 10100001 | 10100010 | 11000 | 1 | 0 | 1010101 | 100100 | 111100 | 1001010 | 100100 |
Color Harmonies of #A1A218
Complementary color
Monochromatic Colors of #A1A218
Black with #A1A218
Text Example
Text Example
White with #A1A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A218; }
p { color: rgb(161,162,24); }
H1.HeaderClassName
{
color: #A1A218;
}
.AnyTagClassName
{
color: #A1A218;
}
</style>
background-color css
<style>
a { background-color: #A1A218; }
a { background-color: rgb(161,162,24); }
div.DivClassName
{
background-color: #A1A218;
}
.BgClassName
{
background-color: #A1A218;
}
</style>
border-color css
<style>
span { border-color: #A1A218; }
span { border-color: rgb(161,162,24); }
td.TdClassName
{
border-color: #A1A218;
}
.TagClassName
{
border-color: #A1A218;
}
</style>