Color Hex Logo

#ac9caa Color Hex

#AC9CAA
(172,156,170)
0 Favorites   0 Comments

Color spaces of #ac9caa

RGB 172156170
HSL0.850.090.64
HSV308°67°
CMYK 0.000.090.01   0.33
XYZ36.157435.449942.9670
Yxy35.44990.31560.3094
Hunter Lab59.53984.2050-1.1088
CIE-Lab66.09748.4216-5.1498

#ac9caa color RGB value is (172,156,170).

#ac9caa hex color red value is 172, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac9caa hue: 0.85 , saturation: 0.09 and the lightness value of ac9caa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011100 10101010
Octal 254 234 252
Decimal 172 156 170
Hex AC 9C AA

RGB Percentages of Color #ac9caa

%34.54
%31.33
%34.14

CMYK Percentages of Color #ac9caa

%0
%9
%1
%33

Triadic Colors of #ac9caa

#ac9caa #aaac9c #9caaac

Analogous Colors of #ac9caa

#ac9caa #ac9ca2 #a69cac

Monochromatic Colors of #ac9caa

#ac9caa

Complementary Color

#ac9caa #9cac9e

#ac9caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9caa Color CSS Codes

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

#ac9caa Text Font Color

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

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


#ac9caa Background Color

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

This div background color is #ac9caa


#ac9caa Border Color

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

This div border color is #ac9caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9caa


Comments

No comments written yet.

Please login to write comment.