COLOR #AA868D

HEX: #AA868D
RGB: (170,134,141)

Color info

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

RGB color model

#AA868D color RGB value is (170,134,141).

  • red value is 170;
  • green value is 134;
  • blue value is 141.
RGB:
(170,134,141)
(67%,53%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 141 of 255 = 55%

170
134
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 134 + 141 = 445 (100%)
R 170 of 445 ~ 38.2%
G 134 of 445 ~ 30.11%
B 141 of 445 ~ 31.69%

%38.2
%30.11
%31.69

CMYK color model

#AA868D color CMYK value is (0,21,17,33).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,21,17,33)
C0M21Y17K33 
(0%,21%,17%,33%)
(0.00/0.21/0.17/0.33)	

CMYK percentages

%0
%21.18
%17.06
%33.33

Codes

Color #AA868D in popluar color models

AA868D
RGB170134141
HSL348°17.48%59.61%
HSB/HSV348°21.18%66.67%
CMYK0.00%21.18%17.06%
33.33%

Color #AA868D in popluar number systems.

HEXAA868D
Decimal170134141
Binary101010101000011010001101
Octal252206215

Shades and tints

Shades of #AA868D

#AA868D
(170,134,141)
#9B7A81
(155,122,129)
#8C6E75
(140,110,117)
#7D6269
(125,98,105)
#6E565D
(110,86,93)
#5F4A51
(95,74,81)
#503E45
(80,62,69)
#413239
(65,50,57)
#32262D
(50,38,45)
#231A21
(35,26,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #AA868D

#AA868D
(170,134,141)
#B19197
(177,145,151)
#B89CA1
(184,156,161)
#BFA7AB
(191,167,171)
#C6B2B5
(198,178,181)
#CDBDBF
(205,189,191)
#D4C8C9
(212,200,201)
#DBD3D3
(219,211,211)
#E2DEDD
(226,222,221)
#E9E9E7
(233,233,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA868D color. Also use rgb(170,134,141) instead hex code.

Text Font Color

.myTextColor { color: #AA868D; }

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

This text font color is #AA868D.


Background Color

.myBgColor { background-color: #AA868D; }

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

This div background color is #AA868D.


Border color

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

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

This div border color is #AA868D.


Opacity

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

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

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

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

This text has shadow with #AA868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA868D on black background.


Color preview on white background

This text has color #AA868D on white background.



Black color preview on #AA868D background

This text has black color on #AA868D background.


White color preview on #AA868D background

This text has white color on #AA868D background.