#A3A20C

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

Shades of Lucky #A3A20C

Tints of Lucky #A3A20C

Color information

#A3A20C (or 0xA3A20C) is unknown color: approx Lucky. HEX triplet: A3, A2 and 0C. RGB value is (163,162,12). Sum of RGB (Red+Green+Blue) = 163+162+12=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A20C is #5C5DF3. Grayscale: #919191. Windows color (decimal): -6053364 or 828067. OLE color: 828067.

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

Color convert

RGB16316212-
CMYK00.010.930.36
HSL59.6º86.29%34.31%-
HSV(B)59.6º92.64%63.92%-
XYZ28.0933.655.36-
YUV145.252.83140.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 12 (5.08% from 255) = 3.56%
R=48.37%
G=48.07%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631621200.010.930.3659.686.2934.31
HexA3A2C015D243c5622
Octal2432421401135447412642
Binary101000111010001011000110111011001001111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A20C; }

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

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

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

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

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

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

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

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