COLOR #AA788D

HEX: #AA788D
RGB: (170,120,141)

Color info

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

RGB color model

#AA788D color RGB value is (170,120,141).

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

RGB channels and saturation

R 170 of 255 = 67%
G 120 of 255 = 47%
B 141 of 255 = 55%

170
120
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 120 + 141 = 431 (100%)
R 170 of 431 ~ 39.44%
G 120 of 431 ~ 27.84%
B 141 of 431 ~ 32.71%

%39.44
%27.84
%32.71

CMYK color model

#AA788D color CMYK value is (0,29,17,33).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,29,17,33)
C0M29Y17K33 
(0%,29%,17%,33%)
(0.00/0.29/0.17/0.33)	

CMYK percentages

%0
%29.41
%17.06
%33.33

Codes

Color #AA788D in popluar color models

AA788D
RGB170120141
HSL335°22.73%56.86%
HSB/HSV335°29.41%66.67%
CMYK0.00%29.41%17.06%
33.33%

Color #AA788D in popluar number systems.

HEXAA788D
Decimal170120141
Binary10101010111100010001101
Octal252170215

Shades and tints

Shades of #AA788D

#AA788D
(170,120,141)
#9B6E81
(155,110,129)
#8C6475
(140,100,117)
#7D5A69
(125,90,105)
#6E505D
(110,80,93)
#5F4651
(95,70,81)
#503C45
(80,60,69)
#413239
(65,50,57)
#32282D
(50,40,45)
#231E21
(35,30,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AA788D

#AA788D
(170,120,141)
#B18497
(177,132,151)
#B890A1
(184,144,161)
#BF9CAB
(191,156,171)
#C6A8B5
(198,168,181)
#CDB4BF
(205,180,191)
#D4C0C9
(212,192,201)
#DBCCD3
(219,204,211)
#E2D8DD
(226,216,221)
#E9E4E7
(233,228,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA788D; }

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

This text font color is #AA788D.


Background Color

.myBgColor { background-color: #AA788D; }

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

This div background color is #AA788D.


Border color

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

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

This div border color is #AA788D.


Opacity

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

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

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

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

This text has shadow with #AA788D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA788D on black background.


Color preview on white background

This text has color #AA788D on white background.



Black color preview on #AA788D background

This text has black color on #AA788D background.


White color preview on #AA788D background

This text has white color on #AA788D background.