COLOR #AA698D

HEX: #AA698D
RGB: (170,105,141)

Color info

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

RGB color model

#AA698D color RGB value is (170,105,141).

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

RGB channels and saturation

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

170
105
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 105 + 141 = 416 (100%)
R 170 of 416 ~ 40.87%
G 105 of 416 ~ 25.24%
B 141 of 416 ~ 33.89%

%40.87
%25.24
%33.89

CMYK color model

#AA698D color CMYK value is (0,38,17,33).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,38,17,33)
C0M38Y17K33 
(0%,38%,17%,33%)
(0.00/0.38/0.17/0.33)	

CMYK percentages

%0
%38.24
%17.06
%33.33

Codes

Color #AA698D in popluar color models

AA698D
RGB170105141
HSL327°27.66%53.92%
HSB/HSV327°38.24%66.67%
CMYK0.00%38.24%17.06%
33.33%

Color #AA698D in popluar number systems.

HEXAA698D
Decimal170105141
Binary10101010110100110001101
Octal252151215

Shades and tints

Shades of #AA698D

#AA698D
(170,105,141)
#9B6081
(155,96,129)
#8C5775
(140,87,117)
#7D4E69
(125,78,105)
#6E455D
(110,69,93)
#5F3C51
(95,60,81)
#503345
(80,51,69)
#412A39
(65,42,57)
#32212D
(50,33,45)
#231821
(35,24,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AA698D

#AA698D
(170,105,141)
#B17697
(177,118,151)
#B883A1
(184,131,161)
#BF90AB
(191,144,171)
#C69DB5
(198,157,181)
#CDAABF
(205,170,191)
#D4B7C9
(212,183,201)
#DBC4D3
(219,196,211)
#E2D1DD
(226,209,221)
#E9DEE7
(233,222,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA698D; }

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

This text font color is #AA698D.


Background Color

.myBgColor { background-color: #AA698D; }

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

This div background color is #AA698D.


Border color

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

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

This div border color is #AA698D.


Opacity

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

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

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

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

This text has shadow with #AA698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA698D on black background.


Color preview on white background

This text has color #AA698D on white background.



Black color preview on #AA698D background

This text has black color on #AA698D background.


White color preview on #AA698D background

This text has white color on #AA698D background.