COLOR #AA7B9B

HEX: #AA7B9B RGB: (170,123,155)

Color info

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

RGB color model

#AA7B9B color RGB value is (170,123,155).

RGB: (170,123,155) (67%, 48%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 123 of 255 = 48%
B 155 of 255 = 61%

170
123
155

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

Portions of RGB colors in percentages

R + G + B = 170 + 123 + 155 = 448 (100%)
R 170 of 448 ~ 37.95%
G 123 of 448 ~ 27.46%
B 155 of 448 ~ 34.6'%

%37.95
%27.46
%34.6

CMYK color model

#AA7B9B color CMYK value is (0,28,9,33).

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 8.82%
  • key color value is 33.33%

CMYK: (0,28,9,33)
C0M28Y9K33 (0%, 28%, 9%, 33%)
(0.00 / 0.28 / 0.09 / 0.33)

CMYK percentages

%0
%27.65
%8.82
%33.33

Codes

Color #AA7B9B in popluar color models

AA 7B 9B
RGB 170 123 155
HSL 319° 21.66% 57.45%
HSB/HSV 319° 27.65% 66.67%
CMYK 0.00% 27.65% 8.82%
33.33%

Color #AA7B9B in popluar number systems.

HEX AA 7B 9B
Decimal 170 123 155
Binary 10101010 1111011 10011011
Octal 252 173 233

Shades and tints

Shades of #AA7B9B

#AA7B9B
(170,123,155)
#9B708D
(155,112,141)
#8C657F
(140,101,127)
#7D5A71
(125,90,113)
#6E4F63
(110,79,99)
#5F4455
(95,68,85)
#503947
(80,57,71)
#412E39
(65,46,57)
#32232B
(50,35,43)
#23181D
(35,24,29)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #AA7B9B

#AA7B9B
(170,123,155)
#B187A4
(177,135,164)
#B893AD
(184,147,173)
#BF9FB6
(191,159,182)
#C6ABBF
(198,171,191)
#CDB7C8
(205,183,200)
#D4C3D1
(212,195,209)
#DBCFDA
(219,207,218)
#E2DBE3
(226,219,227)
#E9E7EC
(233,231,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7B9B color. Also use rgb(170,123,155) instead hex code.

Text Font Color

.myTextColor { color: #AA7B9B; }

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

This text font color is #AA7B9B.

Background Color

.myBgColor { background-color: #AA7B9B; }

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

This div background color is #AA7B9B.

Border color

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

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

This div border color is #AA7B9B.

Opacity

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

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

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

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

This text has shadow with #AA7B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7B9B.

Preview

Color preview on black background

This text has color #AA7B9B on black background.


Color preview on white background

This text has color #AA7B9B on white background.


Black color preview on #AA7B9B background

This text has black color on #AA7B9B background.


White color preview on #AA7B9B background

This text has white color on #AA7B9B background.


Related colors

Complementary color

Complementary color for #hex is #558464.


I love getcolorcode.com

Triadic colors

1 #9BAA7B and #7B9BAA with #AA7B9B are triadic colors.

2 #9B7BAA and #7BAA9B with #AA7B9B are triadic colors.