COLOR #AA6681

HEX: #AA6681 RGB: (170,102,129)

Color info

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

RGB color model

#AA6681 color RGB value is (170,102,129).

RGB: (170,102,129) (67%, 40%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 129 of 255 = 51%

170
102
129

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

Portions of RGB colors in percentages

R + G + B = 170 + 102 + 129 = 401 (100%)
R 170 of 401 ~ 42.39%
G 102 of 401 ~ 25.44%
B 129 of 401 ~ 32.17'%

%42.39
%25.44
%32.17

CMYK color model

#AA6681 color CMYK value is (0,40,24,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 24.12%
  • key color value is 33.33%

CMYK: (0,40,24,33)
C0M40Y24K33 (0%, 40%, 24%, 33%)
(0.00 / 0.40 / 0.24 / 0.33)

CMYK percentages

%0
%40
%24.12
%33.33

Codes

Color #AA6681 in popluar color models

AA 66 81
RGB 170 102 129
HSL 336° 28.57% 53.33%
HSB/HSV 336° 40.00% 66.67%
CMYK 0.00% 40.00% 24.12%
33.33%

Color #AA6681 in popluar number systems.

HEX AA 66 81
Decimal 170 102 129
Binary 10101010 1100110 10000001
Octal 252 146 201

Shades and tints

Shades of #AA6681

#AA6681
(170,102,129)
#9B5D76
(155,93,118)
#8C546B
(140,84,107)
#7D4B60
(125,75,96)
#6E4255
(110,66,85)
#5F394A
(95,57,74)
#50303F
(80,48,63)
#412734
(65,39,52)
#321E29
(50,30,41)
#23151E
(35,21,30)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #AA6681

#AA6681
(170,102,129)
#B1738C
(177,115,140)
#B88097
(184,128,151)
#BF8DA2
(191,141,162)
#C69AAD
(198,154,173)
#CDA7B8
(205,167,184)
#D4B4C3
(212,180,195)
#DBC1CE
(219,193,206)
#E2CED9
(226,206,217)
#E9DBE4
(233,219,228)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6681; }

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

This text font color is #AA6681.

Background Color

.myBgColor { background-color: #AA6681; }

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

This div background color is #AA6681.

Border color

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

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

This div border color is #AA6681.

Opacity

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

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

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

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

This text has shadow with #AA6681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6681.

Preview

Color preview on black background

This text has color #AA6681 on black background.


Color preview on white background

This text has color #AA6681 on white background.


Black color preview on #AA6681 background

This text has black color on #AA6681 background.


White color preview on #AA6681 background

This text has white color on #AA6681 background.


Related colors

Complementary color

Complementary color for #hex is #55997E.


I love getcolorcode.com

Triadic colors

1 #81AA66 and #6681AA with #AA6681 are triadic colors.

2 #8166AA and #66AA81 with #AA6681 are triadic colors.