COLOR #AA7D8B

HEX: #AA7D8B RGB: (170,125,139)

Color info

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

RGB color model

#AA7D8B color RGB value is (170,125,139).

RGB: (170,125,139) (67%, 49%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 125 of 255 = 49%
B 139 of 255 = 55%

170
125
139

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

Portions of RGB colors in percentages

R + G + B = 170 + 125 + 139 = 434 (100%)
R 170 of 434 ~ 39.17%
G 125 of 434 ~ 28.8%
B 139 of 434 ~ 32.03'%

%39.17
%28.8
%32.03

CMYK color model

#AA7D8B color CMYK value is (0,26,18,33).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 18.24%
  • key color value is 33.33%

CMYK: (0,26,18,33)
C0M26Y18K33 (0%, 26%, 18%, 33%)
(0.00 / 0.26 / 0.18 / 0.33)

CMYK percentages

%0
%26.47
%18.24
%33.33

Codes

Color #AA7D8B in popluar color models

AA 7D 8B
RGB 170 125 139
HSL 341° 20.93% 57.84%
HSB/HSV 341° 26.47% 66.67%
CMYK 0.00% 26.47% 18.24%
33.33%

Color #AA7D8B in popluar number systems.

HEX AA 7D 8B
Decimal 170 125 139
Binary 10101010 1111101 10001011
Octal 252 175 213

Shades and tints

Shades of #AA7D8B

#AA7D8B
(170,125,139)
#9B727F
(155,114,127)
#8C6773
(140,103,115)
#7D5C67
(125,92,103)
#6E515B
(110,81,91)
#5F464F
(95,70,79)
#503B43
(80,59,67)
#413037
(65,48,55)
#32252B
(50,37,43)
#231A1F
(35,26,31)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA7D8B

#AA7D8B
(170,125,139)
#B18895
(177,136,149)
#B8939F
(184,147,159)
#BF9EA9
(191,158,169)
#C6A9B3
(198,169,179)
#CDB4BD
(205,180,189)
#D4BFC7
(212,191,199)
#DBCAD1
(219,202,209)
#E2D5DB
(226,213,219)
#E9E0E5
(233,224,229)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7D8B color. Also use rgb(170,125,139) instead hex code.

Text Font Color

.myTextColor { color: #AA7D8B; }

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

This text font color is #AA7D8B.

Background Color

.myBgColor { background-color: #AA7D8B; }

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

This div background color is #AA7D8B.

Border color

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

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

This div border color is #AA7D8B.

Opacity

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

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

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

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

This text has shadow with #AA7D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7D8B.

Preview

Color preview on black background

This text has color #AA7D8B on black background.


Color preview on white background

This text has color #AA7D8B on white background.


Black color preview on #AA7D8B background

This text has black color on #AA7D8B background.


White color preview on #AA7D8B background

This text has white color on #AA7D8B background.


Related colors

Complementary color

Complementary color for #hex is #558274.


I love getcolorcode.com

Triadic colors

1 #8BAA7D and #7D8BAA with #AA7D8B are triadic colors.

2 #8B7DAA and #7DAA8B with #AA7D8B are triadic colors.