COLOR #AA9679

HEX: #AA9679
RGB: (170,150,121)

Color info

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

RGB color model

#AA9679 color RGB value is (170,150,121).

  • red value is 170;
  • green value is 150;
  • blue value is 121.
RGB:
(170,150,121)
(67%,59%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 121 of 255 = 47%

170
150
121

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 121 = 441 (100%)
R 170 of 441 ~ 38.55%
G 150 of 441 ~ 34.01%
B 121 of 441 ~ 27.44%

%38.55
%34.01
%27.44

CMYK color model

#AA9679 color CMYK value is (0,12,29,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(0,12,29,33)
C0M12Y29K33 
(0%,12%,29%,33%)
(0.00/0.12/0.29/0.33)	

CMYK percentages

%0
%11.76
%28.82
%33.33

Codes

Color #AA9679 in popluar color models

AA9679
RGB170150121
HSL36°22.37%57.06%
HSB/HSV36°28.82%66.67%
CMYK0.00%11.76%28.82%
33.33%

Color #AA9679 in popluar number systems.

HEXAA9679
Decimal170150121
Binary10101010100101101111001
Octal252226171

Shades and tints

Shades of #AA9679

#AA9679
(170,150,121)
#9B896E
(155,137,110)
#8C7C63
(140,124,99)
#7D6F58
(125,111,88)
#6E624D
(110,98,77)
#5F5542
(95,85,66)
#504837
(80,72,55)
#413B2C
(65,59,44)
#322E21
(50,46,33)
#232116
(35,33,22)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #AA9679

#AA9679
(170,150,121)
#B19F85
(177,159,133)
#B8A891
(184,168,145)
#BFB19D
(191,177,157)
#C6BAA9
(198,186,169)
#CDC3B5
(205,195,181)
#D4CCC1
(212,204,193)
#DBD5CD
(219,213,205)
#E2DED9
(226,222,217)
#E9E7E5
(233,231,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9679 color. Also use rgb(170,150,121) instead hex code.

Text Font Color

.myTextColor { color: #AA9679; }

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

This text font color is #AA9679.


Background Color

.myBgColor { background-color: #AA9679; }

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

This div background color is #AA9679.


Border color

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

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

This div border color is #AA9679.


Opacity

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

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

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

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

This text has shadow with #AA9679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9679 on black background.


Color preview on white background

This text has color #AA9679 on white background.



Black color preview on #AA9679 background

This text has black color on #AA9679 background.


White color preview on #AA9679 background

This text has white color on #AA9679 background.