Color Hex Logo

#a47670 Color Hex

#A47670
(164,118,112)
0 Favorites   0 Comments

Color spaces of #a47670

RGB 164118112
HSL0.020.220.54
HSV32°64°
CMYK 0.000.280.32   0.36
XYZ24.712922.019218.2769
Yxy22.01920.38010.3387
Hunter Lab46.924611.88919.7541
CIE-Lab54.047417.199810.4454

#a47670 color RGB value is (164,118,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 01110000
Octal 244 166 160
Decimal 164 118 112
Hex A4 76 70

RGB Percentages of Color #a47670

%41.62
%29.95
%28.43

CMYK Percentages of Color #a47670

%0
%28
%32
%36

Triadic Colors of #a47670

#a47670 #70a476 #7670a4

Analogous Colors of #a47670

#a47670 #a49070 #a47084

Monochromatic Colors of #a47670

#a47670

Complementary Color

#a47670 #709ea4

#a47670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47670 Color CSS Codes

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

#a47670 Text Font Color

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

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


#a47670 Background Color

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

This div background color is #a47670


#a47670 Border Color

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

This div border color is #a47670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47670


Comments

No comments written yet.

Please login to write comment.