#A2A31A

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

Shades of Lucky #A2A31A

Tints of Lucky #A2A31A

Color information

#A2A31A (or 0xA2A31A) is unknown color: approx Lucky. HEX triplet: A2, A3 and 1A. RGB value is (162,163,26). Sum of RGB (Red+Green+Blue) = 162+163+26=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A31A is #5D5CE5. Grayscale: #939393. Windows color (decimal): -6118630 or 1745826. OLE color: 1745826.

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

Color convert

RGB16216326-
CMYK0.0100.840.36
HSL60.44º72.49%37.06%-
HSV(B)60.44º84.05%63.92%-
XYZ28.1833.956.04-
YUV147.0859.67138.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 163 (64.06% from 255) = 46.44%
BLUE value IS 26 (10.55% from 255) = 7.41%
R=46.15%
G=46.44%
B=7.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162163260.0100.840.3660.4472.4937.06
HexA2A31A1054243c4825
Octal2422433210124447411045
Binary1010001010100011110101010101001001001111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A31A; }

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

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

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

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

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

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

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

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