#A1A22A

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

Shades of Lucky #A1A22A

Tints of Lucky #A1A22A

Color information

#A1A22A (or 0xA1A22A) is unknown color: approx Lucky. HEX triplet: A1, A2 and 2A. RGB value is (161,162,42). Sum of RGB (Red+Green+Blue) = 161+162+42=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A22A is #5E5DD5. Grayscale: #949494. Windows color (decimal): -6184406 or 2794145. OLE color: 2794145.

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

Color convert

RGB16116242-
CMYK0.0100.740.36
HSL60.5º58.82%40%-
HSV(B)60.5º74.07%63.53%-
XYZ28.0433.587.2-
YUV148.0268.17137.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=44.11%
G=44.38%
B=11.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161162420.0100.740.3660.558.8240
HexA1A22A104A243c3b28
Octal241242521011244747350
Binary1010000110100010101010101001010100100111100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A22A; }

 p { color: rgb(161,162,42); }

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

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

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

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

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

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

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