#A2AA1F

Color #A2AA1F Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A2AA1F

Tints of Lucky #A2AA1F

Color information

#A2AA1F (or 0xA2AA1F) is unknown color: approx 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

RGB16217031-
CMYK0.0500.820.33
HSL63.45º69.15%39.41%-
HSV(B)63.45º81.76%66.67%-
XYZ29.5236.536.79-
YUV151.7659.85135.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=44.63%
G=46.83%
B=8.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170310.0500.820.3363.4569.1539.41
HexA2AA1F5052213f4527
Octal2422523750122417710547
Binary101000101010101011111101010100101000011111111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>