Color Hex Logo

#a47176 Color Hex

#A47176
(164,113,118)
0 Favorites   0 Comments

Color spaces of #a47176

RGB 164113118
HSL0.980.220.54
HSV354°31°64°
CMYK 0.000.310.28   0.36
XYZ24.485021.010819.9045
Yxy21.01080.37440.3213
Hunter Lab45.837515.13356.3402
CIE-Lab52.961320.89715.3907

#a47176 color RGB value is (164,113,118).

#a47176 hex color red value is 164, green value is 113 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a47176 hue: 0.98 , saturation: 0.22 and the lightness value of a47176 is 0.54.

The process color (four color CMYK) of #a47176 color hex is 0.00, 0.31, 0.28, 0.36. Web safe color of #a47176 is #996666. Color #a47176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 01110110
Octal 244 161 166
Decimal 164 113 118
Hex A4 71 76

RGB Percentages of Color #a47176

%41.52
%28.61
%29.87

CMYK Percentages of Color #a47176

%0
%31
%28
%36

Triadic Colors of #a47176

#a47176 #76a471 #7176a4

Analogous Colors of #a47176

#a47176 #a48671 #a47190

Monochromatic Colors of #a47176

#a47176

Complementary Color

#a47176 #71a49f

#a47176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47176 Color CSS Codes

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

#a47176 Text Font Color

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

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


#a47176 Background Color

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

This div background color is #a47176


#a47176 Border Color

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

This div border color is #a47176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47176


Comments

No comments written yet.

Please login to write comment.