Color Hex Logo

#aa8490 Color Hex

#AA8490
(170,132,144)
0 Favorites   0 Comments

Color spaces of #aa8490

RGB 170132144
HSL0.950.180.59
HSV341°22°67°
CMYK 0.000.220.15   0.33
XYZ29.862927.062230.0351
Yxy27.06220.34340.3112
Hunter Lab52.021311.43072.1832
CIE-Lab59.031916.4999-0.8273

#aa8490 color RGB value is (170,132,144).

#aa8490 hex color red value is 170, green value is 132 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aa8490 hue: 0.95 , saturation: 0.18 and the lightness value of aa8490 is 0.59.

The process color (four color CMYK) of #aa8490 color hex is 0.00, 0.22, 0.15, 0.33. Web safe color of #aa8490 is #999999. Color #aa8490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 10010000
Octal 252 204 220
Decimal 170 132 144
Hex AA 84 90

RGB Percentages of Color #aa8490

%38.12
%29.60
%32.29

CMYK Percentages of Color #aa8490

%0
%22
%15
%33

Triadic Colors of #aa8490

#aa8490 #90aa84 #8490aa

Analogous Colors of #aa8490

#aa8490 #aa8b84 #aa84a3

Monochromatic Colors of #aa8490

#aa8490

Complementary Color

#aa8490 #84aa9e

#aa8490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8490 Color CSS Codes

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

#aa8490 Text Font Color

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

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


#aa8490 Background Color

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

This div background color is #aa8490


#aa8490 Border Color

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

This div border color is #aa8490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8490


Comments

No comments written yet.

Please login to write comment.