#A2A01F

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

Shades of Lucky #A2A01F

Tints of Lucky #A2A01F

Color information

#A2A01F (or 0xA2A01F) is unknown color: approx Lucky. HEX triplet: A2, A0 and 1F. RGB value is (162,160,31). Sum of RGB (Red+Green+Blue) = 162+160+31=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A01F is #5D5FE0. Grayscale: #929292. Windows color (decimal): -6119393 or 2072738. OLE color: 2072738.

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

Color convert

RGB16216031-
CMYK00.010.810.36
HSL59.08º67.88%37.84%-
HSV(B)59.08º80.86%63.53%-
XYZ27.7232.926.19-
YUV145.8963.16139.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 160 (62.89% from 255) = 45.33%
BLUE value IS 31 (12.5% from 255) = 8.78%
R=45.89%
G=45.33%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621603100.010.810.3659.0867.8837.84
HexA2A01F0151243b4426
Octal2422403701121447310446
Binary1010001010100000111110110100011001001110111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A01F; }

 p { color: rgb(162,160,31); }

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

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

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

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

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

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

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