COLOR #AA929D

HEX: #AA929D
RGB: (170,146,157)

Color info

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

RGB color model

#AA929D color RGB value is (170,146,157).

  • red value is 170;
  • green value is 146;
  • blue value is 157.
RGB:
(170,146,157)
(67%,57%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 146 of 255 = 57%
B 157 of 255 = 62%

170
146
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 146 + 157 = 473 (100%)
R 170 of 473 ~ 35.94%
G 146 of 473 ~ 30.87%
B 157 of 473 ~ 33.19%

%35.94
%30.87
%33.19

CMYK color model

#AA929D color CMYK value is (0,14,8,33).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(0,14,8,33)
C0M14Y8K33 
(0%,14%,8%,33%)
(0.00/0.14/0.08/0.33)	

CMYK percentages

%0
%14.12
%7.65
%33.33

Codes

Color #AA929D in popluar color models

AA929D
RGB170146157
HSL333°12.37%61.96%
HSB/HSV333°14.12%66.67%
CMYK0.00%14.12%7.65%
33.33%

Color #AA929D in popluar number systems.

HEXAA929D
Decimal170146157
Binary101010101001001010011101
Octal252222235

Shades and tints

Shades of #AA929D

#AA929D
(170,146,157)
#9B858F
(155,133,143)
#8C7881
(140,120,129)
#7D6B73
(125,107,115)
#6E5E65
(110,94,101)
#5F5157
(95,81,87)
#504449
(80,68,73)
#41373B
(65,55,59)
#322A2D
(50,42,45)
#231D1F
(35,29,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AA929D

#AA929D
(170,146,157)
#B19BA5
(177,155,165)
#B8A4AD
(184,164,173)
#BFADB5
(191,173,181)
#C6B6BD
(198,182,189)
#CDBFC5
(205,191,197)
#D4C8CD
(212,200,205)
#DBD1D5
(219,209,213)
#E2DADD
(226,218,221)
#E9E3E5
(233,227,229)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA929D; }

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

This text font color is #AA929D.


Background Color

.myBgColor { background-color: #AA929D; }

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

This div background color is #AA929D.


Border color

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

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

This div border color is #AA929D.


Opacity

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

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

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

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

This text has shadow with #AA929D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA929D on black background.


Color preview on white background

This text has color #AA929D on white background.



Black color preview on #AA929D background

This text has black color on #AA929D background.


White color preview on #AA929D background

This text has white color on #AA929D background.