Color Hex Logo

#aca47e Color Hex

#ACA47E
(172,164,126)
0 Favorites   0 Comments

Color spaces of #aca47e

RGB 172164126
HSL0.140.220.58
HSV50°27°67°
CMYK 0.000.050.27   0.33
XYZ34.054636.827925.0523
Yxy36.82790.35500.3839
Hunter Lab60.6860-6.033318.0042
CIE-Lab67.1477-3.269320.8046

#aca47e color RGB value is (172,164,126).

#aca47e hex color red value is 172, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aca47e hue: 0.14 , saturation: 0.22 and the lightness value of aca47e is 0.58.

The process color (four color CMYK) of #aca47e color hex is 0.00, 0.05, 0.27, 0.33. Web safe color of #aca47e is #999966. Color #aca47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01111110
Octal 254 244 176
Decimal 172 164 126
Hex AC A4 7E

RGB Percentages of Color #aca47e

%37.23
%35.50
%27.27

CMYK Percentages of Color #aca47e

%0
%5
%27
%33

Triadic Colors of #aca47e

#aca47e #7eaca4 #a47eac

Analogous Colors of #aca47e

#aca47e #9dac7e #ac8d7e

Monochromatic Colors of #aca47e

#aca47e

Complementary Color

#aca47e #7e86ac

#aca47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca47e Color CSS Codes

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

#aca47e Text Font Color

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

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


#aca47e Background Color

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

This div background color is #aca47e


#aca47e Border Color

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

This div border color is #aca47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca47e


Comments

No comments written yet.

Please login to write comment.