COLOR #AA9E8A

HEX: #AA9E8A
RGB: (170,158,138)

Color info

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

RGB color model

#AA9E8A color RGB value is (170,158,138).

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

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 138 of 255 = 54%

170
158
138

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

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 138 = 466 (100%)
R 170 of 466 ~ 36.48%
G 158 of 466 ~ 33.91%
B 138 of 466 ~ 29.61%

%36.48
%33.91
%29.61

CMYK color model

#AA9E8A color CMYK value is (0,7,19,33).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK:
(0,7,19,33)
C0M7Y19K33 
(0%,7%,19%,33%)
(0.00/0.07/0.19/0.33)	

CMYK percentages

%0
%7.06
%18.82
%33.33

Codes

Color #AA9E8A in popluar color models

AA9E8A
RGB170158138
HSL38°15.84%60.39%
HSB/HSV38°18.82%66.67%
CMYK0.00%7.06%18.82%
33.33%

Color #AA9E8A in popluar number systems.

HEXAA9E8A
Decimal170158138
Binary101010101001111010001010
Octal252236212

Shades and tints

Shades of #AA9E8A

#AA9E8A
(170,158,138)
#9B907E
(155,144,126)
#8C8272
(140,130,114)
#7D7466
(125,116,102)
#6E665A
(110,102,90)
#5F584E
(95,88,78)
#504A42
(80,74,66)
#413C36
(65,60,54)
#322E2A
(50,46,42)
#23201E
(35,32,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AA9E8A

#AA9E8A
(170,158,138)
#B1A694
(177,166,148)
#B8AE9E
(184,174,158)
#BFB6A8
(191,182,168)
#C6BEB2
(198,190,178)
#CDC6BC
(205,198,188)
#D4CEC6
(212,206,198)
#DBD6D0
(219,214,208)
#E2DEDA
(226,222,218)
#E9E6E4
(233,230,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9E8A; }

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

This text font color is #AA9E8A.


Background Color

.myBgColor { background-color: #AA9E8A; }

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

This div background color is #AA9E8A.


Border color

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

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

This div border color is #AA9E8A.


Opacity

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

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

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

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

This text has shadow with #AA9E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9E8A on black background.


Color preview on white background

This text has color #AA9E8A on white background.



Black color preview on #AA9E8A background

This text has black color on #AA9E8A background.


White color preview on #AA9E8A background

This text has white color on #AA9E8A background.