COLOR #AA7B8B

HEX: #AA7B8B
RGB: (170,123,139)

Color info

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

RGB color model

#AA7B8B color RGB value is (170,123,139).

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

RGB channels and saturation

R 170 of 255 = 67%
G 123 of 255 = 48%
B 139 of 255 = 55%

170
123
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 123 + 139 = 432 (100%)
R 170 of 432 ~ 39.35%
G 123 of 432 ~ 28.47%
B 139 of 432 ~ 32.18%

%39.35
%28.47
%32.18

CMYK color model

#AA7B8B color CMYK value is (0,28,18,33).

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,28,18,33)
C0M28Y18K33 
(0%,28%,18%,33%)
(0.00/0.28/0.18/0.33)	

CMYK percentages

%0
%27.65
%18.24
%33.33

Codes

Color #AA7B8B in popluar color models

AA7B8B
RGB170123139
HSL340°21.66%57.45%
HSB/HSV340°27.65%66.67%
CMYK0.00%27.65%18.24%
33.33%

Color #AA7B8B in popluar number systems.

HEXAA7B8B
Decimal170123139
Binary10101010111101110001011
Octal252173213

Shades and tints

Shades of #AA7B8B

#AA7B8B
(170,123,139)
#9B707F
(155,112,127)
#8C6573
(140,101,115)
#7D5A67
(125,90,103)
#6E4F5B
(110,79,91)
#5F444F
(95,68,79)
#503943
(80,57,67)
#412E37
(65,46,55)
#32232B
(50,35,43)
#23181F
(35,24,31)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #AA7B8B

#AA7B8B
(170,123,139)
#B18795
(177,135,149)
#B8939F
(184,147,159)
#BF9FA9
(191,159,169)
#C6ABB3
(198,171,179)
#CDB7BD
(205,183,189)
#D4C3C7
(212,195,199)
#DBCFD1
(219,207,209)
#E2DBDB
(226,219,219)
#E9E7E5
(233,231,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7B8B; }

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

This text font color is #AA7B8B.


Background Color

.myBgColor { background-color: #AA7B8B; }

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

This div background color is #AA7B8B.


Border color

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

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

This div border color is #AA7B8B.


Opacity

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

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

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

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

This text has shadow with #AA7B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7B8B on black background.


Color preview on white background

This text has color #AA7B8B on white background.



Black color preview on #AA7B8B background

This text has black color on #AA7B8B background.


White color preview on #AA7B8B background

This text has white color on #AA7B8B background.