COLOR #AA759A

HEX: #AA759A RGB: (170,117,154)

Color info

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

RGB color model

#AA759A color RGB value is (170,117,154).

RGB: (170,117,154) (67%, 46%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 154 of 255 = 60%

170
117
154

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

Portions of RGB colors in percentages

R + G + B = 170 + 117 + 154 = 441 (100%)
R 170 of 441 ~ 38.55%
G 117 of 441 ~ 26.53%
B 154 of 441 ~ 34.92'%

%38.55
%26.53
%34.92

CMYK color model

#AA759A color CMYK value is (0,31,9,33).

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

CMYK: (0,31,9,33)
C0M31Y9K33 (0%, 31%, 9%, 33%)
(0.00 / 0.31 / 0.09 / 0.33)

CMYK percentages

%0
%31.18
%9.41
%33.33

Codes

Color #AA759A in popluar color models

AA 75 9A
RGB 170 117 154
HSL 318° 23.77% 56.27%
HSB/HSV 318° 31.18% 66.67%
CMYK 0.00% 31.18% 9.41%
33.33%

Color #AA759A in popluar number systems.

HEX AA 75 9A
Decimal 170 117 154
Binary 10101010 1110101 10011010
Octal 252 165 232

Shades and tints

Shades of #AA759A

#AA759A
(170,117,154)
#9B6B8C
(155,107,140)
#8C617E
(140,97,126)
#7D5770
(125,87,112)
#6E4D62
(110,77,98)
#5F4354
(95,67,84)
#503946
(80,57,70)
#412F38
(65,47,56)
#32252A
(50,37,42)
#231B1C
(35,27,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AA759A

#AA759A
(170,117,154)
#B181A3
(177,129,163)
#B88DAC
(184,141,172)
#BF99B5
(191,153,181)
#C6A5BE
(198,165,190)
#CDB1C7
(205,177,199)
#D4BDD0
(212,189,208)
#DBC9D9
(219,201,217)
#E2D5E2
(226,213,226)
#E9E1EB
(233,225,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA759A; }

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

This text font color is #AA759A.

Background Color

.myBgColor { background-color: #AA759A; }

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

This div background color is #AA759A.

Border color

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

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

This div border color is #AA759A.

Opacity

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

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

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

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

This text has shadow with #AA759A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA759A.

Preview

Color preview on black background

This text has color #AA759A on black background.


Color preview on white background

This text has color #AA759A on white background.


Black color preview on #AA759A background

This text has black color on #AA759A background.


White color preview on #AA759A background

This text has white color on #AA759A background.


Related colors

Complementary color

Complementary color for #hex is #558A65.


I love getcolorcode.com

Triadic colors

1 #9AAA75 and #759AAA with #AA759A are triadic colors.

2 #9A75AA and #75AA9A with #AA759A are triadic colors.