Color Hex Logo

#aca687 Color Hex

#ACA687
(172,166,135)
0 Favorites   0 Comments

Color spaces of #aca687

RGB 172166135
HSL0.140.180.60
HSV50°22°67°
CMYK 0.000.030.22   0.33
XYZ35.022637.792428.3704
Yxy37.79240.34610.3735
Hunter Lab61.4755-5.890715.6711
CIE-Lab67.8673-3.037716.8574

#aca687 color RGB value is (172,166,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10000111
Octal 254 246 207
Decimal 172 166 135
Hex AC A6 87

RGB Percentages of Color #aca687

%36.36
%35.10
%28.54

CMYK Percentages of Color #aca687

%0
%3
%22
%33

Triadic Colors of #aca687

#aca687 #87aca6 #a687ac

Analogous Colors of #aca687

#aca687 #a0ac87 #ac9487

Monochromatic Colors of #aca687

#aca687

Complementary Color

#aca687 #878dac

#aca687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca687 Color CSS Codes

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

#aca687 Text Font Color

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

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


#aca687 Background Color

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

This div background color is #aca687


#aca687 Border Color

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

This div border color is #aca687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca687


Comments

No comments written yet.

Please login to write comment.