COLOR #AA6F8E

HEX: #AA6F8E
RGB: (170,111,142)

Color info

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

RGB color model

#AA6F8E color RGB value is (170,111,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 142 of 255 = 56%

170
111
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 111 + 142 = 423 (100%)
R 170 of 423 ~ 40.19%
G 111 of 423 ~ 26.24%
B 142 of 423 ~ 33.57%

%40.19
%26.24
%33.57

CMYK color model

#AA6F8E color CMYK value is (0,35,16,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,35,16,33)
C0M35Y16K33 
(0%,35%,16%,33%)
(0.00/0.35/0.16/0.33)	

CMYK percentages

%0
%34.71
%16.47
%33.33

Codes

Color #AA6F8E in popluar color models

AA6F8E
RGB170111142
HSL328°25.76%55.10%
HSB/HSV328°34.71%66.67%
CMYK0.00%34.71%16.47%
33.33%

Color #AA6F8E in popluar number systems.

HEXAA6F8E
Decimal170111142
Binary10101010110111110001110
Octal252157216

Shades and tints

Shades of #AA6F8E

#AA6F8E
(170,111,142)
#9B6582
(155,101,130)
#8C5B76
(140,91,118)
#7D516A
(125,81,106)
#6E475E
(110,71,94)
#5F3D52
(95,61,82)
#503346
(80,51,70)
#41293A
(65,41,58)
#321F2E
(50,31,46)
#231522
(35,21,34)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #AA6F8E

#AA6F8E
(170,111,142)
#B17C98
(177,124,152)
#B889A2
(184,137,162)
#BF96AC
(191,150,172)
#C6A3B6
(198,163,182)
#CDB0C0
(205,176,192)
#D4BDCA
(212,189,202)
#DBCAD4
(219,202,212)
#E2D7DE
(226,215,222)
#E9E4E8
(233,228,232)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6F8E; }

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

This text font color is #AA6F8E.


Background Color

.myBgColor { background-color: #AA6F8E; }

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

This div background color is #AA6F8E.


Border color

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

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

This div border color is #AA6F8E.


Opacity

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

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

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

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

This text has shadow with #AA6F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6F8E on black background.


Color preview on white background

This text has color #AA6F8E on white background.



Black color preview on #AA6F8E background

This text has black color on #AA6F8E background.


White color preview on #AA6F8E background

This text has white color on #AA6F8E background.