COLOR #AA697D

HEX: #AA697D RGB: (170,105,125)

Color info

#AA697D contains mainly red and blue colors. Web safe color of #AA697D is #996666 (or #966).

RGB color model

#AA697D color RGB value is (170,105,125).

RGB: (170,105,125) (67%, 41%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 105 of 255 = 41%
B 125 of 255 = 49%

170
105
125

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

Portions of RGB colors in percentages

R + G + B = 170 + 105 + 125 = 400 (100%)
R 170 of 400 ~ 42.5%
G 105 of 400 ~ 26.25%
B 125 of 400 ~ 31.25'%

%42.5
%26.25
%31.25

CMYK color model

#AA697D color CMYK value is (0,38,26,33).

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

CMYK: (0,38,26,33)
C0M38Y26K33 (0%, 38%, 26%, 33%)
(0.00 / 0.38 / 0.26 / 0.33)

CMYK percentages

%0
%38.24
%26.47
%33.33

Codes

Color #AA697D in popluar color models

AA 69 7D
RGB 170 105 125
HSL 342° 27.66% 53.92%
HSB/HSV 342° 38.24% 66.67%
CMYK 0.00% 38.24% 26.47%
33.33%

Color #AA697D in popluar number systems.

HEX AA 69 7D
Decimal 170 105 125
Binary 10101010 1101001 1111101
Octal 252 151 175

Shades and tints

Shades of #AA697D

#AA697D
(170,105,125)
#9B6072
(155,96,114)
#8C5767
(140,87,103)
#7D4E5C
(125,78,92)
#6E4551
(110,69,81)
#5F3C46
(95,60,70)
#50333B
(80,51,59)
#412A30
(65,42,48)
#322125
(50,33,37)
#23181A
(35,24,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA697D

#AA697D
(170,105,125)
#B17688
(177,118,136)
#B88393
(184,131,147)
#BF909E
(191,144,158)
#C69DA9
(198,157,169)
#CDAAB4
(205,170,180)
#D4B7BF
(212,183,191)
#DBC4CA
(219,196,202)
#E2D1D5
(226,209,213)
#E9DEE0
(233,222,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA697D; }

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

This text font color is #AA697D.

Background Color

.myBgColor { background-color: #AA697D; }

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

This div background color is #AA697D.

Border color

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

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

This div border color is #AA697D.

Opacity

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

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

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

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

This text has shadow with #AA697D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA697D.

Preview

Color preview on black background

This text has color #AA697D on black background.


Color preview on white background

This text has color #AA697D on white background.


Black color preview on #AA697D background

This text has black color on #AA697D background.


White color preview on #AA697D background

This text has white color on #AA697D background.


Related colors

Complementary color

Complementary color for #hex is #559682.


I love getcolorcode.com

Triadic colors

1 #7DAA69 and #697DAA with #AA697D are triadic colors.

2 #7D69AA and #69AA7D with #AA697D are triadic colors.