#A2A31E

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

Shades of Lucky #A2A31E

Tints of Lucky #A2A31E

Color information

#A2A31E (or 0xA2A31E) is unknown color: approx Lucky. HEX triplet: A2, A3 and 1E. RGB value is (162,163,30). Sum of RGB (Red+Green+Blue) = 162+163+30=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A31E is #5D5CE1. Grayscale: #949494. Windows color (decimal): -6118626 or 2007970. OLE color: 2007970.

HSL color Cylindrical-coordinate representation of color #A2A31E: hue angle of 60.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2A31E is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16216330-
CMYK0.0100.820.36
HSL60.45º68.91%37.84%-
HSV(B)60.45º81.6%63.92%-
XYZ28.2333.976.3-
YUV147.5461.67138.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=45.63%
G=45.92%
B=8.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162163300.0100.820.3660.4568.9137.84
HexA2A31E1052243c4526
Octal2422433610122447410546
Binary1010001010100011111101010100101001001111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A31E; }

 p { color: rgb(162,163,30); }

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

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

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

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

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

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

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