Color Hex Logo

#aca487 Color Hex

#ACA487
(172,164,135)
0 Favorites   0 Comments

Color spaces of #aca487

RGB 172164135
HSL0.130.180.60
HSV47°22°67°
CMYK 0.000.050.22   0.33
XYZ34.661937.070828.2502
Yxy37.07080.34670.3708
Hunter Lab60.8858-4.931215.1103
CIE-Lab67.3301-1.957016.1118

#aca487 color RGB value is (172,164,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10000111
Octal 254 244 207
Decimal 172 164 135
Hex AC A4 87

RGB Percentages of Color #aca487

%36.52
%34.82
%28.66

CMYK Percentages of Color #aca487

%0
%5
%22
%33

Triadic Colors of #aca487

#aca487 #87aca4 #a487ac

Analogous Colors of #aca487

#aca487 #a2ac87 #ac9287

Monochromatic Colors of #aca487

#aca487

Complementary Color

#aca487 #878fac

#aca487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca487 Color CSS Codes

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

#aca487 Text Font Color

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

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


#aca487 Background Color

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

This div background color is #aca487


#aca487 Border Color

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

This div border color is #aca487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca487


Comments

No comments written yet.

Please login to write comment.