COLOR #AA8C7F

HEX: #AA8C7F RGB: (170,140,127)

Color info

#AA8C7F contains red, green and blue colors in about the same proportion. Web safe color of #AA8C7F is #999966 (or #996).

RGB color model

#AA8C7F color RGB value is (170,140,127).

RGB: (170,140,127) (67%, 55%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 127 of 255 = 50%

170
140
127

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

Portions of RGB colors in percentages

R + G + B = 170 + 140 + 127 = 437 (100%)
R 170 of 437 ~ 38.9%
G 140 of 437 ~ 32.04%
B 127 of 437 ~ 29.06'%

%38.9
%32.04
%29.06

CMYK color model

#AA8C7F color CMYK value is (0,18,25,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK: (0,18,25,33) C0M18Y25K33 (0%,18%,25%,33%) (0.00/0.18/0.25/0.33) 

CMYK percentages

%0
%17.65
%25.29
%33.33

Codes

Color #AA8C7F in popluar color models

AA 8C 7F
RGB 170 140 127
HSL 18° 20.19% 58.24%
HSB/HSV 18° 25.29% 66.67%
CMYK 0.00% 17.65% 25.29%
33.33%

Color #AA8C7F in popluar number systems.

HEX AA 8C 7F
Decimal 170 140 127
Binary 10101010 10001100 1111111
Octal 252 214 177

Shades and tints

Shades of #AA8C7F

#AA8C7F
(170,140,127)
#9B8074
(155,128,116)
#8C7469
(140,116,105)
#7D685E
(125,104,94)
#6E5C53
(110,92,83)
#5F5048
(95,80,72)
#50443D
(80,68,61)
#413832
(65,56,50)
#322C27
(50,44,39)
#23201C
(35,32,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AA8C7F

#AA8C7F
(170,140,127)
#B1968A
(177,150,138)
#B8A095
(184,160,149)
#BFAAA0
(191,170,160)
#C6B4AB
(198,180,171)
#CDBEB6
(205,190,182)
#D4C8C1
(212,200,193)
#DBD2CC
(219,210,204)
#E2DCD7
(226,220,215)
#E9E6E2
(233,230,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C7F; }

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

This text font color is #AA8C7F.

Background Color

.myBgColor { background-color: #AA8C7F; }

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

This div background color is #AA8C7F.

Border color

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

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

This div border color is #AA8C7F.

Opacity

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

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

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

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

This text has shadow with #AA8C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8C7F.

Preview

Color preview on black background

This text has color #AA8C7F on black background.


Color preview on white background

This text has color #AA8C7F on white background.


Black color preview on #AA8C7F background

This text has black color on #AA8C7F background.


White color preview on #AA8C7F background

This text has white color on #AA8C7F background.


Related colors

Complementary color

Complementary color for #hex is #557380.


I love getcolorcode.com

Triadic colors

1 #7FAA8C and #8C7FAA with #AA8C7F are triadic colors.

2 #7F8CAA and #8CAA7F with #AA8C7F are triadic colors.