COLOR #AA658A

HEX: #AA658A RGB: (170,101,138)

Color info

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

RGB color model

#AA658A color RGB value is (170,101,138).

RGB: (170,101,138) (67%, 40%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 138 of 255 = 54%

170
101
138

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

Portions of RGB colors in percentages

R + G + B = 170 + 101 + 138 = 409 (100%)
R 170 of 409 ~ 41.56%
G 101 of 409 ~ 24.69%
B 138 of 409 ~ 33.74'%

%41.56
%24.69
%33.74

CMYK color model

#AA658A color CMYK value is (0,41,19,33).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 18.82%
  • key color value is 33.33%

CMYK: (0,41,19,33)
C0M41Y19K33 (0%, 41%, 19%, 33%)
(0.00 / 0.41 / 0.19 / 0.33)

CMYK percentages

%0
%40.59
%18.82
%33.33

Codes

Color #AA658A in popluar color models

AA 65 8A
RGB 170 101 138
HSL 328° 28.87% 53.14%
HSB/HSV 328° 40.59% 66.67%
CMYK 0.00% 40.59% 18.82%
33.33%

Color #AA658A in popluar number systems.

HEX AA 65 8A
Decimal 170 101 138
Binary 10101010 1100101 10001010
Octal 252 145 212

Shades and tints

Shades of #AA658A

#AA658A
(170,101,138)
#9B5C7E
(155,92,126)
#8C5372
(140,83,114)
#7D4A66
(125,74,102)
#6E415A
(110,65,90)
#5F384E
(95,56,78)
#502F42
(80,47,66)
#412636
(65,38,54)
#321D2A
(50,29,42)
#23141E
(35,20,30)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #AA658A

#AA658A
(170,101,138)
#B17394
(177,115,148)
#B8819E
(184,129,158)
#BF8FA8
(191,143,168)
#C69DB2
(198,157,178)
#CDABBC
(205,171,188)
#D4B9C6
(212,185,198)
#DBC7D0
(219,199,208)
#E2D5DA
(226,213,218)
#E9E3E4
(233,227,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA658A color. Also use rgb(170,101,138) instead hex code.

Text Font Color

.myTextColor { color: #AA658A; }

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

This text font color is #AA658A.

Background Color

.myBgColor { background-color: #AA658A; }

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

This div background color is #AA658A.

Border color

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

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

This div border color is #AA658A.

Opacity

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

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

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

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

This text has shadow with #AA658A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA658A.

Preview

Color preview on black background

This text has color #AA658A on black background.


Color preview on white background

This text has color #AA658A on white background.


Black color preview on #AA658A background

This text has black color on #AA658A background.


White color preview on #AA658A background

This text has white color on #AA658A background.


Related colors

Complementary color

Complementary color for #hex is #559A75.


I love getcolorcode.com

Triadic colors

1 #8AAA65 and #658AAA with #AA658A are triadic colors.

2 #8A65AA and #65AA8A with #AA658A are triadic colors.