Shades of Lucky #A2A128
Tints of Lucky #A2A128
RGB
CMYK
RGB Variations
Color information
#A2A128 (or 0xA2A128) is known color: Lucky. HEX triplet: A2, A1 and 28. RGB value is (162,161,40). Sum of RGB (Red+Green+Blue) = 162+161+40=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A128 is #5D5ED7. Grayscale: #939393. Windows color (decimal): -6119128 or 2662818. OLE color: 2662818.
HSL color Cylindrical-coordinate representation of color #A2A128: hue angle of 59.51º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2A128 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 40 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.36 |
| HSL | 59.51º | 0.6% | 0.4% | - |
| HSV(B) | 59.51º | 0.75% | 0.64% | - |
| XYZ | 28.03 | 33.32 | 6.96 | - |
| YUV | 147.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 40 | 0 | 0.01 | 0.75 | 0.36 | 59.51 | 0.6 | 0.4 |
| Hex | A2 | A1 | 28 | 0 | 1 | 4B | 24 | 3C | 3C | 28 |
| Octal | 242 | 241 | 50 | 0 | 1 | 113 | 44 | 74 | 74 | 50 |
| Binary | 10100010 | 10100001 | 101000 | 0 | 1 | 1001011 | 100100 | 111100 | 111100 | 101000 |
Color Harmonies of #A2A128
Complementary color
Monochromatic Colors of #A2A128
Black with #A2A128
Text Example
Text Example
White with #A2A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A128; }
p { color: rgb(162,161,40); }
H1.HeaderClassName
{
color: #A2A128;
}
.AnyTagClassName
{
color: #A2A128;
}
</style>
background-color css
<style>
a { background-color: #A2A128; }
a { background-color: rgb(162,161,40); }
div.DivClassName
{
background-color: #A2A128;
}
.BgClassName
{
background-color: #A2A128;
}
</style>
border-color css
<style>
span { border-color: #A2A128; }
span { border-color: rgb(162,161,40); }
td.TdClassName
{
border-color: #A2A128;
}
.TagClassName
{
border-color: #A2A128;
}
</style>