#A49C11

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

Shades of Lucky #A49C11

Tints of Lucky #A49C11

Color information

#A49C11 (or 0xA49C11) is unknown color: approx Lucky. HEX triplet: A4, 9C and 11. RGB value is (164,156,17). Sum of RGB (Red+Green+Blue) = 164+156+17=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49C11 is #5B63EE. Grayscale: #8F8F8F. Windows color (decimal): -5989359 or 1154212. OLE color: 1154212.

HSL color Cylindrical-coordinate representation of color #A49C11: hue angle of 56.73º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A49C11 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16415617-
CMYK00.050.900.36
HSL56.73º81.22%35.49%-
HSV(B)56.73º89.63%64.31%-
XYZ27.331.715.21-
YUV142.5557.15143.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=48.66%
G=46.29%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641561700.050.900.3656.7381.2235.49
HexA49C11055A24395123
Octal2442342105132447112143
Binary101001001001110010001010110110101001001110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C11; }

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

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

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

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

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

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

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

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