COLOR #AA667E

HEX: #AA667E RGB: (170,102,126)

Color info

#AA667E contains mainly red and blue colors. Web safe color of #AA667E is #996666 (or #966).

RGB color model

#AA667E color RGB value is (170,102,126).

RGB: (170,102,126) (67%, 40%, 49%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 126 of 255 = 49%

170
102
126

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

Portions of RGB colors in percentages

R + G + B = 170 + 102 + 126 = 398 (100%)
R 170 of 398 ~ 42.71%
G 102 of 398 ~ 25.63%
B 126 of 398 ~ 31.66'%

%42.71
%25.63
%31.66

CMYK color model

#AA667E color CMYK value is (0,40,26,33).

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

CMYK: (0,40,26,33)
C0M40Y26K33 (0%, 40%, 26%, 33%)
(0.00 / 0.40 / 0.26 / 0.33)

CMYK percentages

%0
%40
%25.88
%33.33

Codes

Color #AA667E in popluar color models

AA 66 7E
RGB 170 102 126
HSL 339° 28.57% 53.33%
HSB/HSV 339° 40.00% 66.67%
CMYK 0.00% 40.00% 25.88%
33.33%

Color #AA667E in popluar number systems.

HEX AA 66 7E
Decimal 170 102 126
Binary 10101010 1100110 1111110
Octal 252 146 176

Shades and tints

Shades of #AA667E

#AA667E
(170,102,126)
#9B5D73
(155,93,115)
#8C5468
(140,84,104)
#7D4B5D
(125,75,93)
#6E4252
(110,66,82)
#5F3947
(95,57,71)
#50303C
(80,48,60)
#412731
(65,39,49)
#321E26
(50,30,38)
#23151B
(35,21,27)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #AA667E

#AA667E
(170,102,126)
#B17389
(177,115,137)
#B88094
(184,128,148)
#BF8D9F
(191,141,159)
#C69AAA
(198,154,170)
#CDA7B5
(205,167,181)
#D4B4C0
(212,180,192)
#DBC1CB
(219,193,203)
#E2CED6
(226,206,214)
#E9DBE1
(233,219,225)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA667E; }

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

This text font color is #AA667E.

Background Color

.myBgColor { background-color: #AA667E; }

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

This div background color is #AA667E.

Border color

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

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

This div border color is #AA667E.

Opacity

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

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

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

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

This text has shadow with #AA667E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA667E.

Preview

Color preview on black background

This text has color #AA667E on black background.


Color preview on white background

This text has color #AA667E on white background.


Black color preview on #AA667E background

This text has black color on #AA667E background.


White color preview on #AA667E background

This text has white color on #AA667E background.


Related colors

Complementary color

Complementary color for #hex is #559981.


I love getcolorcode.com

Triadic colors

1 #7EAA66 and #667EAA with #AA667E are triadic colors.

2 #7E66AA and #66AA7E with #AA667E are triadic colors.