COLOR #AA9B94

HEX: #AA9B94
RGB: (170,155,148)

Color info

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

RGB color model

#AA9B94 color RGB value is (170,155,148).

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

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 148 of 255 = 58%

170
155
148

R + G + B ~ 62%. #AA9B94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 148 = 473 (100%)
R 170 of 473 ~ 35.94%
G 155 of 473 ~ 32.77%
B 148 of 473 ~ 31.29%

%35.94
%32.77
%31.29

CMYK color model

#AA9B94 color CMYK value is (0,9,13,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK:
(0,9,13,33)
C0M9Y13K33 
(0%,9%,13%,33%)
(0.00/0.09/0.13/0.33)	

CMYK percentages

%0
%8.82
%12.94
%33.33

Codes

Color #AA9B94 in popluar color models

AA9B94
RGB170155148
HSL19°11.46%62.35%
HSB/HSV19°12.94%66.67%
CMYK0.00%8.82%12.94%
33.33%

Color #AA9B94 in popluar number systems.

HEXAA9B94
Decimal170155148
Binary101010101001101110010100
Octal252233224

Shades and tints

Shades of #AA9B94

#AA9B94
(170,155,148)
#9B8D87
(155,141,135)
#8C7F7A
(140,127,122)
#7D716D
(125,113,109)
#6E6360
(110,99,96)
#5F5553
(95,85,83)
#504746
(80,71,70)
#413939
(65,57,57)
#322B2C
(50,43,44)
#231D1F
(35,29,31)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #AA9B94

#AA9B94
(170,155,148)
#B1A49D
(177,164,157)
#B8ADA6
(184,173,166)
#BFB6AF
(191,182,175)
#C6BFB8
(198,191,184)
#CDC8C1
(205,200,193)
#D4D1CA
(212,209,202)
#DBDAD3
(219,218,211)
#E2E3DC
(226,227,220)
#E9ECE5
(233,236,229)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9B94; }

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

This text font color is #AA9B94.


Background Color

.myBgColor { background-color: #AA9B94; }

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

This div background color is #AA9B94.


Border color

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

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

This div border color is #AA9B94.


Opacity

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

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

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

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

This text has shadow with #AA9B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9B94 on black background.


Color preview on white background

This text has color #AA9B94 on white background.



Black color preview on #AA9B94 background

This text has black color on #AA9B94 background.


White color preview on #AA9B94 background

This text has white color on #AA9B94 background.