#A49E18

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

Shades of Lucky #A49E18

Tints of Lucky #A49E18

Color information

#A49E18 (or 0xA49E18) is unknown color: approx Lucky. HEX triplet: A4, 9E and 18. RGB value is (164,158,24). Sum of RGB (Red+Green+Blue) = 164+158+24=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49E18 is #5B61E7. Grayscale: #919191. Windows color (decimal): -5988840 or 1613476. OLE color: 1613476.

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

Color convert

RGB16415824-
CMYK00.040.850.36
HSL57.43º74.47%36.86%-
HSV(B)57.43º85.37%64.31%-
XYZ27.732.415.66-
YUV144.5259.99141.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=47.40%
G=45.66%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641582400.040.850.3657.4374.4736.86
HexA49E18045524394a25
Octal2442363004125447111245
Binary101001001001111011000010010101011001001110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E18; }

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

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

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

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

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

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

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

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