COLOR #AA739D

HEX: #AA739D
RGB: (170,115,157)

Color info

#AA739D contains red, green and blue colors in about the same proportion. Web safe color of #AA739D is #996699 (or #969).

RGB color model

#AA739D color RGB value is (170,115,157).

  • red value is 170;
  • green value is 115;
  • blue value is 157.
RGB:
(170,115,157)
(67%,45%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 157 of 255 = 62%

170
115
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 157 = 442 (100%)
R 170 of 442 ~ 38.46%
G 115 of 442 ~ 26.02%
B 157 of 442 ~ 35.52%

%38.46
%26.02
%35.52

CMYK color model

#AA739D color CMYK value is (0,32,8,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(0,32,8,33)
C0M32Y8K33 
(0%,32%,8%,33%)
(0.00/0.32/0.08/0.33)	

CMYK percentages

%0
%32.35
%7.65
%33.33

Codes

Color #AA739D in popluar color models

AA739D
RGB170115157
HSL314°24.44%55.88%
HSB/HSV314°32.35%66.67%
CMYK0.00%32.35%7.65%
33.33%

Color #AA739D in popluar number systems.

HEXAA739D
Decimal170115157
Binary10101010111001110011101
Octal252163235

Shades and tints

Shades of #AA739D

#AA739D
(170,115,157)
#9B698F
(155,105,143)
#8C5F81
(140,95,129)
#7D5573
(125,85,115)
#6E4B65
(110,75,101)
#5F4157
(95,65,87)
#503749
(80,55,73)
#412D3B
(65,45,59)
#32232D
(50,35,45)
#23191F
(35,25,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #AA739D

#AA739D
(170,115,157)
#B17FA5
(177,127,165)
#B88BAD
(184,139,173)
#BF97B5
(191,151,181)
#C6A3BD
(198,163,189)
#CDAFC5
(205,175,197)
#D4BBCD
(212,187,205)
#DBC7D5
(219,199,213)
#E2D3DD
(226,211,221)
#E9DFE5
(233,223,229)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA739D; }

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

This text font color is #AA739D.


Background Color

.myBgColor { background-color: #AA739D; }

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

This div background color is #AA739D.


Border color

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

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

This div border color is #AA739D.


Opacity

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

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

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

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

This text has shadow with #AA739D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA739D on black background.


Color preview on white background

This text has color #AA739D on white background.



Black color preview on #AA739D background

This text has black color on #AA739D background.


White color preview on #AA739D background

This text has white color on #AA739D background.