COLOR #AA8C8E

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

Color info

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

RGB color model

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

RGB: (170,140,142) (67%, 55%, 56%)

RGB channels and saturation

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

170
140
142

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

Portions of RGB colors in percentages

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

%37.61
%30.97
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 16.47%
  • key color value is 33.33%

CMYK: (0,18,16,33)
C0M18Y16K33 (0%, 18%, 16%, 33%)
(0.00 / 0.18 / 0.16 / 0.33)

CMYK percentages

%0
%17.65
%16.47
%33.33

Codes

Color #AA8C8E in popluar color models

AA 8C 8E
RGB 170 140 142
HSL 356° 15.00% 60.78%
HSB/HSV 356° 17.65% 66.67%
CMYK 0.00% 17.65% 16.47%
33.33%

Color #AA8C8E in popluar number systems.

HEX AA 8C 8E
Decimal 170 140 142
Binary 10101010 10001100 10001110
Octal 252 214 216

Shades and tints

Shades of #AA8C8E

#AA8C8E
(170,140,142)
#9B8082
(155,128,130)
#8C7476
(140,116,118)
#7D686A
(125,104,106)
#6E5C5E
(110,92,94)
#5F5052
(95,80,82)
#504446
(80,68,70)
#41383A
(65,56,58)
#322C2E
(50,44,46)
#232022
(35,32,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #AA8C8E

#AA8C8E
(170,140,142)
#B19698
(177,150,152)
#B8A0A2
(184,160,162)
#BFAAAC
(191,170,172)
#C6B4B6
(198,180,182)
#CDBEC0
(205,190,192)
#D4C8CA
(212,200,202)
#DBD2D4
(219,210,212)
#E2DCDE
(226,220,222)
#E9E6E8
(233,230,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C8E; }

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

This text font color is #AA8C8E.

Background Color

.myBgColor { background-color: #AA8C8E; }

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

This div background color is #AA8C8E.

Border color

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

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

This div border color is #AA8C8E.

Opacity

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

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

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

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

This text has shadow with #AA8C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8C8E.

Preview

Color preview on black background

This text has color #AA8C8E on black background.


Color preview on white background

This text has color #AA8C8E on white background.


Black color preview on #AA8C8E background

This text has black color on #AA8C8E background.


White color preview on #AA8C8E background

This text has white color on #AA8C8E background.


Related colors

Complementary color

Complementary color for #hex is #557371.


I love getcolorcode.com

Triadic colors

1 #8EAA8C and #8C8EAA with #AA8C8E are triadic colors.

2 #8E8CAA and #8CAA8E with #AA8C8E are triadic colors.