#A3A220

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

Shades of Lucky #A3A220

Tints of Lucky #A3A220

Color information

#A3A220 (or 0xA3A220) is unknown color: approx Lucky. HEX triplet: A3, A2 and 20. RGB value is (163,162,32). Sum of RGB (Red+Green+Blue) = 163+162+32=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A220 is #5C5DDF. Grayscale: #949494. Windows color (decimal): -6053344 or 2138787. OLE color: 2138787.

HSL color Cylindrical-coordinate representation of color #A3A220: hue angle of 59.54º degrees, saturation: 0.67, 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 #A3A220 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16316232-
CMYK00.010.800.36
HSL59.54º67.18%38.24%-
HSV(B)59.54º80.37%63.92%-
XYZ28.2933.736.39-
YUV147.4862.83139.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 32 (12.89% from 255) = 8.96%
R=45.66%
G=45.38%
B=8.96%

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
Decimal1631623200.010.800.3659.5467.1838.24
HexA3A2200150243c4326
Octal2432424001120447410346
Binary10100011101000101000000110100001001001111001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A220; }

 p { color: rgb(163,162,32); }

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

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

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

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

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

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

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