Color Hex Logo

#a49116 Color Hex

#A49116
(164,145,22)
0 Favorites   0 Comments

Color spaces of #a49116

RGB 16414522
HSL0.140.760.36
HSV52°87°64°
CMYK 0.000.120.87   0.36
XYZ25.580128.20124.8542
Yxy28.20120.43630.4810
Hunter Lab53.1048-6.951631.7538
CIE-Lab60.0701-5.070160.2385

#a49116 color RGB value is (164,145,22).

#a49116 hex color red value is 164, green value is 145 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a49116 hue: 0.14 , saturation: 0.76 and the lightness value of a49116 is 0.36.

The process color (four color CMYK) of #a49116 color hex is 0.00, 0.12, 0.87, 0.36. Web safe color of #a49116 is #999900. Color #a49116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 00010110
Octal 244 221 26
Decimal 164 145 22
Hex A4 91 16

RGB Percentages of Color #a49116

%49.55
%43.81
%6.65

CMYK Percentages of Color #a49116

%0
%12
%87
%36

Triadic Colors of #a49116

#a49116 #16a491 #9116a4

Analogous Colors of #a49116

#a49116 #70a416 #a44a16

Monochromatic Colors of #a49116

#a49116

Complementary Color

#a49116 #1629a4

#a49116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49116 Color CSS Codes

.mybgcolor {background-color:#a49116; } 
.myforecolor {color:#a49116; }
.mybordercolor {border:3px solid #a49116; }

#a49116 Text Font Color

<p style="color:#a49116">Text here</p>

This sample text font color is #a49116
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a49116 Background Color

<div style="background-color:#a49116">
Div content here</div>

This div background color is #a49116


#a49116 Border Color

<div style="border:3px solid #a49116">
Div here</div>

This div border color is #a49116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,145,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49116;
  -webkit-box-shadow: 1px 1px 3px 2px #a49116;
  box-shadow:         1px 1px 3px 2px #a49116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,145,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a49116">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a49116;
  -webkit-box-shadow: 1px 1px 3px 2px #a49116;
  box-shadow:         1px 1px 3px 2px #a49116;">
Div content here</div>

This div box has shadow with color #a49116


Comments

No comments written yet.

Please login to write comment.