COLOR #AA5A8C

HEX: #AA5A8C RGB: (170,90,140)

Color info

#AA5A8C contains mainly red and blue colors. Web safe color of #AA5A8C is #996699 (or #969).

RGB color model

#AA5A8C color RGB value is (170,90,140).

RGB: (170,90,140) (67%, 35%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 90 of 255 = 35%
B 140 of 255 = 55%

170
90
140

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

Portions of RGB colors in percentages

R + G + B = 170 + 90 + 140 = 400 (100%)
R 170 of 400 ~ 42.5%
G 90 of 400 ~ 22.5%
B 140 of 400 ~ 35'%

%42.5
%22.5
%35

CMYK color model

#AA5A8C color CMYK value is (0,47,18,33).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 17.65%
  • key color value is 33.33%

CMYK: (0,47,18,33)
C0M47Y18K33 (0%, 47%, 18%, 33%)
(0.00 / 0.47 / 0.18 / 0.33)

CMYK percentages

%0
%47.06
%17.65
%33.33

Codes

Color #AA5A8C in popluar color models

AA 5A 8C
RGB 170 90 140
HSL 323° 32.00% 50.98%
HSB/HSV 323° 47.06% 66.67%
CMYK 0.00% 47.06% 17.65%
33.33%

Color #AA5A8C in popluar number systems.

HEX AA 5A 8C
Decimal 170 90 140
Binary 10101010 1011010 10001100
Octal 252 132 214

Shades and tints

Shades of #AA5A8C

#AA5A8C
(170,90,140)
#9B5280
(155,82,128)
#8C4A74
(140,74,116)
#7D4268
(125,66,104)
#6E3A5C
(110,58,92)
#5F3250
(95,50,80)
#502A44
(80,42,68)
#412238
(65,34,56)
#321A2C
(50,26,44)
#231220
(35,18,32)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #AA5A8C

#AA5A8C
(170,90,140)
#B16996
(177,105,150)
#B878A0
(184,120,160)
#BF87AA
(191,135,170)
#C696B4
(198,150,180)
#CDA5BE
(205,165,190)
#D4B4C8
(212,180,200)
#DBC3D2
(219,195,210)
#E2D2DC
(226,210,220)
#E9E1E6
(233,225,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5A8C color. Also use rgb(170,90,140) instead hex code.

Text Font Color

.myTextColor { color: #AA5A8C; }

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

This text font color is #AA5A8C.

Background Color

.myBgColor { background-color: #AA5A8C; }

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

This div background color is #AA5A8C.

Border color

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

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

This div border color is #AA5A8C.

Opacity

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

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

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

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

This text has shadow with #AA5A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5A8C.

Preview

Color preview on black background

This text has color #AA5A8C on black background.


Color preview on white background

This text has color #AA5A8C on white background.


Black color preview on #AA5A8C background

This text has black color on #AA5A8C background.


White color preview on #AA5A8C background

This text has white color on #AA5A8C background.


Related colors

Complementary color

Complementary color for #hex is #55A573.


I love getcolorcode.com

Triadic colors

1 #8CAA5A and #5A8CAA with #AA5A8C are triadic colors.

2 #8C5AAA and #5AAA8C with #AA5A8C are triadic colors.