Shades of Lucky #A1A221
Tints of Lucky #A1A221
RGB
CMYK
RGB Variations
Color information
#A1A221 (or 0xA1A221) is known color: Lucky. HEX triplet: A1, A2 and 21. RGB value is (161,162,33). Sum of RGB (Red+Green+Blue) = 161+162+33=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A221 is #5E5DDE. Grayscale: #939393. Windows color (decimal): -6184415 or 2204321. OLE color: 2204321.
HSL color Cylindrical-coordinate representation of color #A1A221: hue angle of 60.47º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1A221 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 33 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.36 |
| HSL | 60.47º | 0.66% | 0.38% | - |
| HSV(B) | 60.47º | 0.8% | 0.64% | - |
| XYZ | 27.89 | 33.53 | 6.44 | - |
| YUV | 147 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 33 | 0.01 | 0 | 0.80 | 0.36 | 60.47 | 0.66 | 0.38 |
| Hex | A1 | A2 | 21 | 1 | 0 | 50 | 24 | 3C | 42 | 26 |
| Octal | 241 | 242 | 41 | 1 | 0 | 120 | 44 | 74 | 102 | 46 |
| Binary | 10100001 | 10100010 | 100001 | 1 | 0 | 1010000 | 100100 | 111100 | 1000010 | 100110 |
Color Harmonies of #A1A221
Complementary color
Monochromatic Colors of #A1A221
Black with #A1A221
Text Example
Text Example
White with #A1A221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A221; }
p { color: rgb(161,162,33); }
H1.HeaderClassName
{
color: #A1A221;
}
.AnyTagClassName
{
color: #A1A221;
}
</style>
background-color css
<style>
a { background-color: #A1A221; }
a { background-color: rgb(161,162,33); }
div.DivClassName
{
background-color: #A1A221;
}
.BgClassName
{
background-color: #A1A221;
}
</style>
border-color css
<style>
span { border-color: #A1A221; }
span { border-color: rgb(161,162,33); }
td.TdClassName
{
border-color: #A1A221;
}
.TagClassName
{
border-color: #A1A221;
}
</style>