Color Hex Logo

#aa89ac Color Hex

#AA89AC
(170,137,172)
0 Favorites   0 Comments

Color spaces of #aa89ac

RGB 170137172
HSL0.820.170.61
HSV297°20°67°
CMYK 0.010.200.00   0.33
XYZ32.969629.415942.9699
Yxy29.41590.31290.2792
Hunter Lab54.236413.5940-9.0082
CIE-Lab61.146918.7838-13.6885

#aa89ac color RGB value is (170,137,172).

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

The process color (four color CMYK) of #aa89ac color hex is 0.01, 0.20, 0.00, 0.33. Web safe color of #aa89ac is #999999. Color #aa89ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 10101100
Octal 252 211 254
Decimal 170 137 172
Hex AA 89 AC

RGB Percentages of Color #aa89ac

%35.49
%28.60
%35.91

CMYK Percentages of Color #aa89ac

%1
%20
%0
%33

Triadic Colors of #aa89ac

#aa89ac #acaa89 #89acaa

Analogous Colors of #aa89ac

#aa89ac #ac899d #9989ac

Monochromatic Colors of #aa89ac

#aa89ac

Complementary Color

#aa89ac #8bac89

#aa89ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa89ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa89ac Color CSS Codes

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

#aa89ac Text Font Color

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

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


#aa89ac Background Color

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

This div background color is #aa89ac


#aa89ac Border Color

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

This div border color is #aa89ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa89ac


Comments

No comments written yet.

Please login to write comment.