Color Hex Logo

#acaa87 Color Hex

#ACAA87
(172,170,135)
0 Favorites   0 Comments

Color spaces of #acaa87

RGB 172170135
HSL0.160.180.60
HSV57°22°67°
CMYK 0.000.010.22   0.33
XYZ35.761239.269428.6166
Yxy39.26940.34500.3789
Hunter Lab62.6653-7.799716.7905
CIE-Lab68.9460-5.184618.3487

#acaa87 color RGB value is (172,170,135).

#acaa87 hex color red value is 172, green value is 170 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #acaa87 hue: 0.16 , saturation: 0.18 and the lightness value of acaa87 is 0.60.

The process color (four color CMYK) of #acaa87 color hex is 0.00, 0.01, 0.22, 0.33. Web safe color of #acaa87 is #999999. Color #acaa87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 10000111
Octal 254 252 207
Decimal 172 170 135
Hex AC AA 87

RGB Percentages of Color #acaa87

%36.06
%35.64
%28.30

CMYK Percentages of Color #acaa87

%0
%1
%22
%33

Triadic Colors of #acaa87

#acaa87 #87acaa #aa87ac

Analogous Colors of #acaa87

#acaa87 #9cac87 #ac9887

Monochromatic Colors of #acaa87

#acaa87

Complementary Color

#acaa87 #8789ac

#acaa87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa87 Color CSS Codes

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

#acaa87 Text Font Color

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

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


#acaa87 Background Color

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

This div background color is #acaa87


#acaa87 Border Color

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

This div border color is #acaa87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa87


Comments

No comments written yet.

Please login to write comment.