#A49614

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

Shades of Lucky #A49614

Tints of Lucky #A49614

Color information

#A49614 (or 0xA49614) is unknown color: approx Lucky. HEX triplet: A4, 96 and 14. RGB value is (164,150,20). Sum of RGB (Red+Green+Blue) = 164+150+20=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A49614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49614 is #5B69EB. Grayscale: #8B8B8B. Windows color (decimal): -5990892 or 1349284. OLE color: 1349284.

HSL color Cylindrical-coordinate representation of color #A49614: hue angle of 54.17º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A49614 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB16415020-
CMYK00.090.880.36
HSL54.17º78.26%36.08%-
HSV(B)54.17º87.8%64.31%-
XYZ26.3429.765.02-
YUV139.3760.64145.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=49.10%
G=44.91%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641502000.090.880.3654.1778.2636.08
HexA49614095824364e24
Octal24422624011130446611644
Binary1010010010010110101000100110110001001001101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49614; }

 p { color: rgb(164,150,20); }

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

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

 a { background-color: rgb(164,150,20); }

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

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

 span { border-color: rgb(164,150,20); }

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