COLOR #AA669E

HEX: #AA669E
RGB: (170,102,158)

Color info

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

RGB color model

#AA669E color RGB value is (170,102,158).

  • red value is 170;
  • green value is 102;
  • blue value is 158.
RGB:
(170,102,158)
(67%,40%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 158 of 255 = 62%

170
102
158

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

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 158 = 430 (100%)
R 170 of 430 ~ 39.53%
G 102 of 430 ~ 23.72%
B 158 of 430 ~ 36.74%

%39.53
%23.72
%36.74

CMYK color model

#AA669E color CMYK value is (0,40,7,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(0,40,7,33)
C0M40Y7K33 
(0%,40%,7%,33%)
(0.00/0.40/0.07/0.33)	

CMYK percentages

%0
%40
%7.06
%33.33

Codes

Color #AA669E in popluar color models

AA669E
RGB170102158
HSL311°28.57%53.33%
HSB/HSV311°40.00%66.67%
CMYK0.00%40.00%7.06%
33.33%

Color #AA669E in popluar number systems.

HEXAA669E
Decimal170102158
Binary10101010110011010011110
Octal252146236

Shades and tints

Shades of #AA669E

#AA669E
(170,102,158)
#9B5D90
(155,93,144)
#8C5482
(140,84,130)
#7D4B74
(125,75,116)
#6E4266
(110,66,102)
#5F3958
(95,57,88)
#50304A
(80,48,74)
#41273C
(65,39,60)
#321E2E
(50,30,46)
#231520
(35,21,32)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #AA669E

#AA669E
(170,102,158)
#B173A6
(177,115,166)
#B880AE
(184,128,174)
#BF8DB6
(191,141,182)
#C69ABE
(198,154,190)
#CDA7C6
(205,167,198)
#D4B4CE
(212,180,206)
#DBC1D6
(219,193,214)
#E2CEDE
(226,206,222)
#E9DBE6
(233,219,230)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA669E color. Also use rgb(170,102,158) instead hex code.

Text Font Color

.myTextColor { color: #AA669E; }

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

This text font color is #AA669E.


Background Color

.myBgColor { background-color: #AA669E; }

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

This div background color is #AA669E.


Border color

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

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

This div border color is #AA669E.


Opacity

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

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

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

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

This text has shadow with #AA669E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA669E on black background.


Color preview on white background

This text has color #AA669E on white background.



Black color preview on #AA669E background

This text has black color on #AA669E background.


White color preview on #AA669E background

This text has white color on #AA669E background.