COLOR #AA7897

HEX: #AA7897
RGB: (170,120,151)

Color info

#AA7897 contains red, green and blue colors in about the same proportion. Web safe color of #AA7897 is #996699 (or #969).

RGB color model

#AA7897 color RGB value is (170,120,151).

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

RGB channels and saturation

R 170 of 255 = 67%
G 120 of 255 = 47%
B 151 of 255 = 59%

170
120
151

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

Portions of RGB colors in percentages

R + G + B =
170 + 120 + 151 = 441 (100%)
R 170 of 441 ~ 38.55%
G 120 of 441 ~ 27.21%
B 151 of 441 ~ 34.24%

%38.55
%27.21
%34.24

CMYK color model

#AA7897 color CMYK value is (0,29,11,33).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(0,29,11,33)
C0M29Y11K33 
(0%,29%,11%,33%)
(0.00/0.29/0.11/0.33)	

CMYK percentages

%0
%29.41
%11.18
%33.33

Codes

Color #AA7897 in popluar color models

AA7897
RGB170120151
HSL323°22.73%56.86%
HSB/HSV323°29.41%66.67%
CMYK0.00%29.41%11.18%
33.33%

Color #AA7897 in popluar number systems.

HEXAA7897
Decimal170120151
Binary10101010111100010010111
Octal252170227

Shades and tints

Shades of #AA7897

#AA7897
(170,120,151)
#9B6E8A
(155,110,138)
#8C647D
(140,100,125)
#7D5A70
(125,90,112)
#6E5063
(110,80,99)
#5F4656
(95,70,86)
#503C49
(80,60,73)
#41323C
(65,50,60)
#32282F
(50,40,47)
#231E22
(35,30,34)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AA7897

#AA7897
(170,120,151)
#B184A0
(177,132,160)
#B890A9
(184,144,169)
#BF9CB2
(191,156,178)
#C6A8BB
(198,168,187)
#CDB4C4
(205,180,196)
#D4C0CD
(212,192,205)
#DBCCD6
(219,204,214)
#E2D8DF
(226,216,223)
#E9E4E8
(233,228,232)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7897; }

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

This text font color is #AA7897.


Background Color

.myBgColor { background-color: #AA7897; }

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

This div background color is #AA7897.


Border color

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

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

This div border color is #AA7897.


Opacity

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

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

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

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

This text has shadow with #AA7897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7897 on black background.


Color preview on white background

This text has color #AA7897 on white background.



Black color preview on #AA7897 background

This text has black color on #AA7897 background.


White color preview on #AA7897 background

This text has white color on #AA7897 background.