COLOR #AA9B90

HEX: #AA9B90
RGB: (170,155,144)

Color info

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

RGB color model

#AA9B90 color RGB value is (170,155,144).

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

RGB channels and saturation

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

170
155
144

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

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 144 = 469 (100%)
R 170 of 469 ~ 36.25%
G 155 of 469 ~ 33.05%
B 144 of 469 ~ 30.7%

%36.25
%33.05
%30.7

CMYK color model

#AA9B90 color CMYK value is (0,9,15,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 15.29%
  • key color value is 33.33%
CMYK:
(0,9,15,33)
C0M9Y15K33 
(0%,9%,15%,33%)
(0.00/0.09/0.15/0.33)	

CMYK percentages

%0
%8.82
%15.29
%33.33

Codes

Color #AA9B90 in popluar color models

AA9B90
RGB170155144
HSL25°13.27%61.57%
HSB/HSV25°15.29%66.67%
CMYK0.00%8.82%15.29%
33.33%

Color #AA9B90 in popluar number systems.

HEXAA9B90
Decimal170155144
Binary101010101001101110010000
Octal252233220

Shades and tints

Shades of #AA9B90

#AA9B90
(170,155,144)
#9B8D83
(155,141,131)
#8C7F76
(140,127,118)
#7D7169
(125,113,105)
#6E635C
(110,99,92)
#5F554F
(95,85,79)
#504742
(80,71,66)
#413935
(65,57,53)
#322B28
(50,43,40)
#231D1B
(35,29,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #AA9B90

#AA9B90
(170,155,144)
#B1A49A
(177,164,154)
#B8ADA4
(184,173,164)
#BFB6AE
(191,182,174)
#C6BFB8
(198,191,184)
#CDC8C2
(205,200,194)
#D4D1CC
(212,209,204)
#DBDAD6
(219,218,214)
#E2E3E0
(226,227,224)
#E9ECEA
(233,236,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B90; }

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

This text font color is #AA9B90.


Background Color

.myBgColor { background-color: #AA9B90; }

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

This div background color is #AA9B90.


Border color

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

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

This div border color is #AA9B90.


Opacity

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

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

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

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

This text has shadow with #AA9B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B90 on black background.


Color preview on white background

This text has color #AA9B90 on white background.



Black color preview on #AA9B90 background

This text has black color on #AA9B90 background.


White color preview on #AA9B90 background

This text has white color on #AA9B90 background.