COLOR #AA9B91

HEX: #AA9B91 RGB: (170,155,145)

Color info

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

RGB color model

#AA9B91 color RGB value is (170,155,145).

RGB: (170,155,145) (67%, 61%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 145 of 255 = 57%

170
155
145

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

Portions of RGB colors in percentages

R + G + B = 170 + 155 + 145 = 470 (100%)
R 170 of 470 ~ 36.17%
G 155 of 470 ~ 32.98%
B 145 of 470 ~ 30.85'%

%36.17
%32.98
%30.85

CMYK color model

#AA9B91 color CMYK value is (0,9,15,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 14.71%
  • key color value is 33.33%

CMYK: (0,9,15,33)
C0M9Y15K33 (0%, 9%, 15%, 33%)
(0.00 / 0.09 / 0.15 / 0.33)

CMYK percentages

%0
%8.82
%14.71
%33.33

Codes

Color #AA9B91 in popluar color models

AA 9B 91
RGB 170 155 145
HSL 24° 12.82% 61.76%
HSB/HSV 24° 14.71% 66.67%
CMYK 0.00% 8.82% 14.71%
33.33%

Color #AA9B91 in popluar number systems.

HEX AA 9B 91
Decimal 170 155 145
Binary 10101010 10011011 10010001
Octal 252 233 221

Shades and tints

Shades of #AA9B91

#AA9B91
(170,155,145)
#9B8D84
(155,141,132)
#8C7F77
(140,127,119)
#7D716A
(125,113,106)
#6E635D
(110,99,93)
#5F5550
(95,85,80)
#504743
(80,71,67)
#413936
(65,57,54)
#322B29
(50,43,41)
#231D1C
(35,29,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA9B91

#AA9B91
(170,155,145)
#B1A49B
(177,164,155)
#B8ADA5
(184,173,165)
#BFB6AF
(191,182,175)
#C6BFB9
(198,191,185)
#CDC8C3
(205,200,195)
#D4D1CD
(212,209,205)
#DBDAD7
(219,218,215)
#E2E3E1
(226,227,225)
#E9ECEB
(233,236,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9B91 color. Also use rgb(170,155,145) instead hex code.

Text Font Color

.myTextColor { color: #AA9B91; }

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

This text font color is #AA9B91.

Background Color

.myBgColor { background-color: #AA9B91; }

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

This div background color is #AA9B91.

Border color

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

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

This div border color is #AA9B91.

Opacity

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

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

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

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

This text has shadow with #AA9B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9B91.

Preview

Color preview on black background

This text has color #AA9B91 on black background.


Color preview on white background

This text has color #AA9B91 on white background.


Black color preview on #AA9B91 background

This text has black color on #AA9B91 background.


White color preview on #AA9B91 background

This text has white color on #AA9B91 background.


Related colors

Complementary color

Complementary color for #hex is #55646E.


I love getcolorcode.com

Triadic colors

1 #91AA9B and #9B91AA with #AA9B91 are triadic colors.

2 #919BAA and #9BAA91 with #AA9B91 are triadic colors.