COLOR #AA708C

HEX: #AA708C
RGB: (170,112,140)

Color info

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

RGB color model

#AA708C color RGB value is (170,112,140).

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

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 140 of 255 = 55%

170
112
140

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

Portions of RGB colors in percentages

R + G + B =
170 + 112 + 140 = 422 (100%)
R 170 of 422 ~ 40.28%
G 112 of 422 ~ 26.54%
B 140 of 422 ~ 33.18%

%40.28
%26.54
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(0,34,18,33)
C0M34Y18K33 
(0%,34%,18%,33%)
(0.00/0.34/0.18/0.33)	

CMYK percentages

%0
%34.12
%17.65
%33.33

Codes

Color #AA708C in popluar color models

AA708C
RGB170112140
HSL331°25.44%55.29%
HSB/HSV331°34.12%66.67%
CMYK0.00%34.12%17.65%
33.33%

Color #AA708C in popluar number systems.

HEXAA708C
Decimal170112140
Binary10101010111000010001100
Octal252160214

Shades and tints

Shades of #AA708C

#AA708C
(170,112,140)
#9B6680
(155,102,128)
#8C5C74
(140,92,116)
#7D5268
(125,82,104)
#6E485C
(110,72,92)
#5F3E50
(95,62,80)
#503444
(80,52,68)
#412A38
(65,42,56)
#32202C
(50,32,44)
#231620
(35,22,32)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #AA708C

#AA708C
(170,112,140)
#B17D96
(177,125,150)
#B88AA0
(184,138,160)
#BF97AA
(191,151,170)
#C6A4B4
(198,164,180)
#CDB1BE
(205,177,190)
#D4BEC8
(212,190,200)
#DBCBD2
(219,203,210)
#E2D8DC
(226,216,220)
#E9E5E6
(233,229,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA708C; }

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

This text font color is #AA708C.


Background Color

.myBgColor { background-color: #AA708C; }

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

This div background color is #AA708C.


Border color

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

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

This div border color is #AA708C.


Opacity

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

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

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

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

This text has shadow with #AA708C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA708C on black background.


Color preview on white background

This text has color #AA708C on white background.



Black color preview on #AA708C background

This text has black color on #AA708C background.


White color preview on #AA708C background

This text has white color on #AA708C background.