COLOR #AA7191

HEX: #AA7191 RGB: (170,113,145)

Color info

#AA7191 contains red, green and blue colors in about the same proportion. Web safe color of #AA7191 is #996699 (or #969).

RGB color model

#AA7191 color RGB value is (170,113,145).

RGB: (170,113,145) (67%, 44%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 113 of 255 = 44%
B 145 of 255 = 57%

170
113
145

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

Portions of RGB colors in percentages

R + G + B = 170 + 113 + 145 = 428 (100%)
R 170 of 428 ~ 39.72%
G 113 of 428 ~ 26.4%
B 145 of 428 ~ 33.88'%

%39.72
%26.4
%33.88

CMYK color model

#AA7191 color CMYK value is (0,34,15,33).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 14.71%
  • key color value is 33.33%

CMYK: (0,34,15,33)
C0M34Y15K33 (0%, 34%, 15%, 33%)
(0.00 / 0.34 / 0.15 / 0.33)

CMYK percentages

%0
%33.53
%14.71
%33.33

Codes

Color #AA7191 in popluar color models

AA 71 91
RGB 170 113 145
HSL 326° 25.11% 55.49%
HSB/HSV 326° 33.53% 66.67%
CMYK 0.00% 33.53% 14.71%
33.33%

Color #AA7191 in popluar number systems.

HEX AA 71 91
Decimal 170 113 145
Binary 10101010 1110001 10010001
Octal 252 161 221

Shades and tints

Shades of #AA7191

#AA7191
(170,113,145)
#9B6784
(155,103,132)
#8C5D77
(140,93,119)
#7D536A
(125,83,106)
#6E495D
(110,73,93)
#5F3F50
(95,63,80)
#503543
(80,53,67)
#412B36
(65,43,54)
#322129
(50,33,41)
#23171C
(35,23,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #AA7191

#AA7191
(170,113,145)
#B17D9B
(177,125,155)
#B889A5
(184,137,165)
#BF95AF
(191,149,175)
#C6A1B9
(198,161,185)
#CDADC3
(205,173,195)
#D4B9CD
(212,185,205)
#DBC5D7
(219,197,215)
#E2D1E1
(226,209,225)
#E9DDEB
(233,221,235)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7191 color. Also use rgb(170,113,145) instead hex code.

Text Font Color

.myTextColor { color: #AA7191; }

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

This text font color is #AA7191.

Background Color

.myBgColor { background-color: #AA7191; }

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

This div background color is #AA7191.

Border color

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

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

This div border color is #AA7191.

Opacity

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

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

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

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

This text has shadow with #AA7191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7191.

Preview

Color preview on black background

This text has color #AA7191 on black background.


Color preview on white background

This text has color #AA7191 on white background.


Black color preview on #AA7191 background

This text has black color on #AA7191 background.


White color preview on #AA7191 background

This text has white color on #AA7191 background.


Related colors

Complementary color

Complementary color for #hex is #558E6E.


I love getcolorcode.com

Triadic colors

1 #91AA71 and #7191AA with #AA7191 are triadic colors.

2 #9171AA and #71AA91 with #AA7191 are triadic colors.