COLOR #AA7A9A

HEX: #AA7A9A
RGB: (170,122,154)

Color info

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

RGB color model

#AA7A9A color RGB value is (170,122,154).

  • red value is 170;
  • green value is 122;
  • blue value is 154.
RGB:
(170,122,154)
(67%,48%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 154 of 255 = 60%

170
122
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 122 + 154 = 446 (100%)
R 170 of 446 ~ 38.12%
G 122 of 446 ~ 27.35%
B 154 of 446 ~ 34.53%

%38.12
%27.35
%34.53

CMYK color model

#AA7A9A color CMYK value is (0,28,9,33).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,28,9,33)
C0M28Y9K33 
(0%,28%,9%,33%)
(0.00/0.28/0.09/0.33)	

CMYK percentages

%0
%28.24
%9.41
%33.33

Codes

Color #AA7A9A in popluar color models

AA7A9A
RGB170122154
HSL320°22.02%57.25%
HSB/HSV320°28.24%66.67%
CMYK0.00%28.24%9.41%
33.33%

Color #AA7A9A in popluar number systems.

HEXAA7A9A
Decimal170122154
Binary10101010111101010011010
Octal252172232

Shades and tints

Shades of #AA7A9A

#AA7A9A
(170,122,154)
#9B6F8C
(155,111,140)
#8C647E
(140,100,126)
#7D5970
(125,89,112)
#6E4E62
(110,78,98)
#5F4354
(95,67,84)
#503846
(80,56,70)
#412D38
(65,45,56)
#32222A
(50,34,42)
#23171C
(35,23,28)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #AA7A9A

#AA7A9A
(170,122,154)
#B186A3
(177,134,163)
#B892AC
(184,146,172)
#BF9EB5
(191,158,181)
#C6AABE
(198,170,190)
#CDB6C7
(205,182,199)
#D4C2D0
(212,194,208)
#DBCED9
(219,206,217)
#E2DAE2
(226,218,226)
#E9E6EB
(233,230,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7A9A color. Also use rgb(170,122,154) instead hex code.

Text Font Color

.myTextColor { color: #AA7A9A; }

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

This text font color is #AA7A9A.


Background Color

.myBgColor { background-color: #AA7A9A; }

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

This div background color is #AA7A9A.


Border color

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

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

This div border color is #AA7A9A.


Opacity

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

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

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

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

This text has shadow with #AA7A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7A9A on black background.


Color preview on white background

This text has color #AA7A9A on white background.



Black color preview on #AA7A9A background

This text has black color on #AA7A9A background.


White color preview on #AA7A9A background

This text has white color on #AA7A9A background.