COLOR #AA9E88

HEX: #AA9E88
RGB: (170,158,136)

Color info

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

RGB color model

#AA9E88 color RGB value is (170,158,136).

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

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 136 of 255 = 53%

170
158
136

R + G + B ~ 61%. #AA9E88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 136 = 464 (100%)
R 170 of 464 ~ 36.64%
G 158 of 464 ~ 34.05%
B 136 of 464 ~ 29.31%

%36.64
%34.05
%29.31

CMYK color model

#AA9E88 color CMYK value is (0,7,20,33).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,7,20,33)
C0M7Y20K33 
(0%,7%,20%,33%)
(0.00/0.07/0.20/0.33)	

CMYK percentages

%0
%7.06
%20
%33.33

Codes

Color #AA9E88 in popluar color models

AA9E88
RGB170158136
HSL39°16.67%60.00%
HSB/HSV39°20.00%66.67%
CMYK0.00%7.06%20.00%
33.33%

Color #AA9E88 in popluar number systems.

HEXAA9E88
Decimal170158136
Binary101010101001111010001000
Octal252236210

Shades and tints

Shades of #AA9E88

#AA9E88
(170,158,136)
#9B907C
(155,144,124)
#8C8270
(140,130,112)
#7D7464
(125,116,100)
#6E6658
(110,102,88)
#5F584C
(95,88,76)
#504A40
(80,74,64)
#413C34
(65,60,52)
#322E28
(50,46,40)
#23201C
(35,32,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AA9E88

#AA9E88
(170,158,136)
#B1A692
(177,166,146)
#B8AE9C
(184,174,156)
#BFB6A6
(191,182,166)
#C6BEB0
(198,190,176)
#CDC6BA
(205,198,186)
#D4CEC4
(212,206,196)
#DBD6CE
(219,214,206)
#E2DED8
(226,222,216)
#E9E6E2
(233,230,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9E88; }

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

This text font color is #AA9E88.


Background Color

.myBgColor { background-color: #AA9E88; }

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

This div background color is #AA9E88.


Border color

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

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

This div border color is #AA9E88.


Opacity

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

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

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

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

This text has shadow with #AA9E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9E88 on black background.


Color preview on white background

This text has color #AA9E88 on white background.



Black color preview on #AA9E88 background

This text has black color on #AA9E88 background.


White color preview on #AA9E88 background

This text has white color on #AA9E88 background.