Shades of Lucky #A2AA27
Tints of Lucky #A2AA27
RGB
CMYK
RGB Variations
Color information
#A2AA27 (or 0xA2AA27) is known color: Lucky. HEX triplet: A2, AA and 27. RGB value is (162,170,39). Sum of RGB (Red+Green+Blue) = 162+170+39=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA27 is #5D55D8. Grayscale: #999999. Windows color (decimal): -6116825 or 2599586. OLE color: 2599586.
HSL color Cylindrical-coordinate representation of color #A2AA27: hue angle of 63.66º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2AA27 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 39 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.33 |
| HSL | 63.66º | 0.63% | 0.41% | - |
| HSV(B) | 63.66º | 0.77% | 0.67% | - |
| XYZ | 29.64 | 36.58 | 7.42 | - |
| YUV | 152.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 39 | 0.05 | 0 | 0.77 | 0.33 | 63.66 | 0.63 | 0.41 |
| Hex | A2 | AA | 27 | 5 | 0 | 4D | 21 | 40 | 3F | 29 |
| Octal | 242 | 252 | 47 | 5 | 0 | 115 | 41 | 100 | 77 | 51 |
| Binary | 10100010 | 10101010 | 100111 | 101 | 0 | 1001101 | 100001 | 1000000 | 111111 | 101001 |
Color Harmonies of #A2AA27
Complementary color
Monochromatic Colors of #A2AA27
Black with #A2AA27
Text Example
Text Example
White with #A2AA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA27; }
p { color: rgb(162,170,39); }
H1.HeaderClassName
{
color: #A2AA27;
}
.AnyTagClassName
{
color: #A2AA27;
}
</style>
background-color css
<style>
a { background-color: #A2AA27; }
a { background-color: rgb(162,170,39); }
div.DivClassName
{
background-color: #A2AA27;
}
.BgClassName
{
background-color: #A2AA27;
}
</style>
border-color css
<style>
span { border-color: #A2AA27; }
span { border-color: rgb(162,170,39); }
td.TdClassName
{
border-color: #A2AA27;
}
.TagClassName
{
border-color: #A2AA27;
}
</style>