COLOR #AA8F74

HEX: #AA8F74
RGB: (170,143,116)

Color info

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

RGB color model

#AA8F74 color RGB value is (170,143,116).

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

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 116 of 255 = 45%

170
143
116

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

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 116 = 429 (100%)
R 170 of 429 ~ 39.63%
G 143 of 429 ~ 33.33%
B 116 of 429 ~ 27.04%

%39.63
%33.33
%27.04

CMYK color model

#AA8F74 color CMYK value is (0,16,32,33).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 31.76%
  • key color value is 33.33%
CMYK:
(0,16,32,33)
C0M16Y32K33 
(0%,16%,32%,33%)
(0.00/0.16/0.32/0.33)	

CMYK percentages

%0
%15.88
%31.76
%33.33

Codes

Color #AA8F74 in popluar color models

AA8F74
RGB170143116
HSL30°24.11%56.08%
HSB/HSV30°31.76%66.67%
CMYK0.00%15.88%31.76%
33.33%

Color #AA8F74 in popluar number systems.

HEXAA8F74
Decimal170143116
Binary10101010100011111110100
Octal252217164

Shades and tints

Shades of #AA8F74

#AA8F74
(170,143,116)
#9B826A
(155,130,106)
#8C7560
(140,117,96)
#7D6856
(125,104,86)
#6E5B4C
(110,91,76)
#5F4E42
(95,78,66)
#504138
(80,65,56)
#41342E
(65,52,46)
#322724
(50,39,36)
#231A1A
(35,26,26)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #AA8F74

#AA8F74
(170,143,116)
#B19980
(177,153,128)
#B8A38C
(184,163,140)
#BFAD98
(191,173,152)
#C6B7A4
(198,183,164)
#CDC1B0
(205,193,176)
#D4CBBC
(212,203,188)
#DBD5C8
(219,213,200)
#E2DFD4
(226,223,212)
#E9E9E0
(233,233,224)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8F74; }

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

This text font color is #AA8F74.


Background Color

.myBgColor { background-color: #AA8F74; }

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

This div background color is #AA8F74.


Border color

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

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

This div border color is #AA8F74.


Opacity

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

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

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

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

This text has shadow with #AA8F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8F74 on black background.


Color preview on white background

This text has color #AA8F74 on white background.



Black color preview on #AA8F74 background

This text has black color on #AA8F74 background.


White color preview on #AA8F74 background

This text has white color on #AA8F74 background.