#A2A121

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

Shades of Lucky #A2A121

Tints of Lucky #A2A121

Color information

#A2A121 (or 0xA2A121) is unknown color: approx Lucky. HEX triplet: A2, A1 and 21. RGB value is (162,161,33). Sum of RGB (Red+Green+Blue) = 162+161+33=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A121 is #5D5EDE. Grayscale: #939393. Windows color (decimal): -6119135 or 2204066. OLE color: 2204066.

HSL color Cylindrical-coordinate representation of color #A2A121: hue angle of 59.53º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2A121 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16216133-
CMYK00.010.800.36
HSL59.53º66.15%38.24%-
HSV(B)59.53º79.63%63.53%-
XYZ27.9233.286.39-
YUV146.7163.83138.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 161 (63.28% from 255) = 45.22%
BLUE value IS 33 (13.28% from 255) = 9.27%
R=45.51%
G=45.22%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621613300.010.800.3659.5366.1538.24
HexA2A1210150243c4226
Octal2422414101120447410246
Binary10100010101000011000010110100001001001111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A121; }

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

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

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

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

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

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

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

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