COLOR #AA778B

HEX: #AA778B
RGB: (170,119,139)

Color info

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

RGB color model

#AA778B color RGB value is (170,119,139).

  • red value is 170;
  • green value is 119;
  • blue value is 139.
RGB:
(170,119,139)
(67%,47%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 119 of 255 = 47%
B 139 of 255 = 55%

170
119
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 119 + 139 = 428 (100%)
R 170 of 428 ~ 39.72%
G 119 of 428 ~ 27.8%
B 139 of 428 ~ 32.48%

%39.72
%27.8
%32.48

CMYK color model

#AA778B color CMYK value is (0,30,18,33).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,30,18,33)
C0M30Y18K33 
(0%,30%,18%,33%)
(0.00/0.30/0.18/0.33)	

CMYK percentages

%0
%30
%18.24
%33.33

Codes

Color #AA778B in popluar color models

AA778B
RGB170119139
HSL336°23.08%56.67%
HSB/HSV336°30.00%66.67%
CMYK0.00%30.00%18.24%
33.33%

Color #AA778B in popluar number systems.

HEXAA778B
Decimal170119139
Binary10101010111011110001011
Octal252167213

Shades and tints

Shades of #AA778B

#AA778B
(170,119,139)
#9B6D7F
(155,109,127)
#8C6373
(140,99,115)
#7D5967
(125,89,103)
#6E4F5B
(110,79,91)
#5F454F
(95,69,79)
#503B43
(80,59,67)
#413137
(65,49,55)
#32272B
(50,39,43)
#231D1F
(35,29,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AA778B

#AA778B
(170,119,139)
#B18395
(177,131,149)
#B88F9F
(184,143,159)
#BF9BA9
(191,155,169)
#C6A7B3
(198,167,179)
#CDB3BD
(205,179,189)
#D4BFC7
(212,191,199)
#DBCBD1
(219,203,209)
#E2D7DB
(226,215,219)
#E9E3E5
(233,227,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA778B color. Also use rgb(170,119,139) instead hex code.

Text Font Color

.myTextColor { color: #AA778B; }

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

This text font color is #AA778B.


Background Color

.myBgColor { background-color: #AA778B; }

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

This div background color is #AA778B.


Border color

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

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

This div border color is #AA778B.


Opacity

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

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

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

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

This text has shadow with #AA778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA778B on black background.


Color preview on white background

This text has color #AA778B on white background.



Black color preview on #AA778B background

This text has black color on #AA778B background.


White color preview on #AA778B background

This text has white color on #AA778B background.