COLOR #AA91B0

HEX: #AA91B0 RGB: (170,145,176)

Color info

#AA91B0 contains red, green and blue colors in about the same proportion. Web safe color of #AA91B0 is #999999 (or #999).

RGB color model

#AA91B0 color RGB value is (170,145,176).

RGB: (170,145,176) (67%, 57%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 145 of 255 = 57%
B 176 of 255 = 69%

170
145
176

R + G + B ~ 64%. #AA91B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 145 + 176 = 491 (100%)
R 170 of 491 ~ 34.62%
G 145 of 491 ~ 29.53%
B 176 of 491 ~ 35.85'%

%34.62
%29.53
%35.85

CMYK color model

#AA91B0 color CMYK value is (3,18,0,31).

  • cyan value is 3.41%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (3,18,0,31)
C3M18Y0K31 (3%, 18%, 0%, 31%)
(0.03 / 0.18 / 0.00 / 0.31)

CMYK percentages

%3.41
%17.61
%0
%30.98

Codes

Color #AA91B0 in popluar color models

AA 91 B0
RGB 170 145 176
HSL 288° 16.40% 62.94%
HSB/HSV 288° 17.61% 69.02%
CMYK 3.41% 17.61% 0.00%
30.98%

Color #AA91B0 in popluar number systems.

HEX AA 91 B0
Decimal 170 145 176
Binary 10101010 10010001 10110000
Octal 252 221 260

Shades and tints

Shades of #AA91B0

#AA91B0
(170,145,176)
#9B84A0
(155,132,160)
#8C7790
(140,119,144)
#7D6A80
(125,106,128)
#6E5D70
(110,93,112)
#5F5060
(95,80,96)
#504350
(80,67,80)
#413640
(65,54,64)
#322930
(50,41,48)
#231C20
(35,28,32)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AA91B0

#AA91B0
(170,145,176)
#B19BB7
(177,155,183)
#B8A5BE
(184,165,190)
#BFAFC5
(191,175,197)
#C6B9CC
(198,185,204)
#CDC3D3
(205,195,211)
#D4CDDA
(212,205,218)
#DBD7E1
(219,215,225)
#E2E1E8
(226,225,232)
#E9EBEF
(233,235,239)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA91B0; }

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

This text font color is #AA91B0.

Background Color

.myBgColor { background-color: #AA91B0; }

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

This div background color is #AA91B0.

Border color

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

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

This div border color is #AA91B0.

Opacity

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

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

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

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

This text has shadow with #AA91B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA91B0.

Preview

Color preview on black background

This text has color #AA91B0 on black background.


Color preview on white background

This text has color #AA91B0 on white background.


Black color preview on #AA91B0 background

This text has black color on #AA91B0 background.


White color preview on #AA91B0 background

This text has white color on #AA91B0 background.


Related colors

Complementary color

Complementary color for #hex is #556E4F.


I love getcolorcode.com

Triadic colors

1 #B0AA91 and #91B0AA with #AA91B0 are triadic colors.

2 #B091AA and #91AAB0 with #AA91B0 are triadic colors.