COLOR #AA6C90

HEX: #AA6C90 RGB: (170,108,144)

Color info

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

RGB color model

#AA6C90 color RGB value is (170,108,144).

RGB: (170,108,144) (67%, 42%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 108 of 255 = 42%
B 144 of 255 = 56%

170
108
144

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

Portions of RGB colors in percentages

R + G + B = 170 + 108 + 144 = 422 (100%)
R 170 of 422 ~ 40.28%
G 108 of 422 ~ 25.59%
B 144 of 422 ~ 34.12'%

%40.28
%25.59
%34.12

CMYK color model

#AA6C90 color CMYK value is (0,36,15,33).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 15.29%
  • key color value is 33.33%

CMYK: (0,36,15,33)
C0M36Y15K33 (0%, 36%, 15%, 33%)
(0.00 / 0.36 / 0.15 / 0.33)

CMYK percentages

%0
%36.47
%15.29
%33.33

Codes

Color #AA6C90 in popluar color models

AA 6C 90
RGB 170 108 144
HSL 325° 26.72% 54.51%
HSB/HSV 325° 36.47% 66.67%
CMYK 0.00% 36.47% 15.29%
33.33%

Color #AA6C90 in popluar number systems.

HEX AA 6C 90
Decimal 170 108 144
Binary 10101010 1101100 10010000
Octal 252 154 220

Shades and tints

Shades of #AA6C90

#AA6C90
(170,108,144)
#9B6383
(155,99,131)
#8C5A76
(140,90,118)
#7D5169
(125,81,105)
#6E485C
(110,72,92)
#5F3F4F
(95,63,79)
#503642
(80,54,66)
#412D35
(65,45,53)
#322428
(50,36,40)
#231B1B
(35,27,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #AA6C90

#AA6C90
(170,108,144)
#B1799A
(177,121,154)
#B886A4
(184,134,164)
#BF93AE
(191,147,174)
#C6A0B8
(198,160,184)
#CDADC2
(205,173,194)
#D4BACC
(212,186,204)
#DBC7D6
(219,199,214)
#E2D4E0
(226,212,224)
#E9E1EA
(233,225,234)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6C90 color. Also use rgb(170,108,144) instead hex code.

Text Font Color

.myTextColor { color: #AA6C90; }

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

This text font color is #AA6C90.

Background Color

.myBgColor { background-color: #AA6C90; }

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

This div background color is #AA6C90.

Border color

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

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

This div border color is #AA6C90.

Opacity

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

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

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

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

This text has shadow with #AA6C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6C90.

Preview

Color preview on black background

This text has color #AA6C90 on black background.


Color preview on white background

This text has color #AA6C90 on white background.


Black color preview on #AA6C90 background

This text has black color on #AA6C90 background.


White color preview on #AA6C90 background

This text has white color on #AA6C90 background.


Related colors

Complementary color

Complementary color for #hex is #55936F.


I love getcolorcode.com

Triadic colors

1 #90AA6C and #6C90AA with #AA6C90 are triadic colors.

2 #906CAA and #6CAA90 with #AA6C90 are triadic colors.