COLOR #AA8CA8

HEX: #AA8CA8 RGB: (170,140,168)

Color info

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

RGB color model

#AA8CA8 color RGB value is (170,140,168).

RGB: (170,140,168) (67%, 55%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 168 of 255 = 66%

170
140
168

R + G + B ~ 63%. #AA8CA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 140 + 168 = 478 (100%)
R 170 of 478 ~ 35.56%
G 140 of 478 ~ 29.29%
B 168 of 478 ~ 35.15'%

%35.56
%29.29
%35.15

CMYK color model

#AA8CA8 color CMYK value is (0,18,1,33).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 1.18%
  • key color value is 33.33%

CMYK: (0,18,1,33)
C0M18Y1K33 (0%, 18%, 1%, 33%)
(0.00 / 0.18 / 0.01 / 0.33)

CMYK percentages

%0
%17.65
%1.18
%33.33

Codes

Color #AA8CA8 in popluar color models

AA 8C A8
RGB 170 140 168
HSL 304° 15.00% 60.78%
HSB/HSV 304° 17.65% 66.67%
CMYK 0.00% 17.65% 1.18%
33.33%

Color #AA8CA8 in popluar number systems.

HEX AA 8C A8
Decimal 170 140 168
Binary 10101010 10001100 10101000
Octal 252 214 250

Shades and tints

Shades of #AA8CA8

#AA8CA8
(170,140,168)
#9B8099
(155,128,153)
#8C748A
(140,116,138)
#7D687B
(125,104,123)
#6E5C6C
(110,92,108)
#5F505D
(95,80,93)
#50444E
(80,68,78)
#41383F
(65,56,63)
#322C30
(50,44,48)
#232021
(35,32,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA8CA8

#AA8CA8
(170,140,168)
#B196AF
(177,150,175)
#B8A0B6
(184,160,182)
#BFAABD
(191,170,189)
#C6B4C4
(198,180,196)
#CDBECB
(205,190,203)
#D4C8D2
(212,200,210)
#DBD2D9
(219,210,217)
#E2DCE0
(226,220,224)
#E9E6E7
(233,230,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8CA8 color. Also use rgb(170,140,168) instead hex code.

Text Font Color

.myTextColor { color: #AA8CA8; }

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

This text font color is #AA8CA8.

Background Color

.myBgColor { background-color: #AA8CA8; }

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

This div background color is #AA8CA8.

Border color

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

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

This div border color is #AA8CA8.

Opacity

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

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

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

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

This text has shadow with #AA8CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8CA8.

Preview

Color preview on black background

This text has color #AA8CA8 on black background.


Color preview on white background

This text has color #AA8CA8 on white background.


Black color preview on #AA8CA8 background

This text has black color on #AA8CA8 background.


White color preview on #AA8CA8 background

This text has white color on #AA8CA8 background.


Related colors

Complementary color

Complementary color for #hex is #557357.


I love getcolorcode.com

Triadic colors

1 #A8AA8C and #8CA8AA with #AA8CA8 are triadic colors.

2 #A88CAA and #8CAAA8 with #AA8CA8 are triadic colors.