Color Hex Logo

#aca389 Color Hex

#ACA389
(172,163,137)
0 Favorites   0 Comments

Color spaces of #aca389

RGB 172163137
HSL0.120.170.61
HSV45°20°67°
CMYK 0.000.050.20   0.33
XYZ34.625836.771228.9395
Yxy36.77120.34510.3665
Hunter Lab60.6393-4.192914.1519
CIE-Lab67.1050-1.110814.6946

#aca389 color RGB value is (172,163,137).

#aca389 hex color red value is 172, green value is 163 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #aca389 hue: 0.12 , saturation: 0.17 and the lightness value of aca389 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 10001001
Octal 254 243 211
Decimal 172 163 137
Hex AC A3 89

RGB Percentages of Color #aca389

%36.44
%34.53
%29.03

CMYK Percentages of Color #aca389

%0
%5
%20
%33

Triadic Colors of #aca389

#aca389 #89aca3 #a389ac

Analogous Colors of #aca389

#aca389 #a4ac89 #ac9289

Monochromatic Colors of #aca389

#aca389

Complementary Color

#aca389 #8992ac

#aca389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca389 Color CSS Codes

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

#aca389 Text Font Color

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

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


#aca389 Background Color

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

This div background color is #aca389


#aca389 Border Color

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

This div border color is #aca389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca389


Comments

No comments written yet.

Please login to write comment.