COLOR #AA8BA5

HEX: #AA8BA5 RGB: (170,139,165)

Color info

#AA8BA5 contains red, green and blue colors in about the same proportion. Web safe color of #AA8BA5 is #999999 (or #999).

RGB color model

#AA8BA5 color RGB value is (170,139,165).

RGB: (170,139,165) (67%, 55%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 165 of 255 = 65%

170
139
165

R + G + B ~ 62%. #AA8BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 165 = 474 (100%)
R 170 of 474 ~ 35.86%
G 139 of 474 ~ 29.32%
B 165 of 474 ~ 34.81'%

%35.86
%29.32
%34.81

CMYK color model

#AA8BA5 color CMYK value is (0,18,3,33).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 2.94%
  • key color value is 33.33%

CMYK: (0,18,3,33)
C0M18Y3K33 (0%, 18%, 3%, 33%)
(0.00 / 0.18 / 0.03 / 0.33)

CMYK percentages

%0
%18.24
%2.94
%33.33

Codes

Color #AA8BA5 in popluar color models

AA 8B A5
RGB 170 139 165
HSL 310° 15.42% 60.59%
HSB/HSV 310° 18.24% 66.67%
CMYK 0.00% 18.24% 2.94%
33.33%

Color #AA8BA5 in popluar number systems.

HEX AA 8B A5
Decimal 170 139 165
Binary 10101010 10001011 10100101
Octal 252 213 245

Shades and tints

Shades of #AA8BA5

#AA8BA5
(170,139,165)
#9B7F96
(155,127,150)
#8C7387
(140,115,135)
#7D6778
(125,103,120)
#6E5B69
(110,91,105)
#5F4F5A
(95,79,90)
#50434B
(80,67,75)
#41373C
(65,55,60)
#322B2D
(50,43,45)
#231F1E
(35,31,30)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AA8BA5

#AA8BA5
(170,139,165)
#B195AD
(177,149,173)
#B89FB5
(184,159,181)
#BFA9BD
(191,169,189)
#C6B3C5
(198,179,197)
#CDBDCD
(205,189,205)
#D4C7D5
(212,199,213)
#DBD1DD
(219,209,221)
#E2DBE5
(226,219,229)
#E9E5ED
(233,229,237)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8BA5 color. Also use rgb(170,139,165) instead hex code.

Text Font Color

.myTextColor { color: #AA8BA5; }

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

This text font color is #AA8BA5.

Background Color

.myBgColor { background-color: #AA8BA5; }

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

This div background color is #AA8BA5.

Border color

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

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

This div border color is #AA8BA5.

Opacity

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

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

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

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

This text has shadow with #AA8BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8BA5.

Preview

Color preview on black background

This text has color #AA8BA5 on black background.


Color preview on white background

This text has color #AA8BA5 on white background.


Black color preview on #AA8BA5 background

This text has black color on #AA8BA5 background.


White color preview on #AA8BA5 background

This text has white color on #AA8BA5 background.


Related colors

Complementary color

Complementary color for #hex is #55745A.


I love getcolorcode.com

Triadic colors

1 #A5AA8B and #8BA5AA with #AA8BA5 are triadic colors.

2 #A58BAA and #8BAAA5 with #AA8BA5 are triadic colors.