COLOR #AA8D90

HEX: #AA8D90 RGB: (170,141,144)

Color info

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

RGB color model

#AA8D90 color RGB value is (170,141,144).

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

RGB channels and saturation

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

170
141
144

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

Portions of RGB colors in percentages

R + G + B = 170 + 141 + 144 = 455 (100%)
R 170 of 455 ~ 37.36%
G 141 of 455 ~ 30.99%
B 144 of 455 ~ 31.65'%

%37.36
%30.99
%31.65

CMYK color model

#AA8D90 color CMYK value is (0,17,15,33).

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

CMYK: (0,17,15,33)
C0M17Y15K33 (0%, 17%, 15%, 33%)
(0.00 / 0.17 / 0.15 / 0.33)

CMYK percentages

%0
%17.06
%15.29
%33.33

Codes

Color #AA8D90 in popluar color models

AA 8D 90
RGB 170 141 144
HSL 354° 14.57% 60.98%
HSB/HSV 354° 17.06% 66.67%
CMYK 0.00% 17.06% 15.29%
33.33%

Color #AA8D90 in popluar number systems.

HEX AA 8D 90
Decimal 170 141 144
Binary 10101010 10001101 10010000
Octal 252 215 220

Shades and tints

Shades of #AA8D90

#AA8D90
(170,141,144)
#9B8183
(155,129,131)
#8C7576
(140,117,118)
#7D6969
(125,105,105)
#6E5D5C
(110,93,92)
#5F514F
(95,81,79)
#504542
(80,69,66)
#413935
(65,57,53)
#322D28
(50,45,40)
#23211B
(35,33,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AA8D90

#AA8D90
(170,141,144)
#B1979A
(177,151,154)
#B8A1A4
(184,161,164)
#BFABAE
(191,171,174)
#C6B5B8
(198,181,184)
#CDBFC2
(205,191,194)
#D4C9CC
(212,201,204)
#DBD3D6
(219,211,214)
#E2DDE0
(226,221,224)
#E9E7EA
(233,231,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8D90; }

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

This text font color is #AA8D90.

Background Color

.myBgColor { background-color: #AA8D90; }

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

This div background color is #AA8D90.

Border color

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

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

This div border color is #AA8D90.

Opacity

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

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

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

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

This text has shadow with #AA8D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8D90.

Preview

Color preview on black background

This text has color #AA8D90 on black background.


Color preview on white background

This text has color #AA8D90 on white background.


Black color preview on #AA8D90 background

This text has black color on #AA8D90 background.


White color preview on #AA8D90 background

This text has white color on #AA8D90 background.


Related colors

Complementary color

Complementary color for #hex is #55726F.


I love getcolorcode.com

Triadic colors

1 #90AA8D and #8D90AA with #AA8D90 are triadic colors.

2 #908DAA and #8DAA90 with #AA8D90 are triadic colors.