COLOR #AA7791

HEX: #AA7791
RGB: (170,119,145)

Color info

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

RGB color model

#AA7791 color RGB value is (170,119,145).

  • red value is 170;
  • green value is 119;
  • blue value is 145.
RGB:
(170,119,145)
(67%,47%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 145 of 255 = 57%

170
119
145

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

Portions of RGB colors in percentages

R + G + B =
170 + 119 + 145 = 434 (100%)
R 170 of 434 ~ 39.17%
G 119 of 434 ~ 27.42%
B 145 of 434 ~ 33.41%

%39.17
%27.42
%33.41

CMYK color model

#AA7791 color CMYK value is (0,30,15,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(0,30,15,33)
C0M30Y15K33 
(0%,30%,15%,33%)
(0.00/0.30/0.15/0.33)	

CMYK percentages

%0
%30
%14.71
%33.33

Codes

Color #AA7791 in popluar color models

AA7791
RGB170119145
HSL329°23.08%56.67%
HSB/HSV329°30.00%66.67%
CMYK0.00%30.00%14.71%
33.33%

Color #AA7791 in popluar number systems.

HEXAA7791
Decimal170119145
Binary10101010111011110010001
Octal252167221

Shades and tints

Shades of #AA7791

#AA7791
(170,119,145)
#9B6D84
(155,109,132)
#8C6377
(140,99,119)
#7D596A
(125,89,106)
#6E4F5D
(110,79,93)
#5F4550
(95,69,80)
#503B43
(80,59,67)
#413136
(65,49,54)
#322729
(50,39,41)
#231D1C
(35,29,28)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AA7791

#AA7791
(170,119,145)
#B1839B
(177,131,155)
#B88FA5
(184,143,165)
#BF9BAF
(191,155,175)
#C6A7B9
(198,167,185)
#CDB3C3
(205,179,195)
#D4BFCD
(212,191,205)
#DBCBD7
(219,203,215)
#E2D7E1
(226,215,225)
#E9E3EB
(233,227,235)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7791 color. Also use rgb(170,119,145) instead hex code.

Text Font Color

.myTextColor { color: #AA7791; }

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

This text font color is #AA7791.


Background Color

.myBgColor { background-color: #AA7791; }

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

This div background color is #AA7791.


Border color

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

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

This div border color is #AA7791.


Opacity

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

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

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

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

This text has shadow with #AA7791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7791 on black background.


Color preview on white background

This text has color #AA7791 on white background.



Black color preview on #AA7791 background

This text has black color on #AA7791 background.


White color preview on #AA7791 background

This text has white color on #AA7791 background.