Color Hex Logo

#a49219 Color Hex

#A49219
(164,146,25)
0 Favorites   0 Comments

Color spaces of #a49219

RGB 16414625
HSL0.150.740.37
HSV52°85°64°
CMYK 0.000.110.85   0.36
XYZ25.764228.52055.0668
Yxy28.52050.43410.4805
Hunter Lab53.4046-7.343531.7580
CIE-Lab60.3561-5.530459.7111

#a49219 color RGB value is (164,146,25).

#a49219 hex color red value is 164, green value is 146 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a49219 hue: 0.15 , saturation: 0.74 and the lightness value of a49219 is 0.37.

The process color (four color CMYK) of #a49219 color hex is 0.00, 0.11, 0.85, 0.36. Web safe color of #a49219 is #999900. Color #a49219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 00011001
Octal 244 222 31
Decimal 164 146 25
Hex A4 92 19

RGB Percentages of Color #a49219

%48.96
%43.58
%7.46

CMYK Percentages of Color #a49219

%0
%11
%85
%36

Triadic Colors of #a49219

#a49219 #19a492 #9219a4

Analogous Colors of #a49219

#a49219 #71a419 #a44d19

Monochromatic Colors of #a49219

#a49219

Complementary Color

#a49219 #192ba4

#a49219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49219 Color CSS Codes

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

#a49219 Text Font Color

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

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


#a49219 Background Color

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

This div background color is #a49219


#a49219 Border Color

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

This div border color is #a49219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49219


Comments

No comments written yet.

Please login to write comment.