COLOR #AA9685

HEX: #AA9685 RGB: (170,150,133)

Color info

#AA9685 contains red, green and blue colors in about the same proportion. Web safe color of #AA9685 is #999999 (or #999).

RGB color model

#AA9685 color RGB value is (170,150,133).

RGB: (170,150,133) (67%, 59%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 133 of 255 = 52%

170
150
133

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

Portions of RGB colors in percentages

R + G + B = 170 + 150 + 133 = 453 (100%)
R 170 of 453 ~ 37.53%
G 150 of 453 ~ 33.11%
B 133 of 453 ~ 29.36'%

%37.53
%33.11
%29.36

CMYK color model

#AA9685 color CMYK value is (0,12,22,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 21.76%
  • key color value is 33.33%
CMYK: (0,12,22,33) C0M12Y22K33 (0%,12%,22%,33%) (0.00/0.12/0.22/0.33) 

CMYK percentages

%0
%11.76
%21.76
%33.33

Codes

Color #AA9685 in popluar color models

AA 96 85
RGB 170 150 133
HSL 28° 17.87% 59.41%
HSB/HSV 28° 21.76% 66.67%
CMYK 0.00% 11.76% 21.76%
33.33%

Color #AA9685 in popluar number systems.

HEX AA 96 85
Decimal 170 150 133
Binary 10101010 10010110 10000101
Octal 252 226 205

Shades and tints

Shades of #AA9685

#AA9685
(170,150,133)
#9B8979
(155,137,121)
#8C7C6D
(140,124,109)
#7D6F61
(125,111,97)
#6E6255
(110,98,85)
#5F5549
(95,85,73)
#50483D
(80,72,61)
#413B31
(65,59,49)
#322E25
(50,46,37)
#232119
(35,33,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AA9685

#AA9685
(170,150,133)
#B19F90
(177,159,144)
#B8A89B
(184,168,155)
#BFB1A6
(191,177,166)
#C6BAB1
(198,186,177)
#CDC3BC
(205,195,188)
#D4CCC7
(212,204,199)
#DBD5D2
(219,213,210)
#E2DEDD
(226,222,221)
#E9E7E8
(233,231,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9685; }

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

This text font color is #AA9685.

Background Color

.myBgColor { background-color: #AA9685; }

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

This div background color is #AA9685.

Border color

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

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

This div border color is #AA9685.

Opacity

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

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

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

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

This text has shadow with #AA9685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9685.

Preview

Color preview on black background

This text has color #AA9685 on black background.


Color preview on white background

This text has color #AA9685 on white background.


Black color preview on #AA9685 background

This text has black color on #AA9685 background.


White color preview on #AA9685 background

This text has white color on #AA9685 background.


Related colors

Complementary color

Complementary color for #hex is #55697A.


I love getcolorcode.com

Triadic colors

1 #85AA96 and #9685AA with #AA9685 are triadic colors.

2 #8596AA and #96AA85 with #AA9685 are triadic colors.