COLOR #AA6A94

HEX: #AA6A94 RGB: (170,106,148)

Color info

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

RGB color model

#AA6A94 color RGB value is (170,106,148).

RGB: (170,106,148) (67%, 42%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 148 of 255 = 58%

170
106
148

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

Portions of RGB colors in percentages

R + G + B = 170 + 106 + 148 = 424 (100%)
R 170 of 424 ~ 40.09%
G 106 of 424 ~ 25%
B 148 of 424 ~ 34.91'%

%40.09
%25
%34.91

CMYK color model

#AA6A94 color CMYK value is (0,38,13,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK: (0,38,13,33) C0M38Y13K33 (0%,38%,13%,33%) (0.00/0.38/0.13/0.33) 

CMYK percentages

%0
%37.65
%12.94
%33.33

Codes

Color #AA6A94 in popluar color models

AA 6A 94
RGB 170 106 148
HSL 321° 27.35% 54.12%
HSB/HSV 321° 37.65% 66.67%
CMYK 0.00% 37.65% 12.94%
33.33%

Color #AA6A94 in popluar number systems.

HEX AA 6A 94
Decimal 170 106 148
Binary 10101010 1101010 10010100
Octal 252 152 224

Shades and tints

Shades of #AA6A94

#AA6A94
(170,106,148)
#9B6187
(155,97,135)
#8C587A
(140,88,122)
#7D4F6D
(125,79,109)
#6E4660
(110,70,96)
#5F3D53
(95,61,83)
#503446
(80,52,70)
#412B39
(65,43,57)
#32222C
(50,34,44)
#23191F
(35,25,31)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA6A94

#AA6A94
(170,106,148)
#B1779D
(177,119,157)
#B884A6
(184,132,166)
#BF91AF
(191,145,175)
#C69EB8
(198,158,184)
#CDABC1
(205,171,193)
#D4B8CA
(212,184,202)
#DBC5D3
(219,197,211)
#E2D2DC
(226,210,220)
#E9DFE5
(233,223,229)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6A94; }

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

This text font color is #AA6A94.

Background Color

.myBgColor { background-color: #AA6A94; }

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

This div background color is #AA6A94.

Border color

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

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

This div border color is #AA6A94.

Opacity

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

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

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

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

This text has shadow with #AA6A94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6A94.

Preview

Color preview on black background

This text has color #AA6A94 on black background.


Color preview on white background

This text has color #AA6A94 on white background.


Black color preview on #AA6A94 background

This text has black color on #AA6A94 background.


White color preview on #AA6A94 background

This text has white color on #AA6A94 background.


Related colors

Complementary color

Complementary color for #hex is #55956B.


I love getcolorcode.com

Triadic colors

1 #94AA6A and #6A94AA with #AA6A94 are triadic colors.

2 #946AAA and #6AAA94 with #AA6A94 are triadic colors.