COLOR #AA848E

HEX: #AA848E
RGB: (170,132,142)

Color info

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

RGB color model

#AA848E color RGB value is (170,132,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 142 of 255 = 56%

170
132
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 142 = 444 (100%)
R 170 of 444 ~ 38.29%
G 132 of 444 ~ 29.73%
B 142 of 444 ~ 31.98%

%38.29
%29.73
%31.98

CMYK color model

#AA848E color CMYK value is (0,22,16,33).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,22,16,33)
C0M22Y16K33 
(0%,22%,16%,33%)
(0.00/0.22/0.16/0.33)	

CMYK percentages

%0
%22.35
%16.47
%33.33

Codes

Color #AA848E in popluar color models

AA848E
RGB170132142
HSL344°18.27%59.22%
HSB/HSV344°22.35%66.67%
CMYK0.00%22.35%16.47%
33.33%

Color #AA848E in popluar number systems.

HEXAA848E
Decimal170132142
Binary101010101000010010001110
Octal252204216

Shades and tints

Shades of #AA848E

#AA848E
(170,132,142)
#9B7882
(155,120,130)
#8C6C76
(140,108,118)
#7D606A
(125,96,106)
#6E545E
(110,84,94)
#5F4852
(95,72,82)
#503C46
(80,60,70)
#41303A
(65,48,58)
#32242E
(50,36,46)
#231822
(35,24,34)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #AA848E

#AA848E
(170,132,142)
#B18F98
(177,143,152)
#B89AA2
(184,154,162)
#BFA5AC
(191,165,172)
#C6B0B6
(198,176,182)
#CDBBC0
(205,187,192)
#D4C6CA
(212,198,202)
#DBD1D4
(219,209,212)
#E2DCDE
(226,220,222)
#E9E7E8
(233,231,232)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA848E; }

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

This text font color is #AA848E.


Background Color

.myBgColor { background-color: #AA848E; }

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

This div background color is #AA848E.


Border color

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

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

This div border color is #AA848E.


Opacity

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

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

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

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

This text has shadow with #AA848E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA848E on black background.


Color preview on white background

This text has color #AA848E on white background.



Black color preview on #AA848E background

This text has black color on #AA848E background.


White color preview on #AA848E background

This text has white color on #AA848E background.