COLOR #AA9BAA

HEX: #AA9BAA RGB: (170,155,170)

Color info

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

RGB color model

#AA9BAA color RGB value is (170,155,170).

RGB: (170,155,170) (67%, 61%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 155 of 255 = 61%
B 170 of 255 = 67%

170
155
170

R + G + B ~ 65%. #AA9BAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 155 + 170 = 495 (100%)
R 170 of 495 ~ 34.34%
G 155 of 495 ~ 31.31%
B 170 of 495 ~ 34.34'%

%34.34
%31.31
%34.34

CMYK color model

#AA9BAA color CMYK value is (0,9,0,33).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (0,9,0,33)
C0M9Y0K33 (0%, 9%, 0%, 33%)
(0.00 / 0.09 / 0.00 / 0.33)

CMYK percentages

%0
%8.82
%0
%33.33

Codes

Color #AA9BAA in popluar color models

AA 9B AA
RGB 170 155 170
HSL 300° 8.11% 63.73%
HSB/HSV 300° 8.82% 66.67%
CMYK 0.00% 8.82% 0.00%
33.33%

Color #AA9BAA in popluar number systems.

HEX AA 9B AA
Decimal 170 155 170
Binary 10101010 10011011 10101010
Octal 252 233 252

Shades and tints

Shades of #AA9BAA

#AA9BAA
(170,155,170)
#9B8D9B
(155,141,155)
#8C7F8C
(140,127,140)
#7D717D
(125,113,125)
#6E636E
(110,99,110)
#5F555F
(95,85,95)
#504750
(80,71,80)
#413941
(65,57,65)
#322B32
(50,43,50)
#231D23
(35,29,35)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA9BAA

#AA9BAA
(170,155,170)
#B1A4B1
(177,164,177)
#B8ADB8
(184,173,184)
#BFB6BF
(191,182,191)
#C6BFC6
(198,191,198)
#CDC8CD
(205,200,205)
#D4D1D4
(212,209,212)
#DBDADB
(219,218,219)
#E2E3E2
(226,227,226)
#E9ECE9
(233,236,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9BAA; }

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

This text font color is #AA9BAA.

Background Color

.myBgColor { background-color: #AA9BAA; }

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

This div background color is #AA9BAA.

Border color

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

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

This div border color is #AA9BAA.

Opacity

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

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

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

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

This text has shadow with #AA9BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9BAA.

Preview

Color preview on black background

This text has color #AA9BAA on black background.


Color preview on white background

This text has color #AA9BAA on white background.


Black color preview on #AA9BAA background

This text has black color on #AA9BAA background.


White color preview on #AA9BAA background

This text has white color on #AA9BAA background.


Related colors

Complementary color

Complementary color for #hex is #556455.


I love getcolorcode.com

Triadic colors

1 #AAAA9B and #9BAAAA with #AA9BAA are triadic colors.

2 #AA9BAA and #9BAAAA with #AA9BAA are triadic colors.