#A2A21B

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

Shades of Lucky #A2A21B

Tints of Lucky #A2A21B

Color information

#A2A21B (or 0xA2A21B) is unknown color: approx Lucky. HEX triplet: A2, A2 and 1B. RGB value is (162,162,27). Sum of RGB (Red+Green+Blue) = 162+162+27=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A21B is #5D5DE4. Grayscale: #939393. Windows color (decimal): -6118885 or 1811106. OLE color: 1811106.

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

Color convert

RGB16216227-
CMYK000.830.36
HSL60º71.43%37.06%-
HSV(B)60º83.33%63.53%-
XYZ28.0233.66.05-
YUV146.6160.5138.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 162 (63.67% from 255) = 46.15%
BLUE value IS 27 (10.94% from 255) = 7.69%
R=46.15%
G=46.15%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216227000.830.366071.4337.06
HexA2A21B0053243c4725
Octal2422423300123447410745
Binary1010001010100010110110010100111001001111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A21B; }

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

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

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

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

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

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

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

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