COLOR #AA577E

HEX: #AA577E RGB: (170,87,126)

Color info

#AA577E contains mainly red and blue colors. Web safe color of #AA577E is #996666 (or #966).

RGB color model

#AA577E color RGB value is (170,87,126).

RGB: (170,87,126) (67%, 34%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 87 of 255 = 34%
B 126 of 255 = 49%

170
87
126

R + G + B ~ 50%. #AA577E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 87 + 126 = 383 (100%)
R 170 of 383 ~ 44.39%
G 87 of 383 ~ 22.72%
B 126 of 383 ~ 32.9'%

%44.39
%22.72
%32.9

CMYK color model

#AA577E color CMYK value is (0,49,26,33).

  • cyan value is 0.00%
  • magenta value is 48.82%
  • yellow value is 25.88%
  • key color value is 33.33%

CMYK: (0,49,26,33)
C0M49Y26K33 (0%, 49%, 26%, 33%)
(0.00 / 0.49 / 0.26 / 0.33)

CMYK percentages

%0
%48.82
%25.88
%33.33

Codes

Color #AA577E in popluar color models

AA 57 7E
RGB 170 87 126
HSL 332° 32.81% 50.39%
HSB/HSV 332° 48.82% 66.67%
CMYK 0.00% 48.82% 25.88%
33.33%

Color #AA577E in popluar number systems.

HEX AA 57 7E
Decimal 170 87 126
Binary 10101010 1010111 1111110
Octal 252 127 176

Shades and tints

Shades of #AA577E

#AA577E
(170,87,126)
#9B5073
(155,80,115)
#8C4968
(140,73,104)
#7D425D
(125,66,93)
#6E3B52
(110,59,82)
#5F3447
(95,52,71)
#502D3C
(80,45,60)
#412631
(65,38,49)
#321F26
(50,31,38)
#23181B
(35,24,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA577E

#AA577E
(170,87,126)
#B16689
(177,102,137)
#B87594
(184,117,148)
#BF849F
(191,132,159)
#C693AA
(198,147,170)
#CDA2B5
(205,162,181)
#D4B1C0
(212,177,192)
#DBC0CB
(219,192,203)
#E2CFD6
(226,207,214)
#E9DEE1
(233,222,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA577E color. Also use rgb(170,87,126) instead hex code.

Text Font Color

.myTextColor { color: #AA577E; }

<p style="color:#AA577E">This sample text font color is #AA577E.</p>

This text font color is #AA577E.

Background Color

.myBgColor { background-color: #AA577E; }

<div style="background-color:#AA577E">Inner text</div>

This div background color is #AA577E.

Border color

.myBorderColor { border: 1px solid #AA577E; }

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

This div border color is #AA577E.

Opacity

.myOpacity80 { color: #AA577E; opacity: 0.8; }

<p style="color:#AA577E;opacity:0.8;">80%</p>

Text with #AA577E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AA577E;}

<p style="text-shadow: 3px 3px 1px #AA577E">Text here.</p>

This text has shadow with #AA577E color.


.textShadow {text-shadow: 3px 3px 1px #AA577E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AA577E, 5px 5px 20px red">Text here.</p>

This text has shadow with #AA577E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA577E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AA577E, Direction=45, Strength=4)">Text</p>

This text has shadow with #AA577E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA577E;
-webkit-box-shadow: 1px 1px 3px 2px #AA577E;
box-shadow: 1px 1px 3px 2px #AA577E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA577E; -webkit-box-shadow: 1px 1px 3px 2px #AA577E; box-shadow:1px 1px 3px 2px #AA577E;">
Div content here
</div>

This div box has shadow with color #AA577E.

Preview

Color preview on black background

This text has color #AA577E on black background.


Color preview on white background

This text has color #AA577E on white background.


Black color preview on #AA577E background

This text has black color on #AA577E background.


White color preview on #AA577E background

This text has white color on #AA577E background.


Related colors

Complementary color

Complementary color for #hex is #55A881.


I love getcolorcode.com

Triadic colors

1 #7EAA57 and #577EAA with #AA577E are triadic colors.

2 #7E57AA and #57AA7E with #AA577E are triadic colors.