Shades of Lucky #A2AA1F
Tints of Lucky #A2AA1F
RGB
CMYK
RGB Variations
Color information
#A2AA1F (or 0xA2AA1F) is known color: Lucky. HEX triplet: A2, AA and 1F. RGB value is (162,170,31). Sum of RGB (Red+Green+Blue) = 162+170+31=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA1F is #5D55E0. Grayscale: #989898. Windows color (decimal): -6116833 or 2075298. OLE color: 2075298.
HSL color Cylindrical-coordinate representation of color #A2AA1F: hue angle of 63.45º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2AA1F is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 31 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.33 |
| HSL | 63.45º | 0.69% | 0.39% | - |
| HSV(B) | 63.45º | 0.82% | 0.67% | - |
| XYZ | 29.52 | 36.53 | 6.79 | - |
| YUV | 151.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 31 | 0.05 | 0 | 0.82 | 0.33 | 63.45 | 0.69 | 0.39 |
| Hex | A2 | AA | 1F | 5 | 0 | 52 | 21 | 3F | 45 | 27 |
| Octal | 242 | 252 | 37 | 5 | 0 | 122 | 41 | 77 | 105 | 47 |
| Binary | 10100010 | 10101010 | 11111 | 101 | 0 | 1010010 | 100001 | 111111 | 1000101 | 100111 |
Color Harmonies of #A2AA1F
Complementary color
Monochromatic Colors of #A2AA1F
Black with #A2AA1F
Text Example
Text Example
White with #A2AA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA1F; }
p { color: rgb(162,170,31); }
H1.HeaderClassName
{
color: #A2AA1F;
}
.AnyTagClassName
{
color: #A2AA1F;
}
</style>
background-color css
<style>
a { background-color: #A2AA1F; }
a { background-color: rgb(162,170,31); }
div.DivClassName
{
background-color: #A2AA1F;
}
.BgClassName
{
background-color: #A2AA1F;
}
</style>
border-color css
<style>
span { border-color: #A2AA1F; }
span { border-color: rgb(162,170,31); }
td.TdClassName
{
border-color: #A2AA1F;
}
.TagClassName
{
border-color: #A2AA1F;
}
</style>