COLOR #AA9B8A

HEX: #AA9B8A
RGB: (170,155,138)

Color info

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

RGB color model

#AA9B8A color RGB value is (170,155,138).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 138 of 255 = 54%

170
155
138

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 138 = 463 (100%)
R 170 of 463 ~ 36.72%
G 155 of 463 ~ 33.48%
B 138 of 463 ~ 29.81%

%36.72
%33.48
%29.81

CMYK color model

#AA9B8A color CMYK value is (0,9,19,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK:
(0,9,19,33)
C0M9Y19K33 
(0%,9%,19%,33%)
(0.00/0.09/0.19/0.33)	

CMYK percentages

%0
%8.82
%18.82
%33.33

Codes

Color #AA9B8A in popluar color models

AA9B8A
RGB170155138
HSL32°15.84%60.39%
HSB/HSV32°18.82%66.67%
CMYK0.00%8.82%18.82%
33.33%

Color #AA9B8A in popluar number systems.

HEXAA9B8A
Decimal170155138
Binary101010101001101110001010
Octal252233212

Shades and tints

Shades of #AA9B8A

#AA9B8A
(170,155,138)
#9B8D7E
(155,141,126)
#8C7F72
(140,127,114)
#7D7166
(125,113,102)
#6E635A
(110,99,90)
#5F554E
(95,85,78)
#504742
(80,71,66)
#413936
(65,57,54)
#322B2A
(50,43,42)
#231D1E
(35,29,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #AA9B8A

#AA9B8A
(170,155,138)
#B1A494
(177,164,148)
#B8AD9E
(184,173,158)
#BFB6A8
(191,182,168)
#C6BFB2
(198,191,178)
#CDC8BC
(205,200,188)
#D4D1C6
(212,209,198)
#DBDAD0
(219,218,208)
#E2E3DA
(226,227,218)
#E9ECE4
(233,236,228)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B8A; }

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

This text font color is #AA9B8A.


Background Color

.myBgColor { background-color: #AA9B8A; }

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

This div background color is #AA9B8A.


Border color

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

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

This div border color is #AA9B8A.


Opacity

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

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

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

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

This text has shadow with #AA9B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B8A on black background.


Color preview on white background

This text has color #AA9B8A on white background.



Black color preview on #AA9B8A background

This text has black color on #AA9B8A background.


White color preview on #AA9B8A background

This text has white color on #AA9B8A background.