COLOR #AA698A

HEX: #AA698A
RGB: (170,105,138)

Color info

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

RGB color model

#AA698A color RGB value is (170,105,138).

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

RGB channels and saturation

R 170 of 255 = 67%
G 105 of 255 = 41%
B 138 of 255 = 54%

170
105
138

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

Portions of RGB colors in percentages

R + G + B =
170 + 105 + 138 = 413 (100%)
R 170 of 413 ~ 41.16%
G 105 of 413 ~ 25.42%
B 138 of 413 ~ 33.41%

%41.16
%25.42
%33.41

CMYK color model

#AA698A color CMYK value is (0,38,19,33).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK:
(0,38,19,33)
C0M38Y19K33 
(0%,38%,19%,33%)
(0.00/0.38/0.19/0.33)	

CMYK percentages

%0
%38.24
%18.82
%33.33

Codes

Color #AA698A in popluar color models

AA698A
RGB170105138
HSL330°27.66%53.92%
HSB/HSV330°38.24%66.67%
CMYK0.00%38.24%18.82%
33.33%

Color #AA698A in popluar number systems.

HEXAA698A
Decimal170105138
Binary10101010110100110001010
Octal252151212

Shades and tints

Shades of #AA698A

#AA698A
(170,105,138)
#9B607E
(155,96,126)
#8C5772
(140,87,114)
#7D4E66
(125,78,102)
#6E455A
(110,69,90)
#5F3C4E
(95,60,78)
#503342
(80,51,66)
#412A36
(65,42,54)
#32212A
(50,33,42)
#23181E
(35,24,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #AA698A

#AA698A
(170,105,138)
#B17694
(177,118,148)
#B8839E
(184,131,158)
#BF90A8
(191,144,168)
#C69DB2
(198,157,178)
#CDAABC
(205,170,188)
#D4B7C6
(212,183,198)
#DBC4D0
(219,196,208)
#E2D1DA
(226,209,218)
#E9DEE4
(233,222,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA698A; }

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

This text font color is #AA698A.


Background Color

.myBgColor { background-color: #AA698A; }

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

This div background color is #AA698A.


Border color

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

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

This div border color is #AA698A.


Opacity

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

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

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

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

This text has shadow with #AA698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA698A on black background.


Color preview on white background

This text has color #AA698A on white background.



Black color preview on #AA698A background

This text has black color on #AA698A background.


White color preview on #AA698A background

This text has white color on #AA698A background.