Shades of Lucky #A2A91A
Tints of Lucky #A2A91A
RGB
CMYK
RGB Variations
Color information
#A2A91A (or 0xA2A91A) is known color: Lucky. HEX triplet: A2, A9 and 1A. RGB value is (162,169,26). Sum of RGB (Red+Green+Blue) = 162+169+26=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A91A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A91A is #5D56E5. Grayscale: #979797. Windows color (decimal): -6117094 or 1747362. OLE color: 1747362.
HSL color Cylindrical-coordinate representation of color #A2A91A: hue angle of 62.94º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2A91A is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 26 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.34 |
| HSL | 62.94º | 0.73% | 0.38% | - |
| HSV(B) | 62.94º | 0.85% | 0.66% | - |
| XYZ | 29.27 | 36.13 | 6.41 | - |
| YUV | 150.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 26 | 0.04 | 0 | 0.85 | 0.34 | 62.94 | 0.73 | 0.38 |
| Hex | A2 | A9 | 1A | 4 | 0 | 55 | 22 | 3F | 49 | 26 |
| Octal | 242 | 251 | 32 | 4 | 0 | 125 | 42 | 77 | 111 | 46 |
| Binary | 10100010 | 10101001 | 11010 | 100 | 0 | 1010101 | 100010 | 111111 | 1001001 | 100110 |
Color Harmonies of #A2A91A
Complementary color
Monochromatic Colors of #A2A91A
Black with #A2A91A
Text Example
Text Example
White with #A2A91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A91A; }
p { color: rgb(162,169,26); }
H1.HeaderClassName
{
color: #A2A91A;
}
.AnyTagClassName
{
color: #A2A91A;
}
</style>
background-color css
<style>
a { background-color: #A2A91A; }
a { background-color: rgb(162,169,26); }
div.DivClassName
{
background-color: #A2A91A;
}
.BgClassName
{
background-color: #A2A91A;
}
</style>
border-color css
<style>
span { border-color: #A2A91A; }
span { border-color: rgb(162,169,26); }
td.TdClassName
{
border-color: #A2A91A;
}
.TagClassName
{
border-color: #A2A91A;
}
</style>