#A3A30E

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

Shades of Lucky #A3A30E

Tints of Lucky #A3A30E

Color information

#A3A30E (or 0xA3A30E) is unknown color: approx Lucky. HEX triplet: A3, A3 and 0E. RGB value is (163,163,14). Sum of RGB (Red+Green+Blue) = 163+163+14=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A30E is #5C5CF1. Grayscale: #929292. Windows color (decimal): -6053106 or 959395. OLE color: 959395.

HSL color Cylindrical-coordinate representation of color #A3A30E: hue angle of 60º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3A30E is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16316314-
CMYK000.910.36
HSL60º84.18%34.71%-
HSV(B)60º91.41%63.92%-
XYZ28.2834.015.49-
YUV146.0153.5140.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 14 (5.86% from 255) = 4.12%
R=47.94%
G=47.94%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316314000.910.366084.1834.71
HexA3A3E005B243c5423
Octal2432431600133447412443
Binary101000111010001111100010110111001001111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A30E; }

 p { color: rgb(163,163,14); }

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

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

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

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

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

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

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