COLOR #AA7487

HEX: #AA7487
RGB: (170,116,135)

Color info

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

RGB color model

#AA7487 color RGB value is (170,116,135).

  • red value is 170;
  • green value is 116;
  • blue value is 135.
RGB:
(170,116,135)
(67%,45%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 116 of 255 = 45%
B 135 of 255 = 53%

170
116
135

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

Portions of RGB colors in percentages

R + G + B =
170 + 116 + 135 = 421 (100%)
R 170 of 421 ~ 40.38%
G 116 of 421 ~ 27.55%
B 135 of 421 ~ 32.07%

%40.38
%27.55
%32.07

CMYK color model

#AA7487 color CMYK value is (0,32,21,33).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(0,32,21,33)
C0M32Y21K33 
(0%,32%,21%,33%)
(0.00/0.32/0.21/0.33)	

CMYK percentages

%0
%31.76
%20.59
%33.33

Codes

Color #AA7487 in popluar color models

AA7487
RGB170116135
HSL339°24.11%56.08%
HSB/HSV339°31.76%66.67%
CMYK0.00%31.76%20.59%
33.33%

Color #AA7487 in popluar number systems.

HEXAA7487
Decimal170116135
Binary10101010111010010000111
Octal252164207

Shades and tints

Shades of #AA7487

#AA7487
(170,116,135)
#9B6A7B
(155,106,123)
#8C606F
(140,96,111)
#7D5663
(125,86,99)
#6E4C57
(110,76,87)
#5F424B
(95,66,75)
#50383F
(80,56,63)
#412E33
(65,46,51)
#322427
(50,36,39)
#231A1B
(35,26,27)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #AA7487

#AA7487
(170,116,135)
#B18091
(177,128,145)
#B88C9B
(184,140,155)
#BF98A5
(191,152,165)
#C6A4AF
(198,164,175)
#CDB0B9
(205,176,185)
#D4BCC3
(212,188,195)
#DBC8CD
(219,200,205)
#E2D4D7
(226,212,215)
#E9E0E1
(233,224,225)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7487; }

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

This text font color is #AA7487.


Background Color

.myBgColor { background-color: #AA7487; }

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

This div background color is #AA7487.


Border color

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

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

This div border color is #AA7487.


Opacity

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

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

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

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

This text has shadow with #AA7487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7487 on black background.


Color preview on white background

This text has color #AA7487 on white background.



Black color preview on #AA7487 background

This text has black color on #AA7487 background.


White color preview on #AA7487 background

This text has white color on #AA7487 background.