Shades of Lucky #A1A922
Tints of Lucky #A1A922
RGB
CMYK
RGB Variations
Color information
#A1A922 (or 0xA1A922) is known color: Lucky. HEX triplet: A1, A9 and 22. RGB value is (161,169,34). Sum of RGB (Red+Green+Blue) = 161+169+34=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A922 is #5E56DD. Grayscale: #979797. Windows color (decimal): -6182622 or 2271649. OLE color: 2271649.
HSL color Cylindrical-coordinate representation of color #A1A922: hue angle of 63.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1A922 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 34 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.34 |
| HSL | 63.56º | 0.67% | 0.4% | - |
| HSV(B) | 63.56º | 0.8% | 0.66% | - |
| XYZ | 29.17 | 36.07 | 6.94 | - |
| YUV | 151.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 34 | 0.05 | 0 | 0.80 | 0.34 | 63.56 | 0.67 | 0.4 |
| Hex | A1 | A9 | 22 | 5 | 0 | 50 | 22 | 40 | 43 | 28 |
| Octal | 241 | 251 | 42 | 5 | 0 | 120 | 42 | 100 | 103 | 50 |
| Binary | 10100001 | 10101001 | 100010 | 101 | 0 | 1010000 | 100010 | 1000000 | 1000011 | 101000 |
Color Harmonies of #A1A922
Complementary color
Monochromatic Colors of #A1A922
Black with #A1A922
Text Example
Text Example
White with #A1A922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A922; }
p { color: rgb(161,169,34); }
H1.HeaderClassName
{
color: #A1A922;
}
.AnyTagClassName
{
color: #A1A922;
}
</style>
background-color css
<style>
a { background-color: #A1A922; }
a { background-color: rgb(161,169,34); }
div.DivClassName
{
background-color: #A1A922;
}
.BgClassName
{
background-color: #A1A922;
}
</style>
border-color css
<style>
span { border-color: #A1A922; }
span { border-color: rgb(161,169,34); }
td.TdClassName
{
border-color: #A1A922;
}
.TagClassName
{
border-color: #A1A922;
}
</style>