COLOR #AA8B9A

HEX: #AA8B9A RGB: (170,139,154)

Color info

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

RGB color model

#AA8B9A color RGB value is (170,139,154).

RGB: (170,139,154) (67%, 55%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 154 of 255 = 60%

170
139
154

R + G + B ~ 61%. #AA8B9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 154 = 463 (100%)
R 170 of 463 ~ 36.72%
G 139 of 463 ~ 30.02%
B 154 of 463 ~ 33.26'%

%36.72
%30.02
%33.26

CMYK color model

#AA8B9A color CMYK value is (0,18,9,33).

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

CMYK: (0,18,9,33)
C0M18Y9K33 (0%, 18%, 9%, 33%)
(0.00 / 0.18 / 0.09 / 0.33)

CMYK percentages

%0
%18.24
%9.41
%33.33

Codes

Color #AA8B9A in popluar color models

AA 8B 9A
RGB 170 139 154
HSL 331° 15.42% 60.59%
HSB/HSV 331° 18.24% 66.67%
CMYK 0.00% 18.24% 9.41%
33.33%

Color #AA8B9A in popluar number systems.

HEX AA 8B 9A
Decimal 170 139 154
Binary 10101010 10001011 10011010
Octal 252 213 232

Shades and tints

Shades of #AA8B9A

#AA8B9A
(170,139,154)
#9B7F8C
(155,127,140)
#8C737E
(140,115,126)
#7D6770
(125,103,112)
#6E5B62
(110,91,98)
#5F4F54
(95,79,84)
#504346
(80,67,70)
#413738
(65,55,56)
#322B2A
(50,43,42)
#231F1C
(35,31,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #AA8B9A

#AA8B9A
(170,139,154)
#B195A3
(177,149,163)
#B89FAC
(184,159,172)
#BFA9B5
(191,169,181)
#C6B3BE
(198,179,190)
#CDBDC7
(205,189,199)
#D4C7D0
(212,199,208)
#DBD1D9
(219,209,217)
#E2DBE2
(226,219,226)
#E9E5EB
(233,229,235)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8B9A; }

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

This text font color is #AA8B9A.

Background Color

.myBgColor { background-color: #AA8B9A; }

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

This div background color is #AA8B9A.

Border color

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

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

This div border color is #AA8B9A.

Opacity

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

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

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

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

This text has shadow with #AA8B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8B9A.

Preview

Color preview on black background

This text has color #AA8B9A on black background.


Color preview on white background

This text has color #AA8B9A on white background.


Black color preview on #AA8B9A background

This text has black color on #AA8B9A background.


White color preview on #AA8B9A background

This text has white color on #AA8B9A background.


Related colors

Complementary color

Complementary color for #hex is #557465.


I love getcolorcode.com

Triadic colors

1 #9AAA8B and #8B9AAA with #AA8B9A are triadic colors.

2 #9A8BAA and #8BAA9A with #AA8B9A are triadic colors.