COLOR #AA8E8C

HEX: #AA8E8C
RGB: (170,142,140)

Color info

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

RGB color model

#AA8E8C color RGB value is (170,142,140).

  • red value is 170;
  • green value is 142;
  • blue value is 140.
RGB:
(170,142,140)
(67%,56%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 140 of 255 = 55%

170
142
140

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

Portions of RGB colors in percentages

R + G + B =
170 + 142 + 140 = 452 (100%)
R 170 of 452 ~ 37.61%
G 142 of 452 ~ 31.42%
B 140 of 452 ~ 30.97%

%37.61
%31.42
%30.97

CMYK color model

#AA8E8C color CMYK value is (0,16,18,33).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(0,16,18,33)
C0M16Y18K33 
(0%,16%,18%,33%)
(0.00/0.16/0.18/0.33)	

CMYK percentages

%0
%16.47
%17.65
%33.33

Codes

Color #AA8E8C in popluar color models

AA8E8C
RGB170142140
HSL15.00%60.78%
HSB/HSV17.65%66.67%
CMYK0.00%16.47%17.65%
33.33%

Color #AA8E8C in popluar number systems.

HEXAA8E8C
Decimal170142140
Binary101010101000111010001100
Octal252216214

Shades and tints

Shades of #AA8E8C

#AA8E8C
(170,142,140)
#9B8280
(155,130,128)
#8C7674
(140,118,116)
#7D6A68
(125,106,104)
#6E5E5C
(110,94,92)
#5F5250
(95,82,80)
#504644
(80,70,68)
#413A38
(65,58,56)
#322E2C
(50,46,44)
#232220
(35,34,32)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #AA8E8C

#AA8E8C
(170,142,140)
#B19896
(177,152,150)
#B8A2A0
(184,162,160)
#BFACAA
(191,172,170)
#C6B6B4
(198,182,180)
#CDC0BE
(205,192,190)
#D4CAC8
(212,202,200)
#DBD4D2
(219,212,210)
#E2DEDC
(226,222,220)
#E9E8E6
(233,232,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8E8C color. Also use rgb(170,142,140) instead hex code.

Text Font Color

.myTextColor { color: #AA8E8C; }

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

This text font color is #AA8E8C.


Background Color

.myBgColor { background-color: #AA8E8C; }

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

This div background color is #AA8E8C.


Border color

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

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

This div border color is #AA8E8C.


Opacity

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

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

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

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

This text has shadow with #AA8E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8E8C on black background.


Color preview on white background

This text has color #AA8E8C on white background.



Black color preview on #AA8E8C background

This text has black color on #AA8E8C background.


White color preview on #AA8E8C background

This text has white color on #AA8E8C background.