Color Hex Logo

#a49114 Color Hex

#A49114
(164,145,20)
0 Favorites   0 Comments

Color spaces of #a49114

RGB 16414520
HSL0.140.780.36
HSV52°88°64°
CMYK 0.000.120.88   0.36
XYZ25.561528.19384.7565
Yxy28.19380.43690.4818
Hunter Lab53.0978-6.990631.8573
CIE-Lab60.0634-5.119760.7060

#a49114 color RGB value is (164,145,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 00010100
Octal 244 221 24
Decimal 164 145 20
Hex A4 91 14

RGB Percentages of Color #a49114

%49.85
%44.07
%6.08

CMYK Percentages of Color #a49114

%0
%12
%88
%36

Triadic Colors of #a49114

#a49114 #14a491 #9114a4

Analogous Colors of #a49114

#a49114 #6fa414 #a44914

Monochromatic Colors of #a49114

#a49114

Complementary Color

#a49114 #1427a4

#a49114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49114 Color CSS Codes

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

#a49114 Text Font Color

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

This sample text font color is #a49114
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.


#a49114 Background Color

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

This div background color is #a49114


#a49114 Border Color

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

This div border color is #a49114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49114


Comments

No comments written yet.

Please login to write comment.