#A2A22D

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

Shades of Lucky #A2A22D

Tints of Lucky #A2A22D

Color information

#A2A22D (or 0xA2A22D) is unknown color: approx Lucky. HEX triplet: A2, A2 and 2D. RGB value is (162,162,45). Sum of RGB (Red+Green+Blue) = 162+162+45=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A22D is #5D5DD2. Grayscale: #959595. Windows color (decimal): -6118867 or 2990754. OLE color: 2990754.

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

Color convert

RGB16216245-
CMYK000.720.36
HSL60º56.52%40.59%-
HSV(B)60º72.22%63.53%-
XYZ28.2933.717.5-
YUV148.6669.5137.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 45 (17.97% from 255) = 12.20%
R=43.90%
G=43.90%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216245000.720.366056.5240.59
HexA2A22D0048243c3929
Octal242242550011044747151
Binary1010001010100010101101001001000100100111100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A22D; }

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

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

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

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

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

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

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

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