Color Hex Logo

#aca86e Color Hex

#ACA86E
(172,168,110)
0 Favorites   0 Comments

Color spaces of #aca86e

RGB 172168110
HSL0.160.270.55
HSV56°36°67°
CMYK 0.000.020.36   0.33
XYZ33.830437.901720.2846
Yxy37.90170.36770.4119
Hunter Lab61.5644-9.649623.5598
CIE-Lab67.9481-7.500330.5120

#aca86e color RGB value is (172,168,110).

#aca86e hex color red value is 172, green value is 168 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aca86e hue: 0.16 , saturation: 0.27 and the lightness value of aca86e is 0.55.

The process color (four color CMYK) of #aca86e color hex is 0.00, 0.02, 0.36, 0.33. Web safe color of #aca86e is #999966. Color #aca86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01101110
Octal 254 250 156
Decimal 172 168 110
Hex AC A8 6E

RGB Percentages of Color #aca86e

%38.22
%37.33
%24.44

CMYK Percentages of Color #aca86e

%0
%2
%36
%33

Triadic Colors of #aca86e

#aca86e #6eaca8 #a86eac

Analogous Colors of #aca86e

#aca86e #91ac6e #ac896e

Monochromatic Colors of #aca86e

#aca86e

Complementary Color

#aca86e #6e72ac

#aca86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca86e Color CSS Codes

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

#aca86e Text Font Color

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

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


#aca86e Background Color

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

This div background color is #aca86e


#aca86e Border Color

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

This div border color is #aca86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca86e


Comments

No comments written yet.

Please login to write comment.