COLOR #AA9BA0

HEX: #AA9BA0
RGB: (170,155,160)

Color info

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

RGB color model

#AA9BA0 color RGB value is (170,155,160).

  • red value is 170;
  • green value is 155;
  • blue value is 160.
RGB:
(170,155,160)
(67%,61%,63%)

RGB channels and saturation

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

170
155
160

R + G + B ~ 64%. #AA9BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 155 + 160 = 485 (100%)
R 170 of 485 ~ 35.05%
G 155 of 485 ~ 31.96%
B 160 of 485 ~ 32.99%

%35.05
%31.96
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 5.88%
  • key color value is 33.33%
CMYK:
(0,9,6,33)
C0M9Y6K33 
(0%,9%,6%,33%)
(0.00/0.09/0.06/0.33)	

CMYK percentages

%0
%8.82
%5.88
%33.33

Codes

Color #AA9BA0 in popluar color models

AA9BA0
RGB170155160
HSL340°8.11%63.73%
HSB/HSV340°8.82%66.67%
CMYK0.00%8.82%5.88%
33.33%

Color #AA9BA0 in popluar number systems.

HEXAA9BA0
Decimal170155160
Binary101010101001101110100000
Octal252233240

Shades and tints

Shades of #AA9BA0

#AA9BA0
(170,155,160)
#9B8D92
(155,141,146)
#8C7F84
(140,127,132)
#7D7176
(125,113,118)
#6E6368
(110,99,104)
#5F555A
(95,85,90)
#50474C
(80,71,76)
#41393E
(65,57,62)
#322B30
(50,43,48)
#231D22
(35,29,34)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA9BA0

#AA9BA0
(170,155,160)
#B1A4A8
(177,164,168)
#B8ADB0
(184,173,176)
#BFB6B8
(191,182,184)
#C6BFC0
(198,191,192)
#CDC8C8
(205,200,200)
#D4D1D0
(212,209,208)
#DBDAD8
(219,218,216)
#E2E3E0
(226,227,224)
#E9ECE8
(233,236,232)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9BA0; }

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

This text font color is #AA9BA0.


Background Color

.myBgColor { background-color: #AA9BA0; }

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

This div background color is #AA9BA0.


Border color

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

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

This div border color is #AA9BA0.


Opacity

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

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

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

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

This text has shadow with #AA9BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9BA0 on black background.


Color preview on white background

This text has color #AA9BA0 on white background.



Black color preview on #AA9BA0 background

This text has black color on #AA9BA0 background.


White color preview on #AA9BA0 background

This text has white color on #AA9BA0 background.