COLOR #AA7589

HEX: #AA7589 RGB: (170,117,137)

Color info

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

RGB color model

#AA7589 color RGB value is (170,117,137).

RGB: (170,117,137) (67%, 46%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 137 of 255 = 54%

170
117
137

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

Portions of RGB colors in percentages

R + G + B = 170 + 117 + 137 = 424 (100%)
R 170 of 424 ~ 40.09%
G 117 of 424 ~ 27.59%
B 137 of 424 ~ 32.31'%

%40.09
%27.59
%32.31

CMYK color model

#AA7589 color CMYK value is (0,31,19,33).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 19.41%
  • key color value is 33.33%

CMYK: (0,31,19,33)
C0M31Y19K33 (0%, 31%, 19%, 33%)
(0.00 / 0.31 / 0.19 / 0.33)

CMYK percentages

%0
%31.18
%19.41
%33.33

Codes

Color #AA7589 in popluar color models

AA 75 89
RGB 170 117 137
HSL 337° 23.77% 56.27%
HSB/HSV 337° 31.18% 66.67%
CMYK 0.00% 31.18% 19.41%
33.33%

Color #AA7589 in popluar number systems.

HEX AA 75 89
Decimal 170 117 137
Binary 10101010 1110101 10001001
Octal 252 165 211

Shades and tints

Shades of #AA7589

#AA7589
(170,117,137)
#9B6B7D
(155,107,125)
#8C6171
(140,97,113)
#7D5765
(125,87,101)
#6E4D59
(110,77,89)
#5F434D
(95,67,77)
#503941
(80,57,65)
#412F35
(65,47,53)
#322529
(50,37,41)
#231B1D
(35,27,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AA7589

#AA7589
(170,117,137)
#B18193
(177,129,147)
#B88D9D
(184,141,157)
#BF99A7
(191,153,167)
#C6A5B1
(198,165,177)
#CDB1BB
(205,177,187)
#D4BDC5
(212,189,197)
#DBC9CF
(219,201,207)
#E2D5D9
(226,213,217)
#E9E1E3
(233,225,227)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7589 color. Also use rgb(170,117,137) instead hex code.

Text Font Color

.myTextColor { color: #AA7589; }

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

This text font color is #AA7589.

Background Color

.myBgColor { background-color: #AA7589; }

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

This div background color is #AA7589.

Border color

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

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

This div border color is #AA7589.

Opacity

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

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

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

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

This text has shadow with #AA7589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7589.

Preview

Color preview on black background

This text has color #AA7589 on black background.


Color preview on white background

This text has color #AA7589 on white background.


Black color preview on #AA7589 background

This text has black color on #AA7589 background.


White color preview on #AA7589 background

This text has white color on #AA7589 background.


Related colors

Complementary color

Complementary color for #hex is #558A76.


I love getcolorcode.com

Triadic colors

1 #89AA75 and #7589AA with #AA7589 are triadic colors.

2 #8975AA and #75AA89 with #AA7589 are triadic colors.