COLOR #AA8988

HEX: #AA8988
RGB: (170,137,136)

Color info

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

RGB color model

#AA8988 color RGB value is (170,137,136).

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

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 136 of 255 = 53%

170
137
136

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 136 = 443 (100%)
R 170 of 443 ~ 38.37%
G 137 of 443 ~ 30.93%
B 136 of 443 ~ 30.7%

%38.37
%30.93
%30.7

CMYK color model

#AA8988 color CMYK value is (0,19,20,33).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,19,20,33)
C0M19Y20K33 
(0%,19%,20%,33%)
(0.00/0.19/0.20/0.33)	

CMYK percentages

%0
%19.41
%20
%33.33

Codes

Color #AA8988 in popluar color models

AA8988
RGB170137136
HSL16.67%60.00%
HSB/HSV20.00%66.67%
CMYK0.00%19.41%20.00%
33.33%

Color #AA8988 in popluar number systems.

HEXAA8988
Decimal170137136
Binary101010101000100110001000
Octal252211210

Shades and tints

Shades of #AA8988

#AA8988
(170,137,136)
#9B7D7C
(155,125,124)
#8C7170
(140,113,112)
#7D6564
(125,101,100)
#6E5958
(110,89,88)
#5F4D4C
(95,77,76)
#504140
(80,65,64)
#413534
(65,53,52)
#322928
(50,41,40)
#231D1C
(35,29,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA8988

#AA8988
(170,137,136)
#B19392
(177,147,146)
#B89D9C
(184,157,156)
#BFA7A6
(191,167,166)
#C6B1B0
(198,177,176)
#CDBBBA
(205,187,186)
#D4C5C4
(212,197,196)
#DBCFCE
(219,207,206)
#E2D9D8
(226,217,216)
#E9E3E2
(233,227,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8988; }

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

This text font color is #AA8988.


Background Color

.myBgColor { background-color: #AA8988; }

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

This div background color is #AA8988.


Border color

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

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

This div border color is #AA8988.


Opacity

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

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

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

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

This text has shadow with #AA8988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8988 on black background.


Color preview on white background

This text has color #AA8988 on white background.



Black color preview on #AA8988 background

This text has black color on #AA8988 background.


White color preview on #AA8988 background

This text has white color on #AA8988 background.