Color Hex Logo

#a49379 Color Hex

#A49379
(164,147,121)
0 Favorites   0 Comments

Color spaces of #a49379

RGB 164147121
HSL0.100.190.56
HSV36°26°64°
CMYK 0.000.100.26   0.36
XYZ29.194830.140422.3681
Yxy30.14040.35730.3689
Hunter Lab54.9003-1.153014.2736
CIE-Lab61.77522.121216.0849

#a49379 color RGB value is (164,147,121).

#a49379 hex color red value is 164, green value is 147 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a49379 hue: 0.10 , saturation: 0.19 and the lightness value of a49379 is 0.56.

The process color (four color CMYK) of #a49379 color hex is 0.00, 0.10, 0.26, 0.36. Web safe color of #a49379 is #999966. Color #a49379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 01111001
Octal 244 223 171
Decimal 164 147 121
Hex A4 93 79

RGB Percentages of Color #a49379

%37.96
%34.03
%28.01

CMYK Percentages of Color #a49379

%0
%10
%26
%36

Triadic Colors of #a49379

#a49379 #79a493 #9379a4

Analogous Colors of #a49379

#a49379 #a0a479 #a47e79

Monochromatic Colors of #a49379

#a49379

Complementary Color

#a49379 #798aa4

#a49379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49379 Color CSS Codes

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

#a49379 Text Font Color

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

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


#a49379 Background Color

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

This div background color is #a49379


#a49379 Border Color

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

This div border color is #a49379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49379


Comments

No comments written yet.

Please login to write comment.