Shades of Lucky #A1A22C
Tints of Lucky #A1A22C
RGB
CMYK
RGB Variations
Color information
#A1A22C (or 0xA1A22C) is known color: Lucky. HEX triplet: A1, A2 and 2C. RGB value is (161,162,44). Sum of RGB (Red+Green+Blue) = 161+162+44=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A22C is #5E5DD3. Grayscale: #949494. Windows color (decimal): -6184404 or 2925217. OLE color: 2925217.
HSL color Cylindrical-coordinate representation of color #A1A22C: hue angle of 60.51º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1A22C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 44 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.36 |
| HSL | 60.51º | 0.57% | 0.4% | - |
| HSV(B) | 60.51º | 0.73% | 0.64% | - |
| XYZ | 28.07 | 33.6 | 7.39 | - |
| YUV | 148.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 44 | 0.01 | 0 | 0.73 | 0.36 | 60.51 | 0.57 | 0.4 |
| Hex | A1 | A2 | 2C | 1 | 0 | 49 | 24 | 3D | 39 | 28 |
| Octal | 241 | 242 | 54 | 1 | 0 | 111 | 44 | 75 | 71 | 50 |
| Binary | 10100001 | 10100010 | 101100 | 1 | 0 | 1001001 | 100100 | 111101 | 111001 | 101000 |
Color Harmonies of #A1A22C
Complementary color
Monochromatic Colors of #A1A22C
Black with #A1A22C
Text Example
Text Example
White with #A1A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A22C; }
p { color: rgb(161,162,44); }
H1.HeaderClassName
{
color: #A1A22C;
}
.AnyTagClassName
{
color: #A1A22C;
}
</style>
background-color css
<style>
a { background-color: #A1A22C; }
a { background-color: rgb(161,162,44); }
div.DivClassName
{
background-color: #A1A22C;
}
.BgClassName
{
background-color: #A1A22C;
}
</style>
border-color css
<style>
span { border-color: #A1A22C; }
span { border-color: rgb(161,162,44); }
td.TdClassName
{
border-color: #A1A22C;
}
.TagClassName
{
border-color: #A1A22C;
}
</style>