COLOR #AA7287

HEX: #AA7287 RGB: (170,114,135)

Color info

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

RGB color model

#AA7287 color RGB value is (170,114,135).

RGB: (170,114,135) (67%, 45%, 53%)

RGB channels and saturation

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

170
114
135

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

Portions of RGB colors in percentages

R + G + B = 170 + 114 + 135 = 419 (100%)
R 170 of 419 ~ 40.57%
G 114 of 419 ~ 27.21%
B 135 of 419 ~ 32.22'%

%40.57
%27.21
%32.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 20.59%
  • key color value is 33.33%

CMYK: (0,33,21,33)
C0M33Y21K33 (0%, 33%, 21%, 33%)
(0.00 / 0.33 / 0.21 / 0.33)

CMYK percentages

%0
%32.94
%20.59
%33.33

Codes

Color #AA7287 in popluar color models

AA 72 87
RGB 170 114 135
HSL 338° 24.78% 55.69%
HSB/HSV 338° 32.94% 66.67%
CMYK 0.00% 32.94% 20.59%
33.33%

Color #AA7287 in popluar number systems.

HEX AA 72 87
Decimal 170 114 135
Binary 10101010 1110010 10000111
Octal 252 162 207

Shades and tints

Shades of #AA7287

#AA7287
(170,114,135)
#9B687B
(155,104,123)
#8C5E6F
(140,94,111)
#7D5463
(125,84,99)
#6E4A57
(110,74,87)
#5F404B
(95,64,75)
#50363F
(80,54,63)
#412C33
(65,44,51)
#322227
(50,34,39)
#23181B
(35,24,27)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #AA7287

#AA7287
(170,114,135)
#B17E91
(177,126,145)
#B88A9B
(184,138,155)
#BF96A5
(191,150,165)
#C6A2AF
(198,162,175)
#CDAEB9
(205,174,185)
#D4BAC3
(212,186,195)
#DBC6CD
(219,198,205)
#E2D2D7
(226,210,215)
#E9DEE1
(233,222,225)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7287; }

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

This text font color is #AA7287.

Background Color

.myBgColor { background-color: #AA7287; }

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

This div background color is #AA7287.

Border color

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

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

This div border color is #AA7287.

Opacity

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

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

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

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

This text has shadow with #AA7287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7287.

Preview

Color preview on black background

This text has color #AA7287 on black background.


Color preview on white background

This text has color #AA7287 on white background.


Black color preview on #AA7287 background

This text has black color on #AA7287 background.


White color preview on #AA7287 background

This text has white color on #AA7287 background.


Related colors

Complementary color

Complementary color for #hex is #558D78.


I love getcolorcode.com

Triadic colors

1 #87AA72 and #7287AA with #AA7287 are triadic colors.

2 #8772AA and #72AA87 with #AA7287 are triadic colors.