#A1A621

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

Shades of Lucky #A1A621

Tints of Lucky #A1A621

Color information

#A1A621 (or 0xA1A621) is unknown color: approx Lucky. HEX triplet: A1, A6 and 21. RGB value is (161,166,33). Sum of RGB (Red+Green+Blue) = 161+166+33=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A621 is #5E59DE. Grayscale: #959595. Windows color (decimal): -6183391 or 2205345. OLE color: 2205345.

HSL color Cylindrical-coordinate representation of color #A1A621: hue angle of 62.26º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1A621 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16116633-
CMYK0.0300.800.35
HSL62.26º66.83%39.02%-
HSV(B)62.26º80.12%65.1%-
XYZ28.6134.966.68-
YUV149.3462.34136.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 33 (13.28% from 255) = 9.17%
R=44.72%
G=46.11%
B=9.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161166330.0300.800.3562.2666.8339.02
HexA1A6213050233e4327
Octal2412464130120437610347
Binary101000011010011010000111010100001000111111101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A621; }

 p { color: rgb(161,166,33); }

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

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

 a { background-color: rgb(161,166,33); }

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

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

 span { border-color: rgb(161,166,33); }

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