COLOR #AA738C

HEX: #AA738C RGB: (170,115,140)

Color info

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

RGB color model

#AA738C color RGB value is (170,115,140).

RGB: (170,115,140) (67%, 45%, 55%)

RGB channels and saturation

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

170
115
140

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

Portions of RGB colors in percentages

R + G + B = 170 + 115 + 140 = 425 (100%)
R 170 of 425 ~ 40%
G 115 of 425 ~ 27.06%
B 140 of 425 ~ 32.94'%

%40
%27.06
%32.94

CMYK color model

#AA738C color CMYK value is (0,32,18,33).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 17.65%
  • key color value is 33.33%

CMYK: (0,32,18,33)
C0M32Y18K33 (0%, 32%, 18%, 33%)
(0.00 / 0.32 / 0.18 / 0.33)

CMYK percentages

%0
%32.35
%17.65
%33.33

Codes

Color #AA738C in popluar color models

AA 73 8C
RGB 170 115 140
HSL 333° 24.44% 55.88%
HSB/HSV 333° 32.35% 66.67%
CMYK 0.00% 32.35% 17.65%
33.33%

Color #AA738C in popluar number systems.

HEX AA 73 8C
Decimal 170 115 140
Binary 10101010 1110011 10001100
Octal 252 163 214

Shades and tints

Shades of #AA738C

#AA738C
(170,115,140)
#9B6980
(155,105,128)
#8C5F74
(140,95,116)
#7D5568
(125,85,104)
#6E4B5C
(110,75,92)
#5F4150
(95,65,80)
#503744
(80,55,68)
#412D38
(65,45,56)
#32232C
(50,35,44)
#231920
(35,25,32)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA738C

#AA738C
(170,115,140)
#B17F96
(177,127,150)
#B88BA0
(184,139,160)
#BF97AA
(191,151,170)
#C6A3B4
(198,163,180)
#CDAFBE
(205,175,190)
#D4BBC8
(212,187,200)
#DBC7D2
(219,199,210)
#E2D3DC
(226,211,220)
#E9DFE6
(233,223,230)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA738C; }

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

This text font color is #AA738C.

Background Color

.myBgColor { background-color: #AA738C; }

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

This div background color is #AA738C.

Border color

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

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

This div border color is #AA738C.

Opacity

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

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

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

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

This text has shadow with #AA738C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA738C.

Preview

Color preview on black background

This text has color #AA738C on black background.


Color preview on white background

This text has color #AA738C on white background.


Black color preview on #AA738C background

This text has black color on #AA738C background.


White color preview on #AA738C background

This text has white color on #AA738C background.


Related colors

Complementary color

Complementary color for #hex is #558C73.


I love getcolorcode.com

Triadic colors

1 #8CAA73 and #738CAA with #AA738C are triadic colors.

2 #8C73AA and #73AA8C with #AA738C are triadic colors.