#A49C18

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

Shades of Lucky #A49C18

Tints of Lucky #A49C18

Color information

#A49C18 (or 0xA49C18) is unknown color: approx Lucky. HEX triplet: A4, 9C and 18. RGB value is (164,156,24). Sum of RGB (Red+Green+Blue) = 164+156+24=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49C18 is #5B63E7. Grayscale: #8F8F8F. Windows color (decimal): -5989352 or 1612964. OLE color: 1612964.

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

Color convert

RGB16415624-
CMYK00.050.850.36
HSL56.57º74.47%36.86%-
HSV(B)56.57º85.37%64.31%-
XYZ27.3631.745.55-
YUV143.3460.65142.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 24 (9.77% from 255) = 6.98%
R=47.67%
G=45.35%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641562400.050.850.3656.5774.4736.86
HexA49C18055524394a25
Octal2442343005125447111245
Binary101001001001110011000010110101011001001110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C18; }

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

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

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

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

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

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

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

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