Color Hex Logo

#aca17e Color Hex

#ACA17E
(172,161,126)
0 Favorites   0 Comments

Color spaces of #aca17e

RGB 172161126
HSL0.130.220.58
HSV46°27°67°
CMYK 0.000.060.27   0.33
XYZ33.524035.766824.8754
Yxy35.76680.35600.3798
Hunter Lab59.8054-4.600917.2027
CIE-Lab66.3414-1.647719.7035

#aca17e color RGB value is (172,161,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01111110
Octal 254 241 176
Decimal 172 161 126
Hex AC A1 7E

RGB Percentages of Color #aca17e

%37.47
%35.08
%27.45

CMYK Percentages of Color #aca17e

%0
%6
%27
%33

Triadic Colors of #aca17e

#aca17e #7eaca1 #a17eac

Analogous Colors of #aca17e

#aca17e #a0ac7e #ac8a7e

Monochromatic Colors of #aca17e

#aca17e

Complementary Color

#aca17e #7e89ac

#aca17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca17e Color CSS Codes

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

#aca17e Text Font Color

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

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


#aca17e Background Color

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

This div background color is #aca17e


#aca17e Border Color

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

This div border color is #aca17e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,161,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 #aca17e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca17e


Comments

No comments written yet.

Please login to write comment.