COLOR #AA9680

HEX: #AA9680
RGB: (170,150,128)

Color info

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

RGB color model

#AA9680 color RGB value is (170,150,128).

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

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 128 of 255 = 50%

170
150
128

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 128 = 448 (100%)
R 170 of 448 ~ 37.95%
G 150 of 448 ~ 33.48%
B 128 of 448 ~ 28.57%

%37.95
%33.48
%28.57

CMYK color model

#AA9680 color CMYK value is (0,12,25,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 24.71%
  • key color value is 33.33%
CMYK:
(0,12,25,33)
C0M12Y25K33 
(0%,12%,25%,33%)
(0.00/0.12/0.25/0.33)	

CMYK percentages

%0
%11.76
%24.71
%33.33

Codes

Color #AA9680 in popluar color models

AA9680
RGB170150128
HSL31°19.81%58.43%
HSB/HSV31°24.71%66.67%
CMYK0.00%11.76%24.71%
33.33%

Color #AA9680 in popluar number systems.

HEXAA9680
Decimal170150128
Binary101010101001011010000000
Octal252226200

Shades and tints

Shades of #AA9680

#AA9680
(170,150,128)
#9B8975
(155,137,117)
#8C7C6A
(140,124,106)
#7D6F5F
(125,111,95)
#6E6254
(110,98,84)
#5F5549
(95,85,73)
#50483E
(80,72,62)
#413B33
(65,59,51)
#322E28
(50,46,40)
#23211D
(35,33,29)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA9680

#AA9680
(170,150,128)
#B19F8B
(177,159,139)
#B8A896
(184,168,150)
#BFB1A1
(191,177,161)
#C6BAAC
(198,186,172)
#CDC3B7
(205,195,183)
#D4CCC2
(212,204,194)
#DBD5CD
(219,213,205)
#E2DED8
(226,222,216)
#E9E7E3
(233,231,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9680; }

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

This text font color is #AA9680.


Background Color

.myBgColor { background-color: #AA9680; }

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

This div background color is #AA9680.


Border color

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

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

This div border color is #AA9680.


Opacity

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

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

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

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

This text has shadow with #AA9680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9680 on black background.


Color preview on white background

This text has color #AA9680 on white background.



Black color preview on #AA9680 background

This text has black color on #AA9680 background.


White color preview on #AA9680 background

This text has white color on #AA9680 background.