Color Hex Logo

#aca585 Color Hex

#ACA585
(172,165,133)
0 Favorites   0 Comments

Color spaces of #aca585

RGB 172165133
HSL0.140.190.60
HSV49°23°67°
CMYK 0.000.040.23   0.33
XYZ34.702037.374427.5753
Yxy37.37440.34820.3751
Hunter Lab61.1346-5.663116.0509
CIE-Lab67.5570-2.797117.5270

#aca585 color RGB value is (172,165,133).

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

The process color (four color CMYK) of #aca585 color hex is 0.00, 0.04, 0.23, 0.33. Web safe color of #aca585 is #999999. Color #aca585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 10000101
Octal 254 245 205
Decimal 172 165 133
Hex AC A5 85

RGB Percentages of Color #aca585

%36.60
%35.11
%28.30

CMYK Percentages of Color #aca585

%0
%4
%23
%33

Triadic Colors of #aca585

#aca585 #85aca5 #a585ac

Analogous Colors of #aca585

#aca585 #a0ac85 #ac9285

Monochromatic Colors of #aca585

#aca585

Complementary Color

#aca585 #858cac

#aca585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca585 Color CSS Codes

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

#aca585 Text Font Color

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

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


#aca585 Background Color

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

This div background color is #aca585


#aca585 Border Color

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

This div border color is #aca585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca585


Comments

No comments written yet.

Please login to write comment.