Color Hex Logo

#aca97e Color Hex

#ACA97E
(172,169,126)
0 Favorites   0 Comments

Color spaces of #aca97e

RGB 172169126
HSL0.160.220.58
HSV56°27°67°
CMYK 0.000.020.27   0.33
XYZ34.967138.652925.3565
Yxy38.65290.35330.3905
Hunter Lab62.1715-8.406319.3387
CIE-Lab68.4991-5.950222.6405

#aca97e color RGB value is (172,169,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01111110
Octal 254 251 176
Decimal 172 169 126
Hex AC A9 7E

RGB Percentages of Color #aca97e

%36.83
%36.19
%26.98

CMYK Percentages of Color #aca97e

%0
%2
%27
%33

Triadic Colors of #aca97e

#aca97e #7eaca9 #a97eac

Analogous Colors of #aca97e

#aca97e #98ac7e #ac927e

Monochromatic Colors of #aca97e

#aca97e

Complementary Color

#aca97e #7e81ac

#aca97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca97e Color CSS Codes

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

#aca97e Text Font Color

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

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


#aca97e Background Color

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

This div background color is #aca97e


#aca97e Border Color

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

This div border color is #aca97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca97e


Comments

No comments written yet.

Please login to write comment.