Color Hex Logo

#a49337 Color Hex

#A49337
(164,147,55)
0 Favorites   0 Comments

Color spaces of #a49337

RGB 16414755
HSL0.140.500.43
HSV51°66°64°
CMYK 0.000.100.66   0.36
XYZ26.433129.03587.8257
Yxy29.03580.41760.4587
Hunter Lab53.8849-6.735829.1087
CIE-Lab60.8132-4.724249.2823

#a49337 color RGB value is (164,147,55).

#a49337 hex color red value is 164, green value is 147 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #a49337 hue: 0.14 , saturation: 0.50 and the lightness value of a49337 is 0.43.

The process color (four color CMYK) of #a49337 color hex is 0.00, 0.10, 0.66, 0.36. Web safe color of #a49337 is #999933. Color #a49337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 00110111
Octal 244 223 67
Decimal 164 147 55
Hex A4 93 37

RGB Percentages of Color #a49337

%44.81
%40.16
%15.03

CMYK Percentages of Color #a49337

%0
%10
%66
%36

Triadic Colors of #a49337

#a49337 #37a493 #9337a4

Analogous Colors of #a49337

#a49337 #7fa437 #a45d37

Monochromatic Colors of #a49337

#a49337

Complementary Color

#a49337 #3748a4

#a49337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49337 Color CSS Codes

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

#a49337 Text Font Color

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

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


#a49337 Background Color

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

This div background color is #a49337


#a49337 Border Color

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

This div border color is #a49337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49337


Comments

No comments written yet.

Please login to write comment.