COLOR #AA7C87

HEX: #AA7C87 RGB: (170,124,135)

Color info

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

RGB color model

#AA7C87 color RGB value is (170,124,135).

RGB: (170,124,135) (67%, 49%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 135 of 255 = 53%

170
124
135

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

Portions of RGB colors in percentages

R + G + B = 170 + 124 + 135 = 429 (100%)
R 170 of 429 ~ 39.63%
G 124 of 429 ~ 28.9%
B 135 of 429 ~ 31.47'%

%39.63
%28.9
%31.47

CMYK color model

#AA7C87 color CMYK value is (0,27,21,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK: (0,27,21,33) C0M27Y21K33 (0%,27%,21%,33%) (0.00/0.27/0.21/0.33) 

CMYK percentages

%0
%27.06
%20.59
%33.33

Codes

Color #AA7C87 in popluar color models

AA 7C 87
RGB 170 124 135
HSL 346° 21.30% 57.65%
HSB/HSV 346° 27.06% 66.67%
CMYK 0.00% 27.06% 20.59%
33.33%

Color #AA7C87 in popluar number systems.

HEX AA 7C 87
Decimal 170 124 135
Binary 10101010 1111100 10000111
Octal 252 174 207

Shades and tints

Shades of #AA7C87

#AA7C87
(170,124,135)
#9B717B
(155,113,123)
#8C666F
(140,102,111)
#7D5B63
(125,91,99)
#6E5057
(110,80,87)
#5F454B
(95,69,75)
#503A3F
(80,58,63)
#412F33
(65,47,51)
#322427
(50,36,39)
#23191B
(35,25,27)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #AA7C87

#AA7C87
(170,124,135)
#B18791
(177,135,145)
#B8929B
(184,146,155)
#BF9DA5
(191,157,165)
#C6A8AF
(198,168,175)
#CDB3B9
(205,179,185)
#D4BEC3
(212,190,195)
#DBC9CD
(219,201,205)
#E2D4D7
(226,212,215)
#E9DFE1
(233,223,225)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7C87 color. Also use rgb(170,124,135) instead hex code.

Text Font Color

.myTextColor { color: #AA7C87; }

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

This text font color is #AA7C87.

Background Color

.myBgColor { background-color: #AA7C87; }

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

This div background color is #AA7C87.

Border color

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

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

This div border color is #AA7C87.

Opacity

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

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

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

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

This text has shadow with #AA7C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7C87.

Preview

Color preview on black background

This text has color #AA7C87 on black background.


Color preview on white background

This text has color #AA7C87 on white background.


Black color preview on #AA7C87 background

This text has black color on #AA7C87 background.


White color preview on #AA7C87 background

This text has white color on #AA7C87 background.


Related colors

Complementary color

Complementary color for #hex is #558378.


I love getcolorcode.com

Triadic colors

1 #87AA7C and #7C87AA with #AA7C87 are triadic colors.

2 #877CAA and #7CAA87 with #AA7C87 are triadic colors.