COLOR #AA738D

HEX: #AA738D
RGB: (170,115,141)

Color info

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

RGB color model

#AA738D color RGB value is (170,115,141).

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

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 141 of 255 = 55%

170
115
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 141 = 426 (100%)
R 170 of 426 ~ 39.91%
G 115 of 426 ~ 27%
B 141 of 426 ~ 33.1%

%39.91
%27
%33.1

CMYK color model

#AA738D color CMYK value is (0,32,17,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,32,17,33)
C0M32Y17K33 
(0%,32%,17%,33%)
(0.00/0.32/0.17/0.33)	

CMYK percentages

%0
%32.35
%17.06
%33.33

Codes

Color #AA738D in popluar color models

AA738D
RGB170115141
HSL332°24.44%55.88%
HSB/HSV332°32.35%66.67%
CMYK0.00%32.35%17.06%
33.33%

Color #AA738D in popluar number systems.

HEXAA738D
Decimal170115141
Binary10101010111001110001101
Octal252163215

Shades and tints

Shades of #AA738D

#AA738D
(170,115,141)
#9B6981
(155,105,129)
#8C5F75
(140,95,117)
#7D5569
(125,85,105)
#6E4B5D
(110,75,93)
#5F4151
(95,65,81)
#503745
(80,55,69)
#412D39
(65,45,57)
#32232D
(50,35,45)
#231921
(35,25,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AA738D

#AA738D
(170,115,141)
#B17F97
(177,127,151)
#B88BA1
(184,139,161)
#BF97AB
(191,151,171)
#C6A3B5
(198,163,181)
#CDAFBF
(205,175,191)
#D4BBC9
(212,187,201)
#DBC7D3
(219,199,211)
#E2D3DD
(226,211,221)
#E9DFE7
(233,223,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA738D; }

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

This text font color is #AA738D.


Background Color

.myBgColor { background-color: #AA738D; }

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

This div background color is #AA738D.


Border color

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

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

This div border color is #AA738D.


Opacity

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

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

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

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

This text has shadow with #AA738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA738D on black background.


Color preview on white background

This text has color #AA738D on white background.



Black color preview on #AA738D background

This text has black color on #AA738D background.


White color preview on #AA738D background

This text has white color on #AA738D background.