COLOR #AA8D74

HEX: #AA8D74
RGB: (170,141,116)

Color info

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

RGB color model

#AA8D74 color RGB value is (170,141,116).

  • red value is 170;
  • green value is 141;
  • blue value is 116.
RGB:
(170,141,116)
(67%,55%,45%)

RGB channels and saturation

R 170 of 255 = 67%
G 141 of 255 = 55%
B 116 of 255 = 45%

170
141
116

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

Portions of RGB colors in percentages

R + G + B =
170 + 141 + 116 = 427 (100%)
R 170 of 427 ~ 39.81%
G 141 of 427 ~ 33.02%
B 116 of 427 ~ 27.17%

%39.81
%33.02
%27.17

CMYK color model

#AA8D74 color CMYK value is (0,17,32,33).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 31.76%
  • key color value is 33.33%
CMYK:
(0,17,32,33)
C0M17Y32K33 
(0%,17%,32%,33%)
(0.00/0.17/0.32/0.33)	

CMYK percentages

%0
%17.06
%31.76
%33.33

Codes

Color #AA8D74 in popluar color models

AA8D74
RGB170141116
HSL28°24.11%56.08%
HSB/HSV28°31.76%66.67%
CMYK0.00%17.06%31.76%
33.33%

Color #AA8D74 in popluar number systems.

HEXAA8D74
Decimal170141116
Binary10101010100011011110100
Octal252215164

Shades and tints

Shades of #AA8D74

#AA8D74
(170,141,116)
#9B816A
(155,129,106)
#8C7560
(140,117,96)
#7D6956
(125,105,86)
#6E5D4C
(110,93,76)
#5F5142
(95,81,66)
#504538
(80,69,56)
#41392E
(65,57,46)
#322D24
(50,45,36)
#23211A
(35,33,26)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AA8D74

#AA8D74
(170,141,116)
#B19780
(177,151,128)
#B8A18C
(184,161,140)
#BFAB98
(191,171,152)
#C6B5A4
(198,181,164)
#CDBFB0
(205,191,176)
#D4C9BC
(212,201,188)
#DBD3C8
(219,211,200)
#E2DDD4
(226,221,212)
#E9E7E0
(233,231,224)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8D74 color. Also use rgb(170,141,116) instead hex code.

Text Font Color

.myTextColor { color: #AA8D74; }

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

This text font color is #AA8D74.


Background Color

.myBgColor { background-color: #AA8D74; }

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

This div background color is #AA8D74.


Border color

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

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

This div border color is #AA8D74.


Opacity

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

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

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

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

This text has shadow with #AA8D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8D74 on black background.


Color preview on white background

This text has color #AA8D74 on white background.



Black color preview on #AA8D74 background

This text has black color on #AA8D74 background.


White color preview on #AA8D74 background

This text has white color on #AA8D74 background.