COLOR #AA5177

HEX: #AA5177 RGB: (170,81,119)

Color info

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

RGB color model

#AA5177 color RGB value is (170,81,119).

RGB: (170,81,119) (67%, 32%, 47%)

RGB channels and saturation

R 170 of 255 = 67%
G 81 of 255 = 32%
B 119 of 255 = 47%

170
81
119

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

Portions of RGB colors in percentages

R + G + B = 170 + 81 + 119 = 370 (100%)
R 170 of 370 ~ 45.95%
G 81 of 370 ~ 21.89%
B 119 of 370 ~ 32.16'%

%45.95
%21.89
%32.16

CMYK color model

#AA5177 color CMYK value is (0,52,30,33).

  • cyan value is 0.00%
  • magenta value is 52.35%
  • yellow value is 30.00%
  • key color value is 33.33%

CMYK: (0,52,30,33)
C0M52Y30K33 (0%, 52%, 30%, 33%)
(0.00 / 0.52 / 0.30 / 0.33)

CMYK percentages

%0
%52.35
%30
%33.33

Codes

Color #AA5177 in popluar color models

AA 51 77
RGB 170 81 119
HSL 334° 35.46% 49.22%
HSB/HSV 334° 52.35% 66.67%
CMYK 0.00% 52.35% 30.00%
33.33%

Color #AA5177 in popluar number systems.

HEX AA 51 77
Decimal 170 81 119
Binary 10101010 1010001 1110111
Octal 252 121 167

Shades and tints

Shades of #AA5177

#AA5177
(170,81,119)
#9B4A6D
(155,74,109)
#8C4363
(140,67,99)
#7D3C59
(125,60,89)
#6E354F
(110,53,79)
#5F2E45
(95,46,69)
#50273B
(80,39,59)
#412031
(65,32,49)
#321927
(50,25,39)
#23121D
(35,18,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #AA5177

#AA5177
(170,81,119)
#B16083
(177,96,131)
#B86F8F
(184,111,143)
#BF7E9B
(191,126,155)
#C68DA7
(198,141,167)
#CD9CB3
(205,156,179)
#D4ABBF
(212,171,191)
#DBBACB
(219,186,203)
#E2C9D7
(226,201,215)
#E9D8E3
(233,216,227)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5177 color. Also use rgb(170,81,119) instead hex code.

Text Font Color

.myTextColor { color: #AA5177; }

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

This text font color is #AA5177.

Background Color

.myBgColor { background-color: #AA5177; }

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

This div background color is #AA5177.

Border color

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

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

This div border color is #AA5177.

Opacity

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

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

Text with #AA5177 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 #AA5177;}

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

This text has shadow with #AA5177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5177.

Preview

Color preview on black background

This text has color #AA5177 on black background.


Color preview on white background

This text has color #AA5177 on white background.


Black color preview on #AA5177 background

This text has black color on #AA5177 background.


White color preview on #AA5177 background

This text has white color on #AA5177 background.


Related colors

Complementary color

Complementary color for #hex is #55AE88.


I love getcolorcode.com

Triadic colors

1 #77AA51 and #5177AA with #AA5177 are triadic colors.

2 #7751AA and #51AA77 with #AA5177 are triadic colors.