COLOR #AA799E

HEX: #AA799E
RGB: (170,121,158)

Color info

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

RGB color model

#AA799E color RGB value is (170,121,158).

  • red value is 170;
  • green value is 121;
  • blue value is 158.
RGB:
(170,121,158)
(67%,47%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 121 of 255 = 47%
B 158 of 255 = 62%

170
121
158

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

Portions of RGB colors in percentages

R + G + B =
170 + 121 + 158 = 449 (100%)
R 170 of 449 ~ 37.86%
G 121 of 449 ~ 26.95%
B 158 of 449 ~ 35.19%

%37.86
%26.95
%35.19

CMYK color model

#AA799E color CMYK value is (0,29,7,33).

  • cyan value is 0.00%
  • magenta value is 28.82%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(0,29,7,33)
C0M29Y7K33 
(0%,29%,7%,33%)
(0.00/0.29/0.07/0.33)	

CMYK percentages

%0
%28.82
%7.06
%33.33

Codes

Color #AA799E in popluar color models

AA799E
RGB170121158
HSL315°22.37%57.06%
HSB/HSV315°28.82%66.67%
CMYK0.00%28.82%7.06%
33.33%

Color #AA799E in popluar number systems.

HEXAA799E
Decimal170121158
Binary10101010111100110011110
Octal252171236

Shades and tints

Shades of #AA799E

#AA799E
(170,121,158)
#9B6E90
(155,110,144)
#8C6382
(140,99,130)
#7D5874
(125,88,116)
#6E4D66
(110,77,102)
#5F4258
(95,66,88)
#50374A
(80,55,74)
#412C3C
(65,44,60)
#32212E
(50,33,46)
#231620
(35,22,32)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #AA799E

#AA799E
(170,121,158)
#B185A6
(177,133,166)
#B891AE
(184,145,174)
#BF9DB6
(191,157,182)
#C6A9BE
(198,169,190)
#CDB5C6
(205,181,198)
#D4C1CE
(212,193,206)
#DBCDD6
(219,205,214)
#E2D9DE
(226,217,222)
#E9E5E6
(233,229,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA799E color. Also use rgb(170,121,158) instead hex code.

Text Font Color

.myTextColor { color: #AA799E; }

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

This text font color is #AA799E.


Background Color

.myBgColor { background-color: #AA799E; }

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

This div background color is #AA799E.


Border color

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

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

This div border color is #AA799E.


Opacity

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

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

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

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

This text has shadow with #AA799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA799E on black background.


Color preview on white background

This text has color #AA799E on white background.



Black color preview on #AA799E background

This text has black color on #AA799E background.


White color preview on #AA799E background

This text has white color on #AA799E background.