COLOR #AA8E8F

HEX: #AA8E8F
RGB: (170,142,143)

Color info

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

RGB color model

#AA8E8F color RGB value is (170,142,143).

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

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 143 of 255 = 56%

170
142
143

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

Portions of RGB colors in percentages

R + G + B =
170 + 142 + 143 = 455 (100%)
R 170 of 455 ~ 37.36%
G 142 of 455 ~ 31.21%
B 143 of 455 ~ 31.43%

%37.36
%31.21
%31.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(0,16,16,33)
C0M16Y16K33 
(0%,16%,16%,33%)
(0.00/0.16/0.16/0.33)	

CMYK percentages

%0
%16.47
%15.88
%33.33

Codes

Color #AA8E8F in popluar color models

AA8E8F
RGB170142143
HSL358°14.14%61.18%
HSB/HSV358°16.47%66.67%
CMYK0.00%16.47%15.88%
33.33%

Color #AA8E8F in popluar number systems.

HEXAA8E8F
Decimal170142143
Binary101010101000111010001111
Octal252216217

Shades and tints

Shades of #AA8E8F

#AA8E8F
(170,142,143)
#9B8282
(155,130,130)
#8C7675
(140,118,117)
#7D6A68
(125,106,104)
#6E5E5B
(110,94,91)
#5F524E
(95,82,78)
#504641
(80,70,65)
#413A34
(65,58,52)
#322E27
(50,46,39)
#23221A
(35,34,26)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #AA8E8F

#AA8E8F
(170,142,143)
#B19899
(177,152,153)
#B8A2A3
(184,162,163)
#BFACAD
(191,172,173)
#C6B6B7
(198,182,183)
#CDC0C1
(205,192,193)
#D4CACB
(212,202,203)
#DBD4D5
(219,212,213)
#E2DEDF
(226,222,223)
#E9E8E9
(233,232,233)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8E8F; }

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

This text font color is #AA8E8F.


Background Color

.myBgColor { background-color: #AA8E8F; }

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

This div background color is #AA8E8F.


Border color

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

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

This div border color is #AA8E8F.


Opacity

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

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

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

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

This text has shadow with #AA8E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8E8F on black background.


Color preview on white background

This text has color #AA8E8F on white background.



Black color preview on #AA8E8F background

This text has black color on #AA8E8F background.


White color preview on #AA8E8F background

This text has white color on #AA8E8F background.