COLOR #AA9D88

HEX: #AA9D88
RGB: (170,157,136)

Color info

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

RGB color model

#AA9D88 color RGB value is (170,157,136).

  • red value is 170;
  • green value is 157;
  • blue value is 136.
RGB:
(170,157,136)
(67%,62%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 136 of 255 = 53%

170
157
136

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

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 136 = 463 (100%)
R 170 of 463 ~ 36.72%
G 157 of 463 ~ 33.91%
B 136 of 463 ~ 29.37%

%36.72
%33.91
%29.37

CMYK color model

#AA9D88 color CMYK value is (0,8,20,33).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,8,20,33)
C0M8Y20K33 
(0%,8%,20%,33%)
(0.00/0.08/0.20/0.33)	

CMYK percentages

%0
%7.65
%20
%33.33

Codes

Color #AA9D88 in popluar color models

AA9D88
RGB170157136
HSL37°16.67%60.00%
HSB/HSV37°20.00%66.67%
CMYK0.00%7.65%20.00%
33.33%

Color #AA9D88 in popluar number systems.

HEXAA9D88
Decimal170157136
Binary101010101001110110001000
Octal252235210

Shades and tints

Shades of #AA9D88

#AA9D88
(170,157,136)
#9B8F7C
(155,143,124)
#8C8170
(140,129,112)
#7D7364
(125,115,100)
#6E6558
(110,101,88)
#5F574C
(95,87,76)
#504940
(80,73,64)
#413B34
(65,59,52)
#322D28
(50,45,40)
#231F1C
(35,31,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA9D88

#AA9D88
(170,157,136)
#B1A592
(177,165,146)
#B8AD9C
(184,173,156)
#BFB5A6
(191,181,166)
#C6BDB0
(198,189,176)
#CDC5BA
(205,197,186)
#D4CDC4
(212,205,196)
#DBD5CE
(219,213,206)
#E2DDD8
(226,221,216)
#E9E5E2
(233,229,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9D88 color. Also use rgb(170,157,136) instead hex code.

Text Font Color

.myTextColor { color: #AA9D88; }

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

This text font color is #AA9D88.


Background Color

.myBgColor { background-color: #AA9D88; }

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

This div background color is #AA9D88.


Border color

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

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

This div border color is #AA9D88.


Opacity

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

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

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

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

This text has shadow with #AA9D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9D88 on black background.


Color preview on white background

This text has color #AA9D88 on white background.



Black color preview on #AA9D88 background

This text has black color on #AA9D88 background.


White color preview on #AA9D88 background

This text has white color on #AA9D88 background.