COLOR #AA787B

HEX: #AA787B RGB: (170,120,123)

Color info

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

RGB color model

#AA787B color RGB value is (170,120,123).

RGB: (170,120,123) (67%, 47%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 120 of 255 = 47%
B 123 of 255 = 48%

170
120
123

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

Portions of RGB colors in percentages

R + G + B = 170 + 120 + 123 = 413 (100%)
R 170 of 413 ~ 41.16%
G 120 of 413 ~ 29.06%
B 123 of 413 ~ 29.78'%

%41.16
%29.06
%29.78

CMYK color model

#AA787B color CMYK value is (0,29,28,33).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK: (0,29,28,33) C0M29Y28K33 (0%,29%,28%,33%) (0.00/0.29/0.28/0.33) 

CMYK percentages

%0
%29.41
%27.65
%33.33

Codes

Color #AA787B in popluar color models

AA 78 7B
RGB 170 120 123
HSL 356° 22.73% 56.86%
HSB/HSV 356° 29.41% 66.67%
CMYK 0.00% 29.41% 27.65%
33.33%

Color #AA787B in popluar number systems.

HEX AA 78 7B
Decimal 170 120 123
Binary 10101010 1111000 1111011
Octal 252 170 173

Shades and tints

Shades of #AA787B

#AA787B
(170,120,123)
#9B6E70
(155,110,112)
#8C6465
(140,100,101)
#7D5A5A
(125,90,90)
#6E504F
(110,80,79)
#5F4644
(95,70,68)
#503C39
(80,60,57)
#41322E
(65,50,46)
#322823
(50,40,35)
#231E18
(35,30,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AA787B

#AA787B
(170,120,123)
#B18487
(177,132,135)
#B89093
(184,144,147)
#BF9C9F
(191,156,159)
#C6A8AB
(198,168,171)
#CDB4B7
(205,180,183)
#D4C0C3
(212,192,195)
#DBCCCF
(219,204,207)
#E2D8DB
(226,216,219)
#E9E4E7
(233,228,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA787B; }

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

This text font color is #AA787B.

Background Color

.myBgColor { background-color: #AA787B; }

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

This div background color is #AA787B.

Border color

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

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

This div border color is #AA787B.

Opacity

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

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

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

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

This text has shadow with #AA787B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA787B.

Preview

Color preview on black background

This text has color #AA787B on black background.


Color preview on white background

This text has color #AA787B on white background.


Black color preview on #AA787B background

This text has black color on #AA787B background.


White color preview on #AA787B background

This text has white color on #AA787B background.


Related colors

Complementary color

Complementary color for #hex is #558784.


I love getcolorcode.com

Triadic colors

1 #7BAA78 and #787BAA with #AA787B are triadic colors.

2 #7B78AA and #78AA7B with #AA787B are triadic colors.