COLOR #AA8C6C

HEX: #AA8C6C
RGB: (170,140,108)

Color info

#AA8C6C contains mainly red and green colors. Web safe color of #AA8C6C is #999966 (or #996).

RGB color model

#AA8C6C color RGB value is (170,140,108).

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

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 108 of 255 = 42%

170
140
108

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

Portions of RGB colors in percentages

R + G + B =
170 + 140 + 108 = 418 (100%)
R 170 of 418 ~ 40.67%
G 140 of 418 ~ 33.49%
B 108 of 418 ~ 25.84%

%40.67
%33.49
%25.84

CMYK color model

#AA8C6C color CMYK value is (0,18,36,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 36.47%
  • key color value is 33.33%
CMYK:
(0,18,36,33)
C0M18Y36K33 
(0%,18%,36%,33%)
(0.00/0.18/0.36/0.33)	

CMYK percentages

%0
%17.65
%36.47
%33.33

Codes

Color #AA8C6C in popluar color models

AA8C6C
RGB170140108
HSL31°26.72%54.51%
HSB/HSV31°36.47%66.67%
CMYK0.00%17.65%36.47%
33.33%

Color #AA8C6C in popluar number systems.

HEXAA8C6C
Decimal170140108
Binary10101010100011001101100
Octal252214154

Shades and tints

Shades of #AA8C6C

#AA8C6C
(170,140,108)
#9B8063
(155,128,99)
#8C745A
(140,116,90)
#7D6851
(125,104,81)
#6E5C48
(110,92,72)
#5F503F
(95,80,63)
#504436
(80,68,54)
#41382D
(65,56,45)
#322C24
(50,44,36)
#23201B
(35,32,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA8C6C

#AA8C6C
(170,140,108)
#B19679
(177,150,121)
#B8A086
(184,160,134)
#BFAA93
(191,170,147)
#C6B4A0
(198,180,160)
#CDBEAD
(205,190,173)
#D4C8BA
(212,200,186)
#DBD2C7
(219,210,199)
#E2DCD4
(226,220,212)
#E9E6E1
(233,230,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8C6C; }

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

This text font color is #AA8C6C.


Background Color

.myBgColor { background-color: #AA8C6C; }

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

This div background color is #AA8C6C.


Border color

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

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

This div border color is #AA8C6C.


Opacity

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

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

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

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

This text has shadow with #AA8C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8C6C on black background.


Color preview on white background

This text has color #AA8C6C on white background.



Black color preview on #AA8C6C background

This text has black color on #AA8C6C background.


White color preview on #AA8C6C background

This text has white color on #AA8C6C background.