#A49118

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

Shades of Lucky #A49118

Tints of Lucky #A49118

Color information

#A49118 (or 0xA49118) is unknown color: approx Lucky. HEX triplet: A4, 91 and 18. RGB value is (164,145,24). Sum of RGB (Red+Green+Blue) = 164+145+24=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A49118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49118 is #5B6EE7. Grayscale: #898989. Windows color (decimal): -5992168 or 1610148. OLE color: 1610148.

HSL color Cylindrical-coordinate representation of color #A49118: hue angle of 51.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A49118 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16414524-
CMYK00.120.850.36
HSL51.86º74.47%36.86%-
HSV(B)51.86º85.37%64.31%-
XYZ25.628.214.96-
YUV136.8964.29147.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 24 (9.77% from 255) = 7.21%
R=49.25%
G=43.54%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641452400.120.850.3651.8674.4736.86
HexA491180C5524344a25
Octal24422130014125446411245
Binary1010010010010001110000110010101011001001101001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49118; }

 p { color: rgb(164,145,24); }

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

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

 a { background-color: rgb(164,145,24); }

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

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

 span { border-color: rgb(164,145,24); }

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