COLOR #AA7585

HEX: #AA7585
RGB: (170,117,133)

Color info

#AA7585 contains red, green and blue colors in about the same proportion. Web safe color of #AA7585 is #996699 (or #969).

RGB color model

#AA7585 color RGB value is (170,117,133).

  • red value is 170;
  • green value is 117;
  • blue value is 133.
RGB:
(170,117,133)
(67%,46%,52%)

RGB channels and saturation

R 170 of 255 = 67%
G 117 of 255 = 46%
B 133 of 255 = 52%

170
117
133

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

Portions of RGB colors in percentages

R + G + B =
170 + 117 + 133 = 420 (100%)
R 170 of 420 ~ 40.48%
G 117 of 420 ~ 27.86%
B 133 of 420 ~ 31.67%

%40.48
%27.86
%31.67

CMYK color model

#AA7585 color CMYK value is (0,31,22,33).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 21.76%
  • key color value is 33.33%
CMYK:
(0,31,22,33)
C0M31Y22K33 
(0%,31%,22%,33%)
(0.00/0.31/0.22/0.33)	

CMYK percentages

%0
%31.18
%21.76
%33.33

Codes

Color #AA7585 in popluar color models

AA7585
RGB170117133
HSL342°23.77%56.27%
HSB/HSV342°31.18%66.67%
CMYK0.00%31.18%21.76%
33.33%

Color #AA7585 in popluar number systems.

HEXAA7585
Decimal170117133
Binary10101010111010110000101
Octal252165205

Shades and tints

Shades of #AA7585

#AA7585
(170,117,133)
#9B6B79
(155,107,121)
#8C616D
(140,97,109)
#7D5761
(125,87,97)
#6E4D55
(110,77,85)
#5F4349
(95,67,73)
#50393D
(80,57,61)
#412F31
(65,47,49)
#322525
(50,37,37)
#231B19
(35,27,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #AA7585

#AA7585
(170,117,133)
#B18190
(177,129,144)
#B88D9B
(184,141,155)
#BF99A6
(191,153,166)
#C6A5B1
(198,165,177)
#CDB1BC
(205,177,188)
#D4BDC7
(212,189,199)
#DBC9D2
(219,201,210)
#E2D5DD
(226,213,221)
#E9E1E8
(233,225,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7585; }

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

This text font color is #AA7585.


Background Color

.myBgColor { background-color: #AA7585; }

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

This div background color is #AA7585.


Border color

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

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

This div border color is #AA7585.


Opacity

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

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

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

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

This text has shadow with #AA7585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7585 on black background.


Color preview on white background

This text has color #AA7585 on white background.



Black color preview on #AA7585 background

This text has black color on #AA7585 background.


White color preview on #AA7585 background

This text has white color on #AA7585 background.