COLOR #AA8661

HEX: #AA8661
RGB: (170,134,97)

Color info

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

RGB color model

#AA8661 color RGB value is (170,134,97).

  • red value is 170;
  • green value is 134;
  • blue value is 97.
RGB:
(170,134,97)
(67%,53%,38%)

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 97 of 255 = 38%

170
134
97

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

Portions of RGB colors in percentages

R + G + B =
170 + 134 + 97 = 401 (100%)
R 170 of 401 ~ 42.39%
G 134 of 401 ~ 33.42%
B 97 of 401 ~ 24.19%

%42.39
%33.42
%24.19

CMYK color model

#AA8661 color CMYK value is (0,21,43,33).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 42.94%
  • key color value is 33.33%
CMYK:
(0,21,43,33)
C0M21Y43K33 
(0%,21%,43%,33%)
(0.00/0.21/0.43/0.33)	

CMYK percentages

%0
%21.18
%42.94
%33.33

Codes

Color #AA8661 in popluar color models

AA8661
RGB17013497
HSL30°30.04%52.35%
HSB/HSV30°42.94%66.67%
CMYK0.00%21.18%42.94%
33.33%

Color #AA8661 in popluar number systems.

HEXAA8661
Decimal17013497
Binary10101010100001101100001
Octal252206141

Shades and tints

Shades of #AA8661

#AA8661
(170,134,97)
#9B7A59
(155,122,89)
#8C6E51
(140,110,81)
#7D6249
(125,98,73)
#6E5641
(110,86,65)
#5F4A39
(95,74,57)
#503E31
(80,62,49)
#413229
(65,50,41)
#322621
(50,38,33)
#231A19
(35,26,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #AA8661

#AA8661
(170,134,97)
#B1916F
(177,145,111)
#B89C7D
(184,156,125)
#BFA78B
(191,167,139)
#C6B299
(198,178,153)
#CDBDA7
(205,189,167)
#D4C8B5
(212,200,181)
#DBD3C3
(219,211,195)
#E2DED1
(226,222,209)
#E9E9DF
(233,233,223)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8661 color. Also use rgb(170,134,97) instead hex code.

Text Font Color

.myTextColor { color: #AA8661; }

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

This text font color is #AA8661.


Background Color

.myBgColor { background-color: #AA8661; }

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

This div background color is #AA8661.


Border color

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

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

This div border color is #AA8661.


Opacity

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

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

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

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

This text has shadow with #AA8661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8661 on black background.


Color preview on white background

This text has color #AA8661 on white background.



Black color preview on #AA8661 background

This text has black color on #AA8661 background.


White color preview on #AA8661 background

This text has white color on #AA8661 background.