COLOR #AA748D

HEX: #AA748D
RGB: (170,116,141)

Color info

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

RGB color model

#AA748D color RGB value is (170,116,141).

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

RGB channels and saturation

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

170
116
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 116 + 141 = 427 (100%)
R 170 of 427 ~ 39.81%
G 116 of 427 ~ 27.17%
B 141 of 427 ~ 33.02%

%39.81
%27.17
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.76%
  • 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
%31.76
%17.06
%33.33

Codes

Color #AA748D in popluar color models

AA748D
RGB170116141
HSL332°24.11%56.08%
HSB/HSV332°31.76%66.67%
CMYK0.00%31.76%17.06%
33.33%

Color #AA748D in popluar number systems.

HEXAA748D
Decimal170116141
Binary10101010111010010001101
Octal252164215

Shades and tints

Shades of #AA748D

#AA748D
(170,116,141)
#9B6A81
(155,106,129)
#8C6075
(140,96,117)
#7D5669
(125,86,105)
#6E4C5D
(110,76,93)
#5F4251
(95,66,81)
#503845
(80,56,69)
#412E39
(65,46,57)
#32242D
(50,36,45)
#231A21
(35,26,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AA748D

#AA748D
(170,116,141)
#B18097
(177,128,151)
#B88CA1
(184,140,161)
#BF98AB
(191,152,171)
#C6A4B5
(198,164,181)
#CDB0BF
(205,176,191)
#D4BCC9
(212,188,201)
#DBC8D3
(219,200,211)
#E2D4DD
(226,212,221)
#E9E0E7
(233,224,231)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA748D; }

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

This text font color is #AA748D.


Background Color

.myBgColor { background-color: #AA748D; }

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

This div background color is #AA748D.


Border color

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

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

This div border color is #AA748D.


Opacity

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

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

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

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

This text has shadow with #AA748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA748D on black background.


Color preview on white background

This text has color #AA748D on white background.



Black color preview on #AA748D background

This text has black color on #AA748D background.


White color preview on #AA748D background

This text has white color on #AA748D background.