#A49216

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

Shades of Lucky #A49216

Tints of Lucky #A49216

Color information

#A49216 (or 0xA49216) is unknown color: approx Lucky. HEX triplet: A4, 92 and 16. RGB value is (164,146,22). Sum of RGB (Red+Green+Blue) = 164+146+22=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A49216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49216 is #5B6DE9. Grayscale: #898989. Windows color (decimal): -5991914 or 1479332. OLE color: 1479332.

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

Color convert

RGB16414622-
CMYK00.110.870.36
HSL52.39º76.34%36.47%-
HSV(B)52.39º86.59%64.31%-
XYZ25.7328.514.91-
YUV137.2562.96147.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 22 (8.98% from 255) = 6.63%
R=49.40%
G=43.98%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641462200.110.870.3652.3976.3436.47
HexA492160B5724344c24
Octal24422226013127446411444
Binary1010010010010010101100101110101111001001101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49216; }

 p { color: rgb(164,146,22); }

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

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

 a { background-color: rgb(164,146,22); }

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

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

 span { border-color: rgb(164,146,22); }

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