COLOR #AA6F85

HEX: #AA6F85 RGB: (170,111,133)

Color info

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

RGB color model

#AA6F85 color RGB value is (170,111,133).

RGB: (170,111,133) (67%, 44%, 52%)

RGB channels and saturation

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

170
111
133

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

Portions of RGB colors in percentages

R + G + B = 170 + 111 + 133 = 414 (100%)
R 170 of 414 ~ 41.06%
G 111 of 414 ~ 26.81%
B 133 of 414 ~ 32.13'%

%41.06
%26.81
%32.13

CMYK color model

#AA6F85 color CMYK value is (0,35,22,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 21.76%
  • key color value is 33.33%

CMYK: (0,35,22,33)
C0M35Y22K33 (0%, 35%, 22%, 33%)
(0.00 / 0.35 / 0.22 / 0.33)

CMYK percentages

%0
%34.71
%21.76
%33.33

Codes

Color #AA6F85 in popluar color models

AA 6F 85
RGB 170 111 133
HSL 338° 25.76% 55.10%
HSB/HSV 338° 34.71% 66.67%
CMYK 0.00% 34.71% 21.76%
33.33%

Color #AA6F85 in popluar number systems.

HEX AA 6F 85
Decimal 170 111 133
Binary 10101010 1101111 10000101
Octal 252 157 205

Shades and tints

Shades of #AA6F85

#AA6F85
(170,111,133)
#9B6579
(155,101,121)
#8C5B6D
(140,91,109)
#7D5161
(125,81,97)
#6E4755
(110,71,85)
#5F3D49
(95,61,73)
#50333D
(80,51,61)
#412931
(65,41,49)
#321F25
(50,31,37)
#231519
(35,21,25)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #AA6F85

#AA6F85
(170,111,133)
#B17C90
(177,124,144)
#B8899B
(184,137,155)
#BF96A6
(191,150,166)
#C6A3B1
(198,163,177)
#CDB0BC
(205,176,188)
#D4BDC7
(212,189,199)
#DBCAD2
(219,202,210)
#E2D7DD
(226,215,221)
#E9E4E8
(233,228,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6F85; }

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

This text font color is #AA6F85.

Background Color

.myBgColor { background-color: #AA6F85; }

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

This div background color is #AA6F85.

Border color

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

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

This div border color is #AA6F85.

Opacity

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

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

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

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

This text has shadow with #AA6F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6F85.

Preview

Color preview on black background

This text has color #AA6F85 on black background.


Color preview on white background

This text has color #AA6F85 on white background.


Black color preview on #AA6F85 background

This text has black color on #AA6F85 background.


White color preview on #AA6F85 background

This text has white color on #AA6F85 background.


Related colors

Complementary color

Complementary color for #hex is #55907A.


I love getcolorcode.com

Triadic colors

1 #85AA6F and #6F85AA with #AA6F85 are triadic colors.

2 #856FAA and #6FAA85 with #AA6F85 are triadic colors.