#A2A20B

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

Shades of Lucky #A2A20B

Tints of Lucky #A2A20B

Color information

#A2A20B (or 0xA2A20B) is unknown color: approx Lucky. HEX triplet: A2, A2 and 0B. RGB value is (162,162,11). Sum of RGB (Red+Green+Blue) = 162+162+11=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A20B is #5D5DF4. Grayscale: #919191. Windows color (decimal): -6118901 or 762530. OLE color: 762530.

HSL color Cylindrical-coordinate representation of color #A2A20B: hue angle of 60º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2A20B is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16216211-
CMYK000.930.36
HSL60º87.28%33.92%-
HSV(B)60º93.21%63.53%-
XYZ27.8833.555.32-
YUV144.7952.5140.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 11 (4.69% from 255) = 3.28%
R=48.36%
G=48.36%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216211000.930.366087.2833.92
HexA2A2B005D243c5722
Octal2422421300135447412742
Binary101000101010001010110010111011001001111001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A20B; }

 p { color: rgb(162,162,11); }

 H1.HeaderClassName
 {
   color: #A2A20B;
 }
 .AnyTagClassName
 {
   color: #A2A20B;
 }
</style>
background-color css

<style>
 a { background-color: #A2A20B; }

 a { background-color: rgb(162,162,11); }

 div.DivClassName
 {
   background-color: #A2A20B;
 }
 .BgClassName
 {
   background-color: #A2A20B;
 }
</style>
border-color css

<style>
 span { border-color: #A2A20B; }

 span { border-color: rgb(162,162,11); }

 td.TdClassName
 {
   border-color: #A2A20B;
 }
 .TagClassName
 {
   border-color: #A2A20B;
 }
</style>