#A49404

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

Shades of Lucky #A49404

Tints of Lucky #A49404

Color information

#A49404 (or 0xA49404) is unknown color: approx Lucky. HEX triplet: A4, 94 and 04. RGB value is (164,148,4). Sum of RGB (Red+Green+Blue) = 164+148+4=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A49404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49404 is #5B6BFB. Grayscale: #888888. Windows color (decimal): -5991420 or 300196. OLE color: 300196.

HSL color Cylindrical-coordinate representation of color #A49404: hue angle of 54º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A49404 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1641484-
CMYK00.100.980.36
HSL54º95.24%32.94%-
HSV(B)54º97.56%64.31%-
XYZ25.9229.084.36-
YUV136.3753.3147.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.90%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=51.90%
G=46.84%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164148400.100.980.365495.2432.94
HexA49440A6224365f21
Octal2442244012142446613741
Binary10100100100101001000101011000101001001101101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49404; }

 p { color: rgb(164,148,4); }

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

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

 a { background-color: rgb(164,148,4); }

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

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

 span { border-color: rgb(164,148,4); }

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