COLOR #AA699D

HEX: #AA699D RGB: (170,105,157)

Color info

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

RGB color model

#AA699D color RGB value is (170,105,157).

RGB: (170,105,157) (67%, 41%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 105 of 255 = 41%
B 157 of 255 = 62%

170
105
157

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

Portions of RGB colors in percentages

R + G + B = 170 + 105 + 157 = 432 (100%)
R 170 of 432 ~ 39.35%
G 105 of 432 ~ 24.31%
B 157 of 432 ~ 36.34'%

%39.35
%24.31
%36.34

CMYK color model

#AA699D color CMYK value is (0,38,8,33).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 7.65%
  • key color value is 33.33%

CMYK: (0,38,8,33)
C0M38Y8K33 (0%, 38%, 8%, 33%)
(0.00 / 0.38 / 0.08 / 0.33)

CMYK percentages

%0
%38.24
%7.65
%33.33

Codes

Color #AA699D in popluar color models

AA 69 9D
RGB 170 105 157
HSL 312° 27.66% 53.92%
HSB/HSV 312° 38.24% 66.67%
CMYK 0.00% 38.24% 7.65%
33.33%

Color #AA699D in popluar number systems.

HEX AA 69 9D
Decimal 170 105 157
Binary 10101010 1101001 10011101
Octal 252 151 235

Shades and tints

Shades of #AA699D

#AA699D
(170,105,157)
#9B608F
(155,96,143)
#8C5781
(140,87,129)
#7D4E73
(125,78,115)
#6E4565
(110,69,101)
#5F3C57
(95,60,87)
#503349
(80,51,73)
#412A3B
(65,42,59)
#32212D
(50,33,45)
#23181F
(35,24,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #AA699D

#AA699D
(170,105,157)
#B176A5
(177,118,165)
#B883AD
(184,131,173)
#BF90B5
(191,144,181)
#C69DBD
(198,157,189)
#CDAAC5
(205,170,197)
#D4B7CD
(212,183,205)
#DBC4D5
(219,196,213)
#E2D1DD
(226,209,221)
#E9DEE5
(233,222,229)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA699D color. Also use rgb(170,105,157) instead hex code.

Text Font Color

.myTextColor { color: #AA699D; }

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

This text font color is #AA699D.

Background Color

.myBgColor { background-color: #AA699D; }

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

This div background color is #AA699D.

Border color

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

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

This div border color is #AA699D.

Opacity

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

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

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

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

This text has shadow with #AA699D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA699D.

Preview

Color preview on black background

This text has color #AA699D on black background.


Color preview on white background

This text has color #AA699D on white background.


Black color preview on #AA699D background

This text has black color on #AA699D background.


White color preview on #AA699D background

This text has white color on #AA699D background.


Related colors

Complementary color

Complementary color for #hex is #559662.


I love getcolorcode.com

Triadic colors

1 #9DAA69 and #699DAA with #AA699D are triadic colors.

2 #9D69AA and #69AA9D with #AA699D are triadic colors.