#A1A22B

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

Shades of Lucky #A1A22B

Tints of Lucky #A1A22B

Color information

#A1A22B (or 0xA1A22B) is unknown color: approx Lucky. HEX triplet: A1, A2 and 2B. RGB value is (161,162,43). Sum of RGB (Red+Green+Blue) = 161+162+43=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A22B is #5E5DD4. Grayscale: #949494. Windows color (decimal): -6184405 or 2859681. OLE color: 2859681.

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

Color convert

RGB16116243-
CMYK0.0100.730.36
HSL60.5º58.05%40.2%-
HSV(B)60.5º73.46%63.53%-
XYZ28.0533.597.29-
YUV148.1468.67137.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=43.99%
G=44.26%
B=11.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161162430.0100.730.3660.558.0540.2
HexA1A22B1049243d3a28
Octal241242531011144757250
Binary1010000110100010101011101001001100100111101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A22B; }

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

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

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

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

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

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

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

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