COLOR #AA928E

HEX: #AA928E
RGB: (170,146,142)

Color info

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

RGB color model

#AA928E color RGB value is (170,146,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 146 of 255 = 57%
B 142 of 255 = 56%

170
146
142

R + G + B ~ 60%. #AA928E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 146 + 142 = 458 (100%)
R 170 of 458 ~ 37.12%
G 146 of 458 ~ 31.88%
B 142 of 458 ~ 31%

%37.12
%31.88
%31

CMYK color model

#AA928E color CMYK value is (0,14,16,33).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,14,16,33)
C0M14Y16K33 
(0%,14%,16%,33%)
(0.00/0.14/0.16/0.33)	

CMYK percentages

%0
%14.12
%16.47
%33.33

Codes

Color #AA928E in popluar color models

AA928E
RGB170146142
HSL14.14%61.18%
HSB/HSV16.47%66.67%
CMYK0.00%14.12%16.47%
33.33%

Color #AA928E in popluar number systems.

HEXAA928E
Decimal170146142
Binary101010101001001010001110
Octal252222216

Shades and tints

Shades of #AA928E

#AA928E
(170,146,142)
#9B8582
(155,133,130)
#8C7876
(140,120,118)
#7D6B6A
(125,107,106)
#6E5E5E
(110,94,94)
#5F5152
(95,81,82)
#504446
(80,68,70)
#41373A
(65,55,58)
#322A2E
(50,42,46)
#231D22
(35,29,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AA928E

#AA928E
(170,146,142)
#B19B98
(177,155,152)
#B8A4A2
(184,164,162)
#BFADAC
(191,173,172)
#C6B6B6
(198,182,182)
#CDBFC0
(205,191,192)
#D4C8CA
(212,200,202)
#DBD1D4
(219,209,212)
#E2DADE
(226,218,222)
#E9E3E8
(233,227,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA928E; }

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

This text font color is #AA928E.


Background Color

.myBgColor { background-color: #AA928E; }

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

This div background color is #AA928E.


Border color

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

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

This div border color is #AA928E.


Opacity

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

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

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

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

This text has shadow with #AA928E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA928E on black background.


Color preview on white background

This text has color #AA928E on white background.



Black color preview on #AA928E background

This text has black color on #AA928E background.


White color preview on #AA928E background

This text has white color on #AA928E background.