COLOR #AA6A9A

HEX: #AA6A9A RGB: (170,106,154)

Color info

#AA6A9A contains mainly red and blue colors. Web safe color of #AA6A9A is #996699 (or #969).

RGB color model

#AA6A9A color RGB value is (170,106,154).

RGB: (170,106,154) (67%, 42%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 154 of 255 = 60%

170
106
154

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

Portions of RGB colors in percentages

R + G + B = 170 + 106 + 154 = 430 (100%)
R 170 of 430 ~ 39.53%
G 106 of 430 ~ 24.65%
B 154 of 430 ~ 35.81'%

%39.53
%24.65
%35.81

CMYK color model

#AA6A9A color CMYK value is (0,38,9,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 9.41%
  • key color value is 33.33%

CMYK: (0,38,9,33)
C0M38Y9K33 (0%, 38%, 9%, 33%)
(0.00 / 0.38 / 0.09 / 0.33)

CMYK percentages

%0
%37.65
%9.41
%33.33

Codes

Color #AA6A9A in popluar color models

AA 6A 9A
RGB 170 106 154
HSL 315° 27.35% 54.12%
HSB/HSV 315° 37.65% 66.67%
CMYK 0.00% 37.65% 9.41%
33.33%

Color #AA6A9A in popluar number systems.

HEX AA 6A 9A
Decimal 170 106 154
Binary 10101010 1101010 10011010
Octal 252 152 232

Shades and tints

Shades of #AA6A9A

#AA6A9A
(170,106,154)
#9B618C
(155,97,140)
#8C587E
(140,88,126)
#7D4F70
(125,79,112)
#6E4662
(110,70,98)
#5F3D54
(95,61,84)
#503446
(80,52,70)
#412B38
(65,43,56)
#32222A
(50,34,42)
#23191C
(35,25,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #AA6A9A

#AA6A9A
(170,106,154)
#B177A3
(177,119,163)
#B884AC
(184,132,172)
#BF91B5
(191,145,181)
#C69EBE
(198,158,190)
#CDABC7
(205,171,199)
#D4B8D0
(212,184,208)
#DBC5D9
(219,197,217)
#E2D2E2
(226,210,226)
#E9DFEB
(233,223,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6A9A; }

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

This text font color is #AA6A9A.

Background Color

.myBgColor { background-color: #AA6A9A; }

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

This div background color is #AA6A9A.

Border color

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

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

This div border color is #AA6A9A.

Opacity

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

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

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

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

This text has shadow with #AA6A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6A9A.

Preview

Color preview on black background

This text has color #AA6A9A on black background.


Color preview on white background

This text has color #AA6A9A on white background.


Black color preview on #AA6A9A background

This text has black color on #AA6A9A background.


White color preview on #AA6A9A background

This text has white color on #AA6A9A background.


Related colors

Complementary color

Complementary color for #hex is #559565.


I love getcolorcode.com

Triadic colors

1 #9AAA6A and #6A9AAA with #AA6A9A are triadic colors.

2 #9A6AAA and #6AAA9A with #AA6A9A are triadic colors.