COLOR #AA8197

HEX: #AA8197
RGB: (170,129,151)

Color info

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

RGB color model

#AA8197 color RGB value is (170,129,151).

  • red value is 170;
  • green value is 129;
  • blue value is 151.
RGB:
(170,129,151)
(67%,51%,59%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 151 of 255 = 59%

170
129
151

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

Portions of RGB colors in percentages

R + G + B =
170 + 129 + 151 = 450 (100%)
R 170 of 450 ~ 37.78%
G 129 of 450 ~ 28.67%
B 151 of 450 ~ 33.56%

%37.78
%28.67
%33.56

CMYK color model

#AA8197 color CMYK value is (0,24,11,33).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,24,11,33)
C0M24Y11K33 
(0%,24%,11%,33%)
(0.00/0.24/0.11/0.33)	

CMYK percentages

%0
%24.12
%11.18
%33.33

Codes

Color #AA8197 in popluar color models

AA8197
RGB170129151
HSL328°19.43%58.63%
HSB/HSV328°24.12%66.67%
CMYK0.00%24.12%11.18%
33.33%

Color #AA8197 in popluar number systems.

HEXAA8197
Decimal170129151
Binary101010101000000110010111
Octal252201227

Shades and tints

Shades of #AA8197

#AA8197
(170,129,151)
#9B768A
(155,118,138)
#8C6B7D
(140,107,125)
#7D6070
(125,96,112)
#6E5563
(110,85,99)
#5F4A56
(95,74,86)
#503F49
(80,63,73)
#41343C
(65,52,60)
#32292F
(50,41,47)
#231E22
(35,30,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AA8197

#AA8197
(170,129,151)
#B18CA0
(177,140,160)
#B897A9
(184,151,169)
#BFA2B2
(191,162,178)
#C6ADBB
(198,173,187)
#CDB8C4
(205,184,196)
#D4C3CD
(212,195,205)
#DBCED6
(219,206,214)
#E2D9DF
(226,217,223)
#E9E4E8
(233,228,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8197 color. Also use rgb(170,129,151) instead hex code.

Text Font Color

.myTextColor { color: #AA8197; }

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

This text font color is #AA8197.


Background Color

.myBgColor { background-color: #AA8197; }

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

This div background color is #AA8197.


Border color

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

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

This div border color is #AA8197.


Opacity

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

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

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

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

This text has shadow with #AA8197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8197 on black background.


Color preview on white background

This text has color #AA8197 on white background.



Black color preview on #AA8197 background

This text has black color on #AA8197 background.


White color preview on #AA8197 background

This text has white color on #AA8197 background.