Color Hex Logo

#aa90ac Color Hex

#AA90AC
(170,144,172)
0 Favorites   0 Comments

Color spaces of #aa90ac

RGB 170144172
HSL0.820.140.62
HSV296°16°67°
CMYK 0.010.160.00   0.33
XYZ33.997231.471143.3124
Yxy31.47110.31250.2893
Hunter Lab56.099110.0012-6.5066
CIE-Lab62.903314.8258-11.0490

#aa90ac color RGB value is (170,144,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 10101100
Octal 252 220 254
Decimal 170 144 172
Hex AA 90 AC

RGB Percentages of Color #aa90ac

%34.98
%29.63
%35.39

CMYK Percentages of Color #aa90ac

%1
%16
%0
%33

Triadic Colors of #aa90ac

#aa90ac #acaa90 #90acaa

Analogous Colors of #aa90ac

#aa90ac #ac90a0 #9c90ac

Monochromatic Colors of #aa90ac

#aa90ac

Complementary Color

#aa90ac #92ac90

#aa90ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa90ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa90ac Color CSS Codes

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

#aa90ac Text Font Color

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

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


#aa90ac Background Color

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

This div background color is #aa90ac


#aa90ac Border Color

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

This div border color is #aa90ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa90ac


Comments

No comments written yet.

Please login to write comment.