Color Hex Logo

#a47855 Color Hex

#A47855
(164,120,85)
0 Favorites   0 Comments

Color spaces of #a47855

RGB 16412085
HSL0.070.320.49
HSV27°48°64°
CMYK 0.000.270.48   0.36
XYZ23.666021.981311.5898
Yxy21.98130.41350.3840
Hunter Lab46.88428.055018.1624
CIE-Lab54.007212.801625.9179

#a47855 color RGB value is (164,120,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 01010101
Octal 244 170 125
Decimal 164 120 85
Hex A4 78 55

RGB Percentages of Color #a47855

%44.44
%32.52
%23.04

CMYK Percentages of Color #a47855

%0
%27
%48
%36

Triadic Colors of #a47855

#a47855 #55a478 #7855a4

Analogous Colors of #a47855

#a47855 #a4a055 #a4555a

Monochromatic Colors of #a47855

#a47855

Complementary Color

#a47855 #5581a4

#a47855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47855 Color CSS Codes

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

#a47855 Text Font Color

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

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


#a47855 Background Color

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

This div background color is #a47855


#a47855 Border Color

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

This div border color is #a47855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47855


Comments

No comments written yet.

Please login to write comment.