Color Hex Logo

#a49178 Color Hex

#A49178
(164,145,120)
0 Favorites   0 Comments

Color spaces of #a49178

RGB 164145120
HSL0.090.190.56
HSV34°27°64°
CMYK 0.000.120.27   0.36
XYZ28.825429.499421.9440
Yxy29.49940.35910.3675
Hunter Lab54.3134-0.314114.0646
CIE-Lab61.21993.085915.8781

#a49178 color RGB value is (164,145,120).

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

The process color (four color CMYK) of #a49178 color hex is 0.00, 0.12, 0.27, 0.36. Web safe color of #a49178 is #999966. Color #a49178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 01111000
Octal 244 221 170
Decimal 164 145 120
Hex A4 91 78

RGB Percentages of Color #a49178

%38.23
%33.80
%27.97

CMYK Percentages of Color #a49178

%0
%12
%27
%36

Triadic Colors of #a49178

#a49178 #78a491 #9178a4

Analogous Colors of #a49178

#a49178 #a1a478 #a47b78

Monochromatic Colors of #a49178

#a49178

Complementary Color

#a49178 #788ba4

#a49178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49178 Color CSS Codes

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

#a49178 Text Font Color

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

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


#a49178 Background Color

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

This div background color is #a49178


#a49178 Border Color

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

This div border color is #a49178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49178


Comments

No comments written yet.

Please login to write comment.