COLOR #AA899A

HEX: #AA899A
RGB: (170,137,154)

Color info

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

RGB color model

#AA899A color RGB value is (170,137,154).

  • red value is 170;
  • green value is 137;
  • blue value is 154.
RGB:
(170,137,154)
(67%,54%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 154 of 255 = 60%

170
137
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 154 = 461 (100%)
R 170 of 461 ~ 36.88%
G 137 of 461 ~ 29.72%
B 154 of 461 ~ 33.41%

%36.88
%29.72
%33.41

CMYK color model

#AA899A color CMYK value is (0,19,9,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,19,9,33)
C0M19Y9K33 
(0%,19%,9%,33%)
(0.00/0.19/0.09/0.33)	

CMYK percentages

%0
%19.41
%9.41
%33.33

Codes

Color #AA899A in popluar color models

AA899A
RGB170137154
HSL329°16.26%60.20%
HSB/HSV329°19.41%66.67%
CMYK0.00%19.41%9.41%
33.33%

Color #AA899A in popluar number systems.

HEXAA899A
Decimal170137154
Binary101010101000100110011010
Octal252211232

Shades and tints

Shades of #AA899A

#AA899A
(170,137,154)
#9B7D8C
(155,125,140)
#8C717E
(140,113,126)
#7D6570
(125,101,112)
#6E5962
(110,89,98)
#5F4D54
(95,77,84)
#504146
(80,65,70)
#413538
(65,53,56)
#32292A
(50,41,42)
#231D1C
(35,29,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AA899A

#AA899A
(170,137,154)
#B193A3
(177,147,163)
#B89DAC
(184,157,172)
#BFA7B5
(191,167,181)
#C6B1BE
(198,177,190)
#CDBBC7
(205,187,199)
#D4C5D0
(212,197,208)
#DBCFD9
(219,207,217)
#E2D9E2
(226,217,226)
#E9E3EB
(233,227,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA899A; }

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

This text font color is #AA899A.


Background Color

.myBgColor { background-color: #AA899A; }

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

This div background color is #AA899A.


Border color

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

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

This div border color is #AA899A.


Opacity

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

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

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

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

This text has shadow with #AA899A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA899A on black background.


Color preview on white background

This text has color #AA899A on white background.



Black color preview on #AA899A background

This text has black color on #AA899A background.


White color preview on #AA899A background

This text has white color on #AA899A background.