COLOR #AA787F

HEX: #AA787F
RGB: (170,120,127)

Color info

#AA787F contains red, green and blue colors in about the same proportion. Web safe color of #AA787F is #996666 (or #966).

RGB color model

#AA787F color RGB value is (170,120,127).

  • red value is 170;
  • green value is 120;
  • blue value is 127.
RGB:
(170,120,127)
(67%,47%,50%)

RGB channels and saturation

R 170 of 255 = 67%
G 120 of 255 = 47%
B 127 of 255 = 50%

170
120
127

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

Portions of RGB colors in percentages

R + G + B =
170 + 120 + 127 = 417 (100%)
R 170 of 417 ~ 40.77%
G 120 of 417 ~ 28.78%
B 127 of 417 ~ 30.46%

%40.77
%28.78
%30.46

CMYK color model

#AA787F color CMYK value is (0,29,25,33).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK:
(0,29,25,33)
C0M29Y25K33 
(0%,29%,25%,33%)
(0.00/0.29/0.25/0.33)	

CMYK percentages

%0
%29.41
%25.29
%33.33

Codes

Color #AA787F in popluar color models

AA787F
RGB170120127
HSL352°22.73%56.86%
HSB/HSV352°29.41%66.67%
CMYK0.00%29.41%25.29%
33.33%

Color #AA787F in popluar number systems.

HEXAA787F
Decimal170120127
Binary1010101011110001111111
Octal252170177

Shades and tints

Shades of #AA787F

#AA787F
(170,120,127)
#9B6E74
(155,110,116)
#8C6469
(140,100,105)
#7D5A5E
(125,90,94)
#6E5053
(110,80,83)
#5F4648
(95,70,72)
#503C3D
(80,60,61)
#413232
(65,50,50)
#322827
(50,40,39)
#231E1C
(35,30,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AA787F

#AA787F
(170,120,127)
#B1848A
(177,132,138)
#B89095
(184,144,149)
#BF9CA0
(191,156,160)
#C6A8AB
(198,168,171)
#CDB4B6
(205,180,182)
#D4C0C1
(212,192,193)
#DBCCCC
(219,204,204)
#E2D8D7
(226,216,215)
#E9E4E2
(233,228,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA787F color. Also use rgb(170,120,127) instead hex code.

Text Font Color

.myTextColor { color: #AA787F; }

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

This text font color is #AA787F.


Background Color

.myBgColor { background-color: #AA787F; }

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

This div background color is #AA787F.


Border color

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

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

This div border color is #AA787F.


Opacity

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

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

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

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

This text has shadow with #AA787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA787F on black background.


Color preview on white background

This text has color #AA787F on white background.



Black color preview on #AA787F background

This text has black color on #AA787F background.


White color preview on #AA787F background

This text has white color on #AA787F background.