COLOR #AA7085

HEX: #AA7085
RGB: (170,112,133)

Color info

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

RGB color model

#AA7085 color RGB value is (170,112,133).

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

RGB channels and saturation

R 170 of 255 = 67%
G 112 of 255 = 44%
B 133 of 255 = 52%

170
112
133

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

Portions of RGB colors in percentages

R + G + B =
170 + 112 + 133 = 415 (100%)
R 170 of 415 ~ 40.96%
G 112 of 415 ~ 26.99%
B 133 of 415 ~ 32.05%

%40.96
%26.99
%32.05

CMYK color model

#AA7085 color CMYK value is (0,34,22,33).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 21.76%
  • key color value is 33.33%
CMYK:
(0,34,22,33)
C0M34Y22K33 
(0%,34%,22%,33%)
(0.00/0.34/0.22/0.33)	

CMYK percentages

%0
%34.12
%21.76
%33.33

Codes

Color #AA7085 in popluar color models

AA7085
RGB170112133
HSL338°25.44%55.29%
HSB/HSV338°34.12%66.67%
CMYK0.00%34.12%21.76%
33.33%

Color #AA7085 in popluar number systems.

HEXAA7085
Decimal170112133
Binary10101010111000010000101
Octal252160205

Shades and tints

Shades of #AA7085

#AA7085
(170,112,133)
#9B6679
(155,102,121)
#8C5C6D
(140,92,109)
#7D5261
(125,82,97)
#6E4855
(110,72,85)
#5F3E49
(95,62,73)
#50343D
(80,52,61)
#412A31
(65,42,49)
#322025
(50,32,37)
#231619
(35,22,25)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #AA7085

#AA7085
(170,112,133)
#B17D90
(177,125,144)
#B88A9B
(184,138,155)
#BF97A6
(191,151,166)
#C6A4B1
(198,164,177)
#CDB1BC
(205,177,188)
#D4BEC7
(212,190,199)
#DBCBD2
(219,203,210)
#E2D8DD
(226,216,221)
#E9E5E8
(233,229,232)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7085; }

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

This text font color is #AA7085.


Background Color

.myBgColor { background-color: #AA7085; }

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

This div background color is #AA7085.


Border color

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

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

This div border color is #AA7085.


Opacity

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

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

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

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

This text has shadow with #AA7085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7085 on black background.


Color preview on white background

This text has color #AA7085 on white background.



Black color preview on #AA7085 background

This text has black color on #AA7085 background.


White color preview on #AA7085 background

This text has white color on #AA7085 background.