COLOR #AA6791

HEX: #AA6791
RGB: (170,103,145)

Color info

#AA6791 contains mainly red and blue colors. Web safe color of #AA6791 is #996699 (or #969).

RGB color model

#AA6791 color RGB value is (170,103,145).

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

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 145 of 255 = 57%

170
103
145

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 145 = 418 (100%)
R 170 of 418 ~ 40.67%
G 103 of 418 ~ 24.64%
B 145 of 418 ~ 34.69%

%40.67
%24.64
%34.69

CMYK color model

#AA6791 color CMYK value is (0,39,15,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(0,39,15,33)
C0M39Y15K33 
(0%,39%,15%,33%)
(0.00/0.39/0.15/0.33)	

CMYK percentages

%0
%39.41
%14.71
%33.33

Codes

Color #AA6791 in popluar color models

AA6791
RGB170103145
HSL322°28.27%53.53%
HSB/HSV322°39.41%66.67%
CMYK0.00%39.41%14.71%
33.33%

Color #AA6791 in popluar number systems.

HEXAA6791
Decimal170103145
Binary10101010110011110010001
Octal252147221

Shades and tints

Shades of #AA6791

#AA6791
(170,103,145)
#9B5E84
(155,94,132)
#8C5577
(140,85,119)
#7D4C6A
(125,76,106)
#6E435D
(110,67,93)
#5F3A50
(95,58,80)
#503143
(80,49,67)
#412836
(65,40,54)
#321F29
(50,31,41)
#23161C
(35,22,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #AA6791

#AA6791
(170,103,145)
#B1749B
(177,116,155)
#B881A5
(184,129,165)
#BF8EAF
(191,142,175)
#C69BB9
(198,155,185)
#CDA8C3
(205,168,195)
#D4B5CD
(212,181,205)
#DBC2D7
(219,194,215)
#E2CFE1
(226,207,225)
#E9DCEB
(233,220,235)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6791; }

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

This text font color is #AA6791.


Background Color

.myBgColor { background-color: #AA6791; }

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

This div background color is #AA6791.


Border color

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

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

This div border color is #AA6791.


Opacity

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

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

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

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

This text has shadow with #AA6791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6791 on black background.


Color preview on white background

This text has color #AA6791 on white background.



Black color preview on #AA6791 background

This text has black color on #AA6791 background.


White color preview on #AA6791 background

This text has white color on #AA6791 background.