COLOR #AA627A

HEX: #AA627A RGB: (170,98,122)

Color info

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

RGB color model

#AA627A color RGB value is (170,98,122).

RGB: (170,98,122) (67%, 38%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 98 of 255 = 38%
B 122 of 255 = 48%

170
98
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 98 + 122 = 390 (100%)
R 170 of 390 ~ 43.59%
G 98 of 390 ~ 25.13%
B 122 of 390 ~ 31.28'%

%43.59
%25.13
%31.28

CMYK color model

#AA627A color CMYK value is (0,42,28,33).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 28.24%
  • key color value is 33.33%

CMYK: (0,42,28,33)
C0M42Y28K33 (0%, 42%, 28%, 33%)
(0.00 / 0.42 / 0.28 / 0.33)

CMYK percentages

%0
%42.35
%28.24
%33.33

Codes

Color #AA627A in popluar color models

AA 62 7A
RGB 170 98 122
HSL 340° 29.75% 52.55%
HSB/HSV 340° 42.35% 66.67%
CMYK 0.00% 42.35% 28.24%
33.33%

Color #AA627A in popluar number systems.

HEX AA 62 7A
Decimal 170 98 122
Binary 10101010 1100010 1111010
Octal 252 142 172

Shades and tints

Shades of #AA627A

#AA627A
(170,98,122)
#9B5A6F
(155,90,111)
#8C5264
(140,82,100)
#7D4A59
(125,74,89)
#6E424E
(110,66,78)
#5F3A43
(95,58,67)
#503238
(80,50,56)
#412A2D
(65,42,45)
#322222
(50,34,34)
#231A17
(35,26,23)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #AA627A

#AA627A
(170,98,122)
#B17086
(177,112,134)
#B87E92
(184,126,146)
#BF8C9E
(191,140,158)
#C69AAA
(198,154,170)
#CDA8B6
(205,168,182)
#D4B6C2
(212,182,194)
#DBC4CE
(219,196,206)
#E2D2DA
(226,210,218)
#E9E0E6
(233,224,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA627A color. Also use rgb(170,98,122) instead hex code.

Text Font Color

.myTextColor { color: #AA627A; }

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

This text font color is #AA627A.

Background Color

.myBgColor { background-color: #AA627A; }

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

This div background color is #AA627A.

Border color

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

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

This div border color is #AA627A.

Opacity

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

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

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

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

This text has shadow with #AA627A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA627A.

Preview

Color preview on black background

This text has color #AA627A on black background.


Color preview on white background

This text has color #AA627A on white background.


Black color preview on #AA627A background

This text has black color on #AA627A background.


White color preview on #AA627A background

This text has white color on #AA627A background.


Related colors

Complementary color

Complementary color for #hex is #559D85.


I love getcolorcode.com

Triadic colors

1 #7AAA62 and #627AAA with #AA627A are triadic colors.

2 #7A62AA and #62AA7A with #AA627A are triadic colors.