COLOR #AA6E88

HEX: #AA6E88
RGB: (170,110,136)

Color info

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

RGB color model

#AA6E88 color RGB value is (170,110,136).

  • red value is 170;
  • green value is 110;
  • blue value is 136.
RGB:
(170,110,136)
(67%,43%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 110 of 255 = 43%
B 136 of 255 = 53%

170
110
136

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

Portions of RGB colors in percentages

R + G + B =
170 + 110 + 136 = 416 (100%)
R 170 of 416 ~ 40.87%
G 110 of 416 ~ 26.44%
B 136 of 416 ~ 32.69%

%40.87
%26.44
%32.69

CMYK color model

#AA6E88 color CMYK value is (0,35,20,33).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(0,35,20,33)
C0M35Y20K33 
(0%,35%,20%,33%)
(0.00/0.35/0.20/0.33)	

CMYK percentages

%0
%35.29
%20
%33.33

Codes

Color #AA6E88 in popluar color models

AA6E88
RGB170110136
HSL334°26.09%54.90%
HSB/HSV334°35.29%66.67%
CMYK0.00%35.29%20.00%
33.33%

Color #AA6E88 in popluar number systems.

HEXAA6E88
Decimal170110136
Binary10101010110111010001000
Octal252156210

Shades and tints

Shades of #AA6E88

#AA6E88
(170,110,136)
#9B647C
(155,100,124)
#8C5A70
(140,90,112)
#7D5064
(125,80,100)
#6E4658
(110,70,88)
#5F3C4C
(95,60,76)
#503240
(80,50,64)
#412834
(65,40,52)
#321E28
(50,30,40)
#23141C
(35,20,28)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #AA6E88

#AA6E88
(170,110,136)
#B17B92
(177,123,146)
#B8889C
(184,136,156)
#BF95A6
(191,149,166)
#C6A2B0
(198,162,176)
#CDAFBA
(205,175,186)
#D4BCC4
(212,188,196)
#DBC9CE
(219,201,206)
#E2D6D8
(226,214,216)
#E9E3E2
(233,227,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6E88 color. Also use rgb(170,110,136) instead hex code.

Text Font Color

.myTextColor { color: #AA6E88; }

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

This text font color is #AA6E88.


Background Color

.myBgColor { background-color: #AA6E88; }

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

This div background color is #AA6E88.


Border color

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

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

This div border color is #AA6E88.


Opacity

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

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

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

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

This text has shadow with #AA6E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6E88 on black background.


Color preview on white background

This text has color #AA6E88 on white background.



Black color preview on #AA6E88 background

This text has black color on #AA6E88 background.


White color preview on #AA6E88 background

This text has white color on #AA6E88 background.