COLOR #AA88A7

HEX: #AA88A7 RGB: (170,136,167)

Color info

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

RGB color model

#AA88A7 color RGB value is (170,136,167).

RGB: (170,136,167) (67%, 53%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 167 of 255 = 65%

170
136
167

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

Portions of RGB colors in percentages

R + G + B = 170 + 136 + 167 = 473 (100%)
R 170 of 473 ~ 35.94%
G 136 of 473 ~ 28.75%
B 167 of 473 ~ 35.31'%

%35.94
%28.75
%35.31

CMYK color model

#AA88A7 color CMYK value is (0,20,2,33).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 1.76%
  • key color value is 33.33%

CMYK: (0,20,2,33)
C0M20Y2K33 (0%, 20%, 2%, 33%)
(0.00 / 0.20 / 0.02 / 0.33)

CMYK percentages

%0
%20
%1.76
%33.33

Codes

Color #AA88A7 in popluar color models

AA 88 A7
RGB 170 136 167
HSL 305° 16.67% 60.00%
HSB/HSV 305° 20.00% 66.67%
CMYK 0.00% 20.00% 1.76%
33.33%

Color #AA88A7 in popluar number systems.

HEX AA 88 A7
Decimal 170 136 167
Binary 10101010 10001000 10100111
Octal 252 210 247

Shades and tints

Shades of #AA88A7

#AA88A7
(170,136,167)
#9B7C98
(155,124,152)
#8C7089
(140,112,137)
#7D647A
(125,100,122)
#6E586B
(110,88,107)
#5F4C5C
(95,76,92)
#50404D
(80,64,77)
#41343E
(65,52,62)
#32282F
(50,40,47)
#231C20
(35,28,32)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AA88A7

#AA88A7
(170,136,167)
#B192AF
(177,146,175)
#B89CB7
(184,156,183)
#BFA6BF
(191,166,191)
#C6B0C7
(198,176,199)
#CDBACF
(205,186,207)
#D4C4D7
(212,196,215)
#DBCEDF
(219,206,223)
#E2D8E7
(226,216,231)
#E9E2EF
(233,226,239)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA88A7 color. Also use rgb(170,136,167) instead hex code.

Text Font Color

.myTextColor { color: #AA88A7; }

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

This text font color is #AA88A7.

Background Color

.myBgColor { background-color: #AA88A7; }

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

This div background color is #AA88A7.

Border color

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

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

This div border color is #AA88A7.

Opacity

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

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

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

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

This text has shadow with #AA88A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA88A7.

Preview

Color preview on black background

This text has color #AA88A7 on black background.


Color preview on white background

This text has color #AA88A7 on white background.


Black color preview on #AA88A7 background

This text has black color on #AA88A7 background.


White color preview on #AA88A7 background

This text has white color on #AA88A7 background.


Related colors

Complementary color

Complementary color for #hex is #557758.


I love getcolorcode.com

Triadic colors

1 #A7AA88 and #88A7AA with #AA88A7 are triadic colors.

2 #A788AA and #88AAA7 with #AA88A7 are triadic colors.