Color Hex Logo

#a47857 Color Hex

#A47857
(164,120,87)
0 Favorites   0 Comments

Color spaces of #a47857

RGB 16412087
HSL0.070.310.49
HSV26°47°64°
CMYK 0.000.270.47   0.36
XYZ23.746622.013612.0143
Yxy22.01360.41100.3810
Hunter Lab46.91878.235317.6609
CIE-Lab54.041413.010624.8337

#a47857 color RGB value is (164,120,87).

#a47857 hex color red value is 164, green value is 120 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a47857 hue: 0.07 , saturation: 0.31 and the lightness value of a47857 is 0.49.

The process color (four color CMYK) of #a47857 color hex is 0.00, 0.27, 0.47, 0.36. Web safe color of #a47857 is #996666. Color #a47857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 01010111
Octal 244 170 127
Decimal 164 120 87
Hex A4 78 57

RGB Percentages of Color #a47857

%44.20
%32.35
%23.45

CMYK Percentages of Color #a47857

%0
%27
%47
%36

Triadic Colors of #a47857

#a47857 #57a478 #7857a4

Analogous Colors of #a47857

#a47857 #a49f57 #a4575c

Monochromatic Colors of #a47857

#a47857

Complementary Color

#a47857 #5783a4

#a47857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47857 Color CSS Codes

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

#a47857 Text Font Color

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

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


#a47857 Background Color

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

This div background color is #a47857


#a47857 Border Color

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

This div border color is #a47857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47857


Comments

No comments written yet.

Please login to write comment.