COLOR #AA6F91

HEX: #AA6F91
RGB: (170,111,145)

Color info

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

RGB color model

#AA6F91 color RGB value is (170,111,145).

  • red value is 170;
  • green value is 111;
  • blue value is 145.
RGB:
(170,111,145)
(67%,44%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 145 of 255 = 57%

170
111
145

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 145 = 426 (100%)
R 170 of 426 ~ 39.91%
G 111 of 426 ~ 26.06%
B 145 of 426 ~ 34.04%

%39.91
%26.06
%34.04

CMYK color model

#AA6F91 color CMYK value is (0,35,15,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(0,35,15,33)
C0M35Y15K33 
(0%,35%,15%,33%)
(0.00/0.35/0.15/0.33)	

CMYK percentages

%0
%34.71
%14.71
%33.33

Codes

Color #AA6F91 in popluar color models

AA6F91
RGB170111145
HSL325°25.76%55.10%
HSB/HSV325°34.71%66.67%
CMYK0.00%34.71%14.71%
33.33%

Color #AA6F91 in popluar number systems.

HEXAA6F91
Decimal170111145
Binary10101010110111110010001
Octal252157221

Shades and tints

Shades of #AA6F91

#AA6F91
(170,111,145)
#9B6584
(155,101,132)
#8C5B77
(140,91,119)
#7D516A
(125,81,106)
#6E475D
(110,71,93)
#5F3D50
(95,61,80)
#503343
(80,51,67)
#412936
(65,41,54)
#321F29
(50,31,41)
#23151C
(35,21,28)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #AA6F91

#AA6F91
(170,111,145)
#B17C9B
(177,124,155)
#B889A5
(184,137,165)
#BF96AF
(191,150,175)
#C6A3B9
(198,163,185)
#CDB0C3
(205,176,195)
#D4BDCD
(212,189,205)
#DBCAD7
(219,202,215)
#E2D7E1
(226,215,225)
#E9E4EB
(233,228,235)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6F91; }

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

This text font color is #AA6F91.


Background Color

.myBgColor { background-color: #AA6F91; }

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

This div background color is #AA6F91.


Border color

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

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

This div border color is #AA6F91.


Opacity

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

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

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

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

This text has shadow with #AA6F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6F91 on black background.


Color preview on white background

This text has color #AA6F91 on white background.



Black color preview on #AA6F91 background

This text has black color on #AA6F91 background.


White color preview on #AA6F91 background

This text has white color on #AA6F91 background.