COLOR #AA8C93

HEX: #AA8C93
RGB: (170,140,147)

Color info

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

RGB color model

#AA8C93 color RGB value is (170,140,147).

  • red value is 170;
  • green value is 140;
  • blue value is 147.
RGB:
(170,140,147)
(67%,55%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 147 of 255 = 58%

170
140
147

R + G + B ~ 60%. #AA8C93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 147 = 457 (100%)
R 170 of 457 ~ 37.2%
G 140 of 457 ~ 30.63%
B 147 of 457 ~ 32.17%

%37.2
%30.63
%32.17

CMYK color model

#AA8C93 color CMYK value is (0,18,14,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 13.53%
  • key color value is 33.33%
CMYK:
(0,18,14,33)
C0M18Y14K33 
(0%,18%,14%,33%)
(0.00/0.18/0.14/0.33)	

CMYK percentages

%0
%17.65
%13.53
%33.33

Codes

Color #AA8C93 in popluar color models

AA8C93
RGB170140147
HSL346°15.00%60.78%
HSB/HSV346°17.65%66.67%
CMYK0.00%17.65%13.53%
33.33%

Color #AA8C93 in popluar number systems.

HEXAA8C93
Decimal170140147
Binary101010101000110010010011
Octal252214223

Shades and tints

Shades of #AA8C93

#AA8C93
(170,140,147)
#9B8086
(155,128,134)
#8C7479
(140,116,121)
#7D686C
(125,104,108)
#6E5C5F
(110,92,95)
#5F5052
(95,80,82)
#504445
(80,68,69)
#413838
(65,56,56)
#322C2B
(50,44,43)
#23201E
(35,32,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AA8C93

#AA8C93
(170,140,147)
#B1969C
(177,150,156)
#B8A0A5
(184,160,165)
#BFAAAE
(191,170,174)
#C6B4B7
(198,180,183)
#CDBEC0
(205,190,192)
#D4C8C9
(212,200,201)
#DBD2D2
(219,210,210)
#E2DCDB
(226,220,219)
#E9E6E4
(233,230,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8C93 color. Also use rgb(170,140,147) instead hex code.

Text Font Color

.myTextColor { color: #AA8C93; }

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

This text font color is #AA8C93.


Background Color

.myBgColor { background-color: #AA8C93; }

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

This div background color is #AA8C93.


Border color

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

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

This div border color is #AA8C93.


Opacity

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

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

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

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

This text has shadow with #AA8C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C93 on black background.


Color preview on white background

This text has color #AA8C93 on white background.



Black color preview on #AA8C93 background

This text has black color on #AA8C93 background.


White color preview on #AA8C93 background

This text has white color on #AA8C93 background.