COLOR #AA748F

HEX: #AA748F
RGB: (170,116,143)

Color info

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

RGB color model

#AA748F color RGB value is (170,116,143).

  • red value is 170;
  • green value is 116;
  • blue value is 143.
RGB:
(170,116,143)
(67%,45%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 116 of 255 = 45%
B 143 of 255 = 56%

170
116
143

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

Portions of RGB colors in percentages

R + G + B =
170 + 116 + 143 = 429 (100%)
R 170 of 429 ~ 39.63%
G 116 of 429 ~ 27.04%
B 143 of 429 ~ 33.33%

%39.63
%27.04
%33.33

CMYK color model

#AA748F color CMYK value is (0,32,16,33).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(0,32,16,33)
C0M32Y16K33 
(0%,32%,16%,33%)
(0.00/0.32/0.16/0.33)	

CMYK percentages

%0
%31.76
%15.88
%33.33

Codes

Color #AA748F in popluar color models

AA748F
RGB170116143
HSL330°24.11%56.08%
HSB/HSV330°31.76%66.67%
CMYK0.00%31.76%15.88%
33.33%

Color #AA748F in popluar number systems.

HEXAA748F
Decimal170116143
Binary10101010111010010001111
Octal252164217

Shades and tints

Shades of #AA748F

#AA748F
(170,116,143)
#9B6A82
(155,106,130)
#8C6075
(140,96,117)
#7D5668
(125,86,104)
#6E4C5B
(110,76,91)
#5F424E
(95,66,78)
#503841
(80,56,65)
#412E34
(65,46,52)
#322427
(50,36,39)
#231A1A
(35,26,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #AA748F

#AA748F
(170,116,143)
#B18099
(177,128,153)
#B88CA3
(184,140,163)
#BF98AD
(191,152,173)
#C6A4B7
(198,164,183)
#CDB0C1
(205,176,193)
#D4BCCB
(212,188,203)
#DBC8D5
(219,200,213)
#E2D4DF
(226,212,223)
#E9E0E9
(233,224,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA748F color. Also use rgb(170,116,143) instead hex code.

Text Font Color

.myTextColor { color: #AA748F; }

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

This text font color is #AA748F.


Background Color

.myBgColor { background-color: #AA748F; }

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

This div background color is #AA748F.


Border color

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

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

This div border color is #AA748F.


Opacity

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

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

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

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

This text has shadow with #AA748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA748F on black background.


Color preview on white background

This text has color #AA748F on white background.



Black color preview on #AA748F background

This text has black color on #AA748F background.


White color preview on #AA748F background

This text has white color on #AA748F background.