COLOR #AA898E

HEX: #AA898E
RGB: (170,137,142)

Color info

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

RGB color model

#AA898E color RGB value is (170,137,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 142 of 255 = 56%

170
137
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 142 = 449 (100%)
R 170 of 449 ~ 37.86%
G 137 of 449 ~ 30.51%
B 142 of 449 ~ 31.63%

%37.86
%30.51
%31.63

CMYK color model

#AA898E color CMYK value is (0,19,16,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,19,16,33)
C0M19Y16K33 
(0%,19%,16%,33%)
(0.00/0.19/0.16/0.33)	

CMYK percentages

%0
%19.41
%16.47
%33.33

Codes

Color #AA898E in popluar color models

AA898E
RGB170137142
HSL351°16.26%60.20%
HSB/HSV351°19.41%66.67%
CMYK0.00%19.41%16.47%
33.33%

Color #AA898E in popluar number systems.

HEXAA898E
Decimal170137142
Binary101010101000100110001110
Octal252211216

Shades and tints

Shades of #AA898E

#AA898E
(170,137,142)
#9B7D82
(155,125,130)
#8C7176
(140,113,118)
#7D656A
(125,101,106)
#6E595E
(110,89,94)
#5F4D52
(95,77,82)
#504146
(80,65,70)
#41353A
(65,53,58)
#32292E
(50,41,46)
#231D22
(35,29,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AA898E

#AA898E
(170,137,142)
#B19398
(177,147,152)
#B89DA2
(184,157,162)
#BFA7AC
(191,167,172)
#C6B1B6
(198,177,182)
#CDBBC0
(205,187,192)
#D4C5CA
(212,197,202)
#DBCFD4
(219,207,212)
#E2D9DE
(226,217,222)
#E9E3E8
(233,227,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA898E; }

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

This text font color is #AA898E.


Background Color

.myBgColor { background-color: #AA898E; }

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

This div background color is #AA898E.


Border color

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

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

This div border color is #AA898E.


Opacity

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

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

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

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

This text has shadow with #AA898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA898E on black background.


Color preview on white background

This text has color #AA898E on white background.



Black color preview on #AA898E background

This text has black color on #AA898E background.


White color preview on #AA898E background

This text has white color on #AA898E background.