#A3940E

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

Shades of Lucky #A3940E

Tints of Lucky #A3940E

Color information

#A3940E (or 0xA3940E) is unknown color: approx Lucky. HEX triplet: A3, 94 and 0E. RGB value is (163,148,14). Sum of RGB (Red+Green+Blue) = 163+148+14=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3940E is #5C6BF1. Grayscale: #898989. Windows color (decimal): -6056946 or 955555. OLE color: 955555.

HSL color Cylindrical-coordinate representation of color #A3940E: hue angle of 53.96º 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 #A3940E is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16314814-
CMYK00.090.910.36
HSL53.96º84.18%34.71%-
HSV(B)53.96º91.41%63.92%-
XYZ25.77294.65-
YUV137.2158.47146.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=50.15%
G=45.54%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631481400.090.910.3653.9684.1834.71
HexA394E095B24365423
Octal24322416011133446612443
Binary101000111001010011100100110110111001001101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3940E; }

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

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

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

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

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

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

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

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