COLOR #AA77A4

HEX: #AA77A4
RGB: (170,119,164)

Color info

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

RGB color model

#AA77A4 color RGB value is (170,119,164).

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

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 164 of 255 = 64%

170
119
164

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

Portions of RGB colors in percentages

R + G + B =
170 + 119 + 164 = 453 (100%)
R 170 of 453 ~ 37.53%
G 119 of 453 ~ 26.27%
B 164 of 453 ~ 36.2%

%37.53
%26.27
%36.2

CMYK color model

#AA77A4 color CMYK value is (0,30,4,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 3.53%
  • key color value is 33.33%
CMYK:
(0,30,4,33)
C0M30Y4K33 
(0%,30%,4%,33%)
(0.00/0.30/0.04/0.33)	

CMYK percentages

%0
%30
%3.53
%33.33

Codes

Color #AA77A4 in popluar color models

AA77A4
RGB170119164
HSL307°23.08%56.67%
HSB/HSV307°30.00%66.67%
CMYK0.00%30.00%3.53%
33.33%

Color #AA77A4 in popluar number systems.

HEXAA77A4
Decimal170119164
Binary10101010111011110100100
Octal252167244

Shades and tints

Shades of #AA77A4

#AA77A4
(170,119,164)
#9B6D96
(155,109,150)
#8C6388
(140,99,136)
#7D597A
(125,89,122)
#6E4F6C
(110,79,108)
#5F455E
(95,69,94)
#503B50
(80,59,80)
#413142
(65,49,66)
#322734
(50,39,52)
#231D26
(35,29,38)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AA77A4

#AA77A4
(170,119,164)
#B183AC
(177,131,172)
#B88FB4
(184,143,180)
#BF9BBC
(191,155,188)
#C6A7C4
(198,167,196)
#CDB3CC
(205,179,204)
#D4BFD4
(212,191,212)
#DBCBDC
(219,203,220)
#E2D7E4
(226,215,228)
#E9E3EC
(233,227,236)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA77A4; }

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

This text font color is #AA77A4.


Background Color

.myBgColor { background-color: #AA77A4; }

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

This div background color is #AA77A4.


Border color

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

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

This div border color is #AA77A4.


Opacity

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

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

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

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

This text has shadow with #AA77A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA77A4 on black background.


Color preview on white background

This text has color #AA77A4 on white background.



Black color preview on #AA77A4 background

This text has black color on #AA77A4 background.


White color preview on #AA77A4 background

This text has white color on #AA77A4 background.