Color Hex Logo

#a47672 Color Hex

#A47672
(164,118,114)
0 Favorites   0 Comments

Color spaces of #a47672

RGB 164118114
HSL0.010.220.55
HSV30°64°
CMYK 0.000.280.30   0.36
XYZ24.825522.064318.8700
Yxy22.06430.37750.3355
Hunter Lab46.972712.13689.0627
CIE-Lab54.095217.47789.3471

#a47672 color RGB value is (164,118,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 01110010
Octal 244 166 162
Decimal 164 118 114
Hex A4 76 72

RGB Percentages of Color #a47672

%41.41
%29.80
%28.79

CMYK Percentages of Color #a47672

%0
%28
%30
%36

Triadic Colors of #a47672

#a47672 #72a476 #7672a4

Analogous Colors of #a47672

#a47672 #a48f72 #a47287

Monochromatic Colors of #a47672

#a47672

Complementary Color

#a47672 #72a0a4

#a47672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47672 Color CSS Codes

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

#a47672 Text Font Color

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

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


#a47672 Background Color

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

This div background color is #a47672


#a47672 Border Color

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

This div border color is #a47672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47672


Comments

No comments written yet.

Please login to write comment.