COLOR #AA9B8E

HEX: #AA9B8E
RGB: (170,155,142)

Color info

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

RGB color model

#AA9B8E color RGB value is (170,155,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 142 of 255 = 56%

170
155
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 142 = 467 (100%)
R 170 of 467 ~ 36.4%
G 155 of 467 ~ 33.19%
B 142 of 467 ~ 30.41%

%36.4
%33.19
%30.41

CMYK color model

#AA9B8E color CMYK value is (0,9,16,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,9,16,33)
C0M9Y16K33 
(0%,9%,16%,33%)
(0.00/0.09/0.16/0.33)	

CMYK percentages

%0
%8.82
%16.47
%33.33

Codes

Color #AA9B8E in popluar color models

AA9B8E
RGB170155142
HSL28°14.14%61.18%
HSB/HSV28°16.47%66.67%
CMYK0.00%8.82%16.47%
33.33%

Color #AA9B8E in popluar number systems.

HEXAA9B8E
Decimal170155142
Binary101010101001101110001110
Octal252233216

Shades and tints

Shades of #AA9B8E

#AA9B8E
(170,155,142)
#9B8D82
(155,141,130)
#8C7F76
(140,127,118)
#7D716A
(125,113,106)
#6E635E
(110,99,94)
#5F5552
(95,85,82)
#504746
(80,71,70)
#41393A
(65,57,58)
#322B2E
(50,43,46)
#231D22
(35,29,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #AA9B8E

#AA9B8E
(170,155,142)
#B1A498
(177,164,152)
#B8ADA2
(184,173,162)
#BFB6AC
(191,182,172)
#C6BFB6
(198,191,182)
#CDC8C0
(205,200,192)
#D4D1CA
(212,209,202)
#DBDAD4
(219,218,212)
#E2E3DE
(226,227,222)
#E9ECE8
(233,236,232)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B8E; }

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

This text font color is #AA9B8E.


Background Color

.myBgColor { background-color: #AA9B8E; }

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

This div background color is #AA9B8E.


Border color

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

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

This div border color is #AA9B8E.


Opacity

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

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

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

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

This text has shadow with #AA9B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B8E on black background.


Color preview on white background

This text has color #AA9B8E on white background.



Black color preview on #AA9B8E background

This text has black color on #AA9B8E background.


White color preview on #AA9B8E background

This text has white color on #AA9B8E background.