COLOR #AA688D

HEX: #AA688D
RGB: (170,104,141)

Color info

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

RGB color model

#AA688D color RGB value is (170,104,141).

  • red value is 170;
  • green value is 104;
  • blue value is 141.
RGB:
(170,104,141)
(67%,41%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 104 of 255 = 41%
B 141 of 255 = 55%

170
104
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 104 + 141 = 415 (100%)
R 170 of 415 ~ 40.96%
G 104 of 415 ~ 25.06%
B 141 of 415 ~ 33.98%

%40.96
%25.06
%33.98

CMYK color model

#AA688D color CMYK value is (0,39,17,33).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,39,17,33)
C0M39Y17K33 
(0%,39%,17%,33%)
(0.00/0.39/0.17/0.33)	

CMYK percentages

%0
%38.82
%17.06
%33.33

Codes

Color #AA688D in popluar color models

AA688D
RGB170104141
HSL326°27.97%53.73%
HSB/HSV326°38.82%66.67%
CMYK0.00%38.82%17.06%
33.33%

Color #AA688D in popluar number systems.

HEXAA688D
Decimal170104141
Binary10101010110100010001101
Octal252150215

Shades and tints

Shades of #AA688D

#AA688D
(170,104,141)
#9B5F81
(155,95,129)
#8C5675
(140,86,117)
#7D4D69
(125,77,105)
#6E445D
(110,68,93)
#5F3B51
(95,59,81)
#503245
(80,50,69)
#412939
(65,41,57)
#32202D
(50,32,45)
#231721
(35,23,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #AA688D

#AA688D
(170,104,141)
#B17597
(177,117,151)
#B882A1
(184,130,161)
#BF8FAB
(191,143,171)
#C69CB5
(198,156,181)
#CDA9BF
(205,169,191)
#D4B6C9
(212,182,201)
#DBC3D3
(219,195,211)
#E2D0DD
(226,208,221)
#E9DDE7
(233,221,231)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA688D color. Also use rgb(170,104,141) instead hex code.

Text Font Color

.myTextColor { color: #AA688D; }

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

This text font color is #AA688D.


Background Color

.myBgColor { background-color: #AA688D; }

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

This div background color is #AA688D.


Border color

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

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

This div border color is #AA688D.


Opacity

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

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

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

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

This text has shadow with #AA688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA688D on black background.


Color preview on white background

This text has color #AA688D on white background.



Black color preview on #AA688D background

This text has black color on #AA688D background.


White color preview on #AA688D background

This text has white color on #AA688D background.