COLOR #AA9585

HEX: #AA9585 RGB: (170,149,133)

Color info

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

RGB color model

#AA9585 color RGB value is (170,149,133).

RGB: (170,149,133) (67%, 58%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 133 of 255 = 52%

170
149
133

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

Portions of RGB colors in percentages

R + G + B = 170 + 149 + 133 = 452 (100%)
R 170 of 452 ~ 37.61%
G 149 of 452 ~ 32.96%
B 133 of 452 ~ 29.42'%

%37.61
%32.96
%29.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.35%
  • 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
%12.35
%21.76
%33.33

Codes

Color #AA9585 in popluar color models

AA 95 85
RGB 170 149 133
HSL 26° 17.87% 59.41%
HSB/HSV 26° 21.76% 66.67%
CMYK 0.00% 12.35% 21.76%
33.33%

Color #AA9585 in popluar number systems.

HEX AA 95 85
Decimal 170 149 133
Binary 10101010 10010101 10000101
Octal 252 225 205

Shades and tints

Shades of #AA9585

#AA9585
(170,149,133)
#9B8879
(155,136,121)
#8C7B6D
(140,123,109)
#7D6E61
(125,110,97)
#6E6155
(110,97,85)
#5F5449
(95,84,73)
#50473D
(80,71,61)
#413A31
(65,58,49)
#322D25
(50,45,37)
#232019
(35,32,25)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #AA9585

#AA9585
(170,149,133)
#B19E90
(177,158,144)
#B8A79B
(184,167,155)
#BFB0A6
(191,176,166)
#C6B9B1
(198,185,177)
#CDC2BC
(205,194,188)
#D4CBC7
(212,203,199)
#DBD4D2
(219,212,210)
#E2DDDD
(226,221,221)
#E9E6E8
(233,230,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9585; }

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

This text font color is #AA9585.

Background Color

.myBgColor { background-color: #AA9585; }

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

This div background color is #AA9585.

Border color

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

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

This div border color is #AA9585.

Opacity

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

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

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

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

This text has shadow with #AA9585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9585.

Preview

Color preview on black background

This text has color #AA9585 on black background.


Color preview on white background

This text has color #AA9585 on white background.


Black color preview on #AA9585 background

This text has black color on #AA9585 background.


White color preview on #AA9585 background

This text has white color on #AA9585 background.


Related colors

Complementary color

Complementary color for #hex is #556A7A.


I love getcolorcode.com

Triadic colors

1 #85AA95 and #9585AA with #AA9585 are triadic colors.

2 #8595AA and #95AA85 with #AA9585 are triadic colors.