COLOR #AA668E

HEX: #AA668E
RGB: (170,102,142)

Color info

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

RGB color model

#AA668E color RGB value is (170,102,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 142 of 255 = 56%

170
102
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 102 + 142 = 414 (100%)
R 170 of 414 ~ 41.06%
G 102 of 414 ~ 24.64%
B 142 of 414 ~ 34.3%

%41.06
%24.64
%34.3

CMYK color model

#AA668E color CMYK value is (0,40,16,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,40,16,33)
C0M40Y16K33 
(0%,40%,16%,33%)
(0.00/0.40/0.16/0.33)	

CMYK percentages

%0
%40
%16.47
%33.33

Codes

Color #AA668E in popluar color models

AA668E
RGB170102142
HSL325°28.57%53.33%
HSB/HSV325°40.00%66.67%
CMYK0.00%40.00%16.47%
33.33%

Color #AA668E in popluar number systems.

HEXAA668E
Decimal170102142
Binary10101010110011010001110
Octal252146216

Shades and tints

Shades of #AA668E

#AA668E
(170,102,142)
#9B5D82
(155,93,130)
#8C5476
(140,84,118)
#7D4B6A
(125,75,106)
#6E425E
(110,66,94)
#5F3952
(95,57,82)
#503046
(80,48,70)
#41273A
(65,39,58)
#321E2E
(50,30,46)
#231522
(35,21,34)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #AA668E

#AA668E
(170,102,142)
#B17398
(177,115,152)
#B880A2
(184,128,162)
#BF8DAC
(191,141,172)
#C69AB6
(198,154,182)
#CDA7C0
(205,167,192)
#D4B4CA
(212,180,202)
#DBC1D4
(219,193,212)
#E2CEDE
(226,206,222)
#E9DBE8
(233,219,232)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA668E; }

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

This text font color is #AA668E.


Background Color

.myBgColor { background-color: #AA668E; }

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

This div background color is #AA668E.


Border color

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

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

This div border color is #AA668E.


Opacity

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

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

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

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

This text has shadow with #AA668E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA668E on black background.


Color preview on white background

This text has color #AA668E on white background.



Black color preview on #AA668E background

This text has black color on #AA668E background.


White color preview on #AA668E background

This text has white color on #AA668E background.