#A3A62C

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

Shades of Lucky #A3A62C

Tints of Lucky #A3A62C

Color information

#A3A62C (or 0xA3A62C) is unknown color: approx Lucky. HEX triplet: A3, A6 and 2C. RGB value is (163,166,44). Sum of RGB (Red+Green+Blue) = 163+166+44=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A62C is #5C59D3. Grayscale: #979797. Windows color (decimal): -6052308 or 2926243. OLE color: 2926243.

HSL color Cylindrical-coordinate representation of color #A3A62C: hue angle of 61.48º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3A62C is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16316644-
CMYK0.0200.730.35
HSL61.48º58.1%41.18%-
HSV(B)61.48º73.49%65.1%-
XYZ29.235.247.65-
YUV151.1967.51136.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=43.70%
G=44.50%
B=11.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163166440.0200.730.3561.4858.141.18
HexA3A62C2049233d3a29
Octal243246542011143757251
Binary10100011101001101011001001001001100011111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A62C; }

 p { color: rgb(163,166,44); }

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

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

 a { background-color: rgb(163,166,44); }

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

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

 span { border-color: rgb(163,166,44); }

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