COLOR #AA8B90

HEX: #AA8B90 RGB: (170,139,144)

Color info

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

RGB color model

#AA8B90 color RGB value is (170,139,144).

RGB: (170,139,144) (67%, 55%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 144 of 255 = 56%

170
139
144

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

Portions of RGB colors in percentages

R + G + B = 170 + 139 + 144 = 453 (100%)
R 170 of 453 ~ 37.53%
G 139 of 453 ~ 30.68%
B 144 of 453 ~ 31.79'%

%37.53
%30.68
%31.79

CMYK color model

#AA8B90 color CMYK value is (0,18,15,33).

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

CMYK: (0,18,15,33)
C0M18Y15K33 (0%, 18%, 15%, 33%)
(0.00 / 0.18 / 0.15 / 0.33)

CMYK percentages

%0
%18.24
%15.29
%33.33

Codes

Color #AA8B90 in popluar color models

AA 8B 90
RGB 170 139 144
HSL 350° 15.42% 60.59%
HSB/HSV 350° 18.24% 66.67%
CMYK 0.00% 18.24% 15.29%
33.33%

Color #AA8B90 in popluar number systems.

HEX AA 8B 90
Decimal 170 139 144
Binary 10101010 10001011 10010000
Octal 252 213 220

Shades and tints

Shades of #AA8B90

#AA8B90
(170,139,144)
#9B7F83
(155,127,131)
#8C7376
(140,115,118)
#7D6769
(125,103,105)
#6E5B5C
(110,91,92)
#5F4F4F
(95,79,79)
#504342
(80,67,66)
#413735
(65,55,53)
#322B28
(50,43,40)
#231F1B
(35,31,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #AA8B90

#AA8B90
(170,139,144)
#B1959A
(177,149,154)
#B89FA4
(184,159,164)
#BFA9AE
(191,169,174)
#C6B3B8
(198,179,184)
#CDBDC2
(205,189,194)
#D4C7CC
(212,199,204)
#DBD1D6
(219,209,214)
#E2DBE0
(226,219,224)
#E9E5EA
(233,229,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8B90; }

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

This text font color is #AA8B90.

Background Color

.myBgColor { background-color: #AA8B90; }

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

This div background color is #AA8B90.

Border color

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

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

This div border color is #AA8B90.

Opacity

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

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

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

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

This text has shadow with #AA8B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8B90.

Preview

Color preview on black background

This text has color #AA8B90 on black background.


Color preview on white background

This text has color #AA8B90 on white background.


Black color preview on #AA8B90 background

This text has black color on #AA8B90 background.


White color preview on #AA8B90 background

This text has white color on #AA8B90 background.


Related colors

Complementary color

Complementary color for #hex is #55746F.


I love getcolorcode.com

Triadic colors

1 #90AA8B and #8B90AA with #AA8B90 are triadic colors.

2 #908BAA and #8BAA90 with #AA8B90 are triadic colors.