COLOR #AA8FA4

HEX: #AA8FA4 RGB: (170,143,164)

Color info

#AA8FA4 contains red, green and blue colors in about the same proportion. Web safe color of #AA8FA4 is #999999 (or #999).

RGB color model

#AA8FA4 color RGB value is (170,143,164).

RGB: (170,143,164) (67%, 56%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 164 of 255 = 64%

170
143
164

R + G + B ~ 62%. #AA8FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 143 + 164 = 477 (100%)
R 170 of 477 ~ 35.64%
G 143 of 477 ~ 29.98%
B 164 of 477 ~ 34.38'%

%35.64
%29.98
%34.38

CMYK color model

#AA8FA4 color CMYK value is (0,16,4,33).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 3.53%
  • key color value is 33.33%

CMYK: (0,16,4,33)
C0M16Y4K33 (0%, 16%, 4%, 33%)
(0.00 / 0.16 / 0.04 / 0.33)

CMYK percentages

%0
%15.88
%3.53
%33.33

Codes

Color #AA8FA4 in popluar color models

AA 8F A4
RGB 170 143 164
HSL 313° 13.71% 61.37%
HSB/HSV 313° 15.88% 66.67%
CMYK 0.00% 15.88% 3.53%
33.33%

Color #AA8FA4 in popluar number systems.

HEX AA 8F A4
Decimal 170 143 164
Binary 10101010 10001111 10100100
Octal 252 217 244

Shades and tints

Shades of #AA8FA4

#AA8FA4
(170,143,164)
#9B8296
(155,130,150)
#8C7588
(140,117,136)
#7D687A
(125,104,122)
#6E5B6C
(110,91,108)
#5F4E5E
(95,78,94)
#504150
(80,65,80)
#413442
(65,52,66)
#322734
(50,39,52)
#231A26
(35,26,38)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #AA8FA4

#AA8FA4
(170,143,164)
#B199AC
(177,153,172)
#B8A3B4
(184,163,180)
#BFADBC
(191,173,188)
#C6B7C4
(198,183,196)
#CDC1CC
(205,193,204)
#D4CBD4
(212,203,212)
#DBD5DC
(219,213,220)
#E2DFE4
(226,223,228)
#E9E9EC
(233,233,236)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8FA4 color. Also use rgb(170,143,164) instead hex code.

Text Font Color

.myTextColor { color: #AA8FA4; }

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

This text font color is #AA8FA4.

Background Color

.myBgColor { background-color: #AA8FA4; }

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

This div background color is #AA8FA4.

Border color

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

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

This div border color is #AA8FA4.

Opacity

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

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

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

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

This text has shadow with #AA8FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8FA4.

Preview

Color preview on black background

This text has color #AA8FA4 on black background.


Color preview on white background

This text has color #AA8FA4 on white background.


Black color preview on #AA8FA4 background

This text has black color on #AA8FA4 background.


White color preview on #AA8FA4 background

This text has white color on #AA8FA4 background.


Related colors

Complementary color

Complementary color for #hex is #55705B.


I love getcolorcode.com

Triadic colors

1 #A4AA8F and #8FA4AA with #AA8FA4 are triadic colors.

2 #A48FAA and #8FAAA4 with #AA8FA4 are triadic colors.