COLOR #AA728C

HEX: #AA728C
RGB: (170,114,140)

Color info

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

RGB color model

#AA728C color RGB value is (170,114,140).

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

RGB channels and saturation

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

170
114
140

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

Portions of RGB colors in percentages

R + G + B =
170 + 114 + 140 = 424 (100%)
R 170 of 424 ~ 40.09%
G 114 of 424 ~ 26.89%
B 140 of 424 ~ 33.02%

%40.09
%26.89
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(0,33,18,33)
C0M33Y18K33 
(0%,33%,18%,33%)
(0.00/0.33/0.18/0.33)	

CMYK percentages

%0
%32.94
%17.65
%33.33

Codes

Color #AA728C in popluar color models

AA728C
RGB170114140
HSL332°24.78%55.69%
HSB/HSV332°32.94%66.67%
CMYK0.00%32.94%17.65%
33.33%

Color #AA728C in popluar number systems.

HEXAA728C
Decimal170114140
Binary10101010111001010001100
Octal252162214

Shades and tints

Shades of #AA728C

#AA728C
(170,114,140)
#9B6880
(155,104,128)
#8C5E74
(140,94,116)
#7D5468
(125,84,104)
#6E4A5C
(110,74,92)
#5F4050
(95,64,80)
#503644
(80,54,68)
#412C38
(65,44,56)
#32222C
(50,34,44)
#231820
(35,24,32)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #AA728C

#AA728C
(170,114,140)
#B17E96
(177,126,150)
#B88AA0
(184,138,160)
#BF96AA
(191,150,170)
#C6A2B4
(198,162,180)
#CDAEBE
(205,174,190)
#D4BAC8
(212,186,200)
#DBC6D2
(219,198,210)
#E2D2DC
(226,210,220)
#E9DEE6
(233,222,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA728C; }

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

This text font color is #AA728C.


Background Color

.myBgColor { background-color: #AA728C; }

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

This div background color is #AA728C.


Border color

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

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

This div border color is #AA728C.


Opacity

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

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

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

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

This text has shadow with #AA728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA728C on black background.


Color preview on white background

This text has color #AA728C on white background.



Black color preview on #AA728C background

This text has black color on #AA728C background.


White color preview on #AA728C background

This text has white color on #AA728C background.