#A1940E

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

Shades of Lucky #A1940E

Tints of Lucky #A1940E

Color information

#A1940E (or 0xA1940E) is unknown color: approx Lucky. HEX triplet: A1, 94 and 0E. RGB value is (161,148,14). Sum of RGB (Red+Green+Blue) = 161+148+14=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1940E is #5E6BF1. Grayscale: #898989. Windows color (decimal): -6188018 or 955553. OLE color: 955553.

HSL color Cylindrical-coordinate representation of color #A1940E: hue angle of 54.69º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1940E is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB16114814-
CMYK00.080.910.37
HSL54.69º84%34.31%-
HSV(B)54.69º91.3%63.14%-
XYZ25.3728.794.64-
YUV136.6158.81145.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 14 (5.86% from 255) = 4.33%
R=49.85%
G=45.82%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611481400.080.910.3754.698434.31
HexA194E085B25375422
Octal24122416010133456712442
Binary101000011001010011100100010110111001011101111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1940E; }

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

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

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

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

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

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

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

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