COLOR #AA919B

HEX: #AA919B
RGB: (170,145,155)

Color info

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

RGB color model

#AA919B color RGB value is (170,145,155).

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

RGB channels and saturation

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

170
145
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 145 + 155 = 470 (100%)
R 170 of 470 ~ 36.17%
G 145 of 470 ~ 30.85%
B 155 of 470 ~ 32.98%

%36.17
%30.85
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(0,15,9,33)
C0M15Y9K33 
(0%,15%,9%,33%)
(0.00/0.15/0.09/0.33)	

CMYK percentages

%0
%14.71
%8.82
%33.33

Codes

Color #AA919B in popluar color models

AA919B
RGB170145155
HSL336°12.82%61.76%
HSB/HSV336°14.71%66.67%
CMYK0.00%14.71%8.82%
33.33%

Color #AA919B in popluar number systems.

HEXAA919B
Decimal170145155
Binary101010101001000110011011
Octal252221233

Shades and tints

Shades of #AA919B

#AA919B
(170,145,155)
#9B848D
(155,132,141)
#8C777F
(140,119,127)
#7D6A71
(125,106,113)
#6E5D63
(110,93,99)
#5F5055
(95,80,85)
#504347
(80,67,71)
#413639
(65,54,57)
#32292B
(50,41,43)
#231C1D
(35,28,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA919B

#AA919B
(170,145,155)
#B19BA4
(177,155,164)
#B8A5AD
(184,165,173)
#BFAFB6
(191,175,182)
#C6B9BF
(198,185,191)
#CDC3C8
(205,195,200)
#D4CDD1
(212,205,209)
#DBD7DA
(219,215,218)
#E2E1E3
(226,225,227)
#E9EBEC
(233,235,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA919B; }

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

This text font color is #AA919B.


Background Color

.myBgColor { background-color: #AA919B; }

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

This div background color is #AA919B.


Border color

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

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

This div border color is #AA919B.


Opacity

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

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

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

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

This text has shadow with #AA919B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA919B on black background.


Color preview on white background

This text has color #AA919B on white background.



Black color preview on #AA919B background

This text has black color on #AA919B background.


White color preview on #AA919B background

This text has white color on #AA919B background.