COLOR #AA5B7A

HEX: #AA5B7A RGB: (170,91,122)

Color info

#AA5B7A contains mainly red and blue colors. Web safe color of #AA5B7A is #996666 (or #966).

RGB color model

#AA5B7A color RGB value is (170,91,122).

RGB: (170,91,122) (67%, 36%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 91 of 255 = 36%
B 122 of 255 = 48%

170
91
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 91 + 122 = 383 (100%)
R 170 of 383 ~ 44.39%
G 91 of 383 ~ 23.76%
B 122 of 383 ~ 31.85'%

%44.39
%23.76
%31.85

CMYK color model

#AA5B7A color CMYK value is (0,46,28,33).

  • cyan value is 0.00%
  • magenta value is 46.47%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (0,46,28,33)
C0M46Y28K33 (0%, 46%, 28%, 33%)
(0.00 / 0.46 / 0.28 / 0.33)

CMYK percentages

%0
%46.47
%28.24
%33.33

Codes

Color #AA5B7A in popluar color models

AA 5B 7A
RGB 170 91 122
HSL 336° 31.73% 51.18%
HSB/HSV 336° 46.47% 66.67%
CMYK 0.00% 46.47% 28.24%
33.33%

Color #AA5B7A in popluar number systems.

HEX AA 5B 7A
Decimal 170 91 122
Binary 10101010 1011011 1111010
Octal 252 133 172

Shades and tints

Shades of #AA5B7A

#AA5B7A
(170,91,122)
#9B536F
(155,83,111)
#8C4B64
(140,75,100)
#7D4359
(125,67,89)
#6E3B4E
(110,59,78)
#5F3343
(95,51,67)
#502B38
(80,43,56)
#41232D
(65,35,45)
#321B22
(50,27,34)
#231317
(35,19,23)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #AA5B7A

#AA5B7A
(170,91,122)
#B16986
(177,105,134)
#B87792
(184,119,146)
#BF859E
(191,133,158)
#C693AA
(198,147,170)
#CDA1B6
(205,161,182)
#D4AFC2
(212,175,194)
#DBBDCE
(219,189,206)
#E2CBDA
(226,203,218)
#E9D9E6
(233,217,230)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5B7A color. Also use rgb(170,91,122) instead hex code.

Text Font Color

.myTextColor { color: #AA5B7A; }

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

This text font color is #AA5B7A.

Background Color

.myBgColor { background-color: #AA5B7A; }

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

This div background color is #AA5B7A.

Border color

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

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

This div border color is #AA5B7A.

Opacity

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

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

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

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

This text has shadow with #AA5B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5B7A.

Preview

Color preview on black background

This text has color #AA5B7A on black background.


Color preview on white background

This text has color #AA5B7A on white background.


Black color preview on #AA5B7A background

This text has black color on #AA5B7A background.


White color preview on #AA5B7A background

This text has white color on #AA5B7A background.


Related colors

Complementary color

Complementary color for #hex is #55A485.


I love getcolorcode.com

Triadic colors

1 #7AAA5B and #5B7AAA with #AA5B7A are triadic colors.

2 #7A5BAA and #5BAA7A with #AA5B7A are triadic colors.