COLOR #AA948E

HEX: #AA948E
RGB: (170,148,142)

Color info

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

RGB color model

#AA948E color RGB value is (170,148,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 142 of 255 = 56%

170
148
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 142 = 460 (100%)
R 170 of 460 ~ 36.96%
G 148 of 460 ~ 32.17%
B 142 of 460 ~ 30.87%

%36.96
%32.17
%30.87

CMYK color model

#AA948E color CMYK value is (0,13,16,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,13,16,33)
C0M13Y16K33 
(0%,13%,16%,33%)
(0.00/0.13/0.16/0.33)	

CMYK percentages

%0
%12.94
%16.47
%33.33

Codes

Color #AA948E in popluar color models

AA948E
RGB170148142
HSL13°14.14%61.18%
HSB/HSV13°16.47%66.67%
CMYK0.00%12.94%16.47%
33.33%

Color #AA948E in popluar number systems.

HEXAA948E
Decimal170148142
Binary101010101001010010001110
Octal252224216

Shades and tints

Shades of #AA948E

#AA948E
(170,148,142)
#9B8782
(155,135,130)
#8C7A76
(140,122,118)
#7D6D6A
(125,109,106)
#6E605E
(110,96,94)
#5F5352
(95,83,82)
#504646
(80,70,70)
#41393A
(65,57,58)
#322C2E
(50,44,46)
#231F22
(35,31,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA948E

#AA948E
(170,148,142)
#B19D98
(177,157,152)
#B8A6A2
(184,166,162)
#BFAFAC
(191,175,172)
#C6B8B6
(198,184,182)
#CDC1C0
(205,193,192)
#D4CACA
(212,202,202)
#DBD3D4
(219,211,212)
#E2DCDE
(226,220,222)
#E9E5E8
(233,229,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA948E; }

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

This text font color is #AA948E.


Background Color

.myBgColor { background-color: #AA948E; }

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

This div background color is #AA948E.


Border color

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

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

This div border color is #AA948E.


Opacity

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

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

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

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

This text has shadow with #AA948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA948E on black background.


Color preview on white background

This text has color #AA948E on white background.



Black color preview on #AA948E background

This text has black color on #AA948E background.


White color preview on #AA948E background

This text has white color on #AA948E background.