COLOR #AA8A8B

HEX: #AA8A8B
RGB: (170,138,139)

Color info

#AA8A8B contains red, green and blue colors in about the same proportion. Web safe color of #AA8A8B is #999999 (or #999).

RGB color model

#AA8A8B color RGB value is (170,138,139).

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

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 139 of 255 = 55%

170
138
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 138 + 139 = 447 (100%)
R 170 of 447 ~ 38.03%
G 138 of 447 ~ 30.87%
B 139 of 447 ~ 31.1%

%38.03
%30.87
%31.1

CMYK color model

#AA8A8B color CMYK value is (0,19,18,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,19,18,33)
C0M19Y18K33 
(0%,19%,18%,33%)
(0.00/0.19/0.18/0.33)	

CMYK percentages

%0
%18.82
%18.24
%33.33

Codes

Color #AA8A8B in popluar color models

AA8A8B
RGB170138139
HSL358°15.84%60.39%
HSB/HSV358°18.82%66.67%
CMYK0.00%18.82%18.24%
33.33%

Color #AA8A8B in popluar number systems.

HEXAA8A8B
Decimal170138139
Binary101010101000101010001011
Octal252212213

Shades and tints

Shades of #AA8A8B

#AA8A8B
(170,138,139)
#9B7E7F
(155,126,127)
#8C7273
(140,114,115)
#7D6667
(125,102,103)
#6E5A5B
(110,90,91)
#5F4E4F
(95,78,79)
#504243
(80,66,67)
#413637
(65,54,55)
#322A2B
(50,42,43)
#231E1F
(35,30,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA8A8B

#AA8A8B
(170,138,139)
#B19495
(177,148,149)
#B89E9F
(184,158,159)
#BFA8A9
(191,168,169)
#C6B2B3
(198,178,179)
#CDBCBD
(205,188,189)
#D4C6C7
(212,198,199)
#DBD0D1
(219,208,209)
#E2DADB
(226,218,219)
#E9E4E5
(233,228,229)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8A8B; }

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

This text font color is #AA8A8B.


Background Color

.myBgColor { background-color: #AA8A8B; }

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

This div background color is #AA8A8B.


Border color

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

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

This div border color is #AA8A8B.


Opacity

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

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

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

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

This text has shadow with #AA8A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8A8B on black background.


Color preview on white background

This text has color #AA8A8B on white background.



Black color preview on #AA8A8B background

This text has black color on #AA8A8B background.


White color preview on #AA8A8B background

This text has white color on #AA8A8B background.