COLOR #AA9D91

HEX: #AA9D91
RGB: (170,157,145)

Color info

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

RGB color model

#AA9D91 color RGB value is (170,157,145).

  • red value is 170;
  • green value is 157;
  • blue value is 145.
RGB:
(170,157,145)
(67%,62%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 145 of 255 = 57%

170
157
145

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

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 145 = 472 (100%)
R 170 of 472 ~ 36.02%
G 157 of 472 ~ 33.26%
B 145 of 472 ~ 30.72%

%36.02
%33.26
%30.72

CMYK color model

#AA9D91 color CMYK value is (0,8,15,33).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(0,8,15,33)
C0M8Y15K33 
(0%,8%,15%,33%)
(0.00/0.08/0.15/0.33)	

CMYK percentages

%0
%7.65
%14.71
%33.33

Codes

Color #AA9D91 in popluar color models

AA9D91
RGB170157145
HSL29°12.82%61.76%
HSB/HSV29°14.71%66.67%
CMYK0.00%7.65%14.71%
33.33%

Color #AA9D91 in popluar number systems.

HEXAA9D91
Decimal170157145
Binary101010101001110110010001
Octal252235221

Shades and tints

Shades of #AA9D91

#AA9D91
(170,157,145)
#9B8F84
(155,143,132)
#8C8177
(140,129,119)
#7D736A
(125,115,106)
#6E655D
(110,101,93)
#5F5750
(95,87,80)
#504943
(80,73,67)
#413B36
(65,59,54)
#322D29
(50,45,41)
#231F1C
(35,31,28)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #AA9D91

#AA9D91
(170,157,145)
#B1A59B
(177,165,155)
#B8ADA5
(184,173,165)
#BFB5AF
(191,181,175)
#C6BDB9
(198,189,185)
#CDC5C3
(205,197,195)
#D4CDCD
(212,205,205)
#DBD5D7
(219,213,215)
#E2DDE1
(226,221,225)
#E9E5EB
(233,229,235)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9D91; }

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

This text font color is #AA9D91.


Background Color

.myBgColor { background-color: #AA9D91; }

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

This div background color is #AA9D91.


Border color

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

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

This div border color is #AA9D91.


Opacity

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

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

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

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

This text has shadow with #AA9D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9D91 on black background.


Color preview on white background

This text has color #AA9D91 on white background.



Black color preview on #AA9D91 background

This text has black color on #AA9D91 background.


White color preview on #AA9D91 background

This text has white color on #AA9D91 background.