#A2A431

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

Shades of Lucky #A2A431

Tints of Lucky #A2A431

Color information

#A2A431 (or 0xA2A431) is unknown color: approx Lucky. HEX triplet: A2, A4 and 31. RGB value is (162,164,49). Sum of RGB (Red+Green+Blue) = 162+164+49=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A431 is #5D5BCE. Grayscale: #969696. Windows color (decimal): -6118351 or 3253410. OLE color: 3253410.

HSL color Cylindrical-coordinate representation of color #A2A431: hue angle of 61.04º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2A431 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16216449-
CMYK0.0100.700.36
HSL61.04º53.99%41.76%-
HSV(B)61.04º70.12%64.31%-
XYZ28.7334.458.04-
YUV150.2970.84136.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 49 (19.53% from 255) = 13.07%
R=43.2%
G=43.73%
B=13.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162164490.0100.700.3661.0453.9941.76
HexA2A4311046243d362a
Octal242244611010644756652
Binary1010001010100100110001101000110100100111101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A431; }

 p { color: rgb(162,164,49); }

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

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

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

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

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

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

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