COLOR #AA8C6F

HEX: #AA8C6F
RGB: (170,140,111)

Color info

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

RGB color model

#AA8C6F color RGB value is (170,140,111).

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

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 111 of 255 = 44%

170
140
111

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 111 = 421 (100%)
R 170 of 421 ~ 40.38%
G 140 of 421 ~ 33.25%
B 111 of 421 ~ 26.37%

%40.38
%33.25
%26.37

CMYK color model

#AA8C6F color CMYK value is (0,18,35,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 34.71%
  • key color value is 33.33%
CMYK:
(0,18,35,33)
C0M18Y35K33 
(0%,18%,35%,33%)
(0.00/0.18/0.35/0.33)	

CMYK percentages

%0
%17.65
%34.71
%33.33

Codes

Color #AA8C6F in popluar color models

AA8C6F
RGB170140111
HSL29°25.76%55.10%
HSB/HSV29°34.71%66.67%
CMYK0.00%17.65%34.71%
33.33%

Color #AA8C6F in popluar number systems.

HEXAA8C6F
Decimal170140111
Binary10101010100011001101111
Octal252214157

Shades and tints

Shades of #AA8C6F

#AA8C6F
(170,140,111)
#9B8065
(155,128,101)
#8C745B
(140,116,91)
#7D6851
(125,104,81)
#6E5C47
(110,92,71)
#5F503D
(95,80,61)
#504433
(80,68,51)
#413829
(65,56,41)
#322C1F
(50,44,31)
#232015
(35,32,21)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #AA8C6F

#AA8C6F
(170,140,111)
#B1967C
(177,150,124)
#B8A089
(184,160,137)
#BFAA96
(191,170,150)
#C6B4A3
(198,180,163)
#CDBEB0
(205,190,176)
#D4C8BD
(212,200,189)
#DBD2CA
(219,210,202)
#E2DCD7
(226,220,215)
#E9E6E4
(233,230,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C6F; }

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

This text font color is #AA8C6F.


Background Color

.myBgColor { background-color: #AA8C6F; }

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

This div background color is #AA8C6F.


Border color

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

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

This div border color is #AA8C6F.


Opacity

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

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

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

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

This text has shadow with #AA8C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C6F on black background.


Color preview on white background

This text has color #AA8C6F on white background.



Black color preview on #AA8C6F background

This text has black color on #AA8C6F background.


White color preview on #AA8C6F background

This text has white color on #AA8C6F background.