COLOR #AA868E

HEX: #AA868E
RGB: (170,134,142)

Color info

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

RGB color model

#AA868E color RGB value is (170,134,142).

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

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 142 of 255 = 56%

170
134
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 134 + 142 = 446 (100%)
R 170 of 446 ~ 38.12%
G 134 of 446 ~ 30.04%
B 142 of 446 ~ 31.84%

%38.12
%30.04
%31.84

CMYK color model

#AA868E color CMYK value is (0,21,16,33).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,21,16,33)
C0M21Y16K33 
(0%,21%,16%,33%)
(0.00/0.21/0.16/0.33)	

CMYK percentages

%0
%21.18
%16.47
%33.33

Codes

Color #AA868E in popluar color models

AA868E
RGB170134142
HSL347°17.48%59.61%
HSB/HSV347°21.18%66.67%
CMYK0.00%21.18%16.47%
33.33%

Color #AA868E in popluar number systems.

HEXAA868E
Decimal170134142
Binary101010101000011010001110
Octal252206216

Shades and tints

Shades of #AA868E

#AA868E
(170,134,142)
#9B7A82
(155,122,130)
#8C6E76
(140,110,118)
#7D626A
(125,98,106)
#6E565E
(110,86,94)
#5F4A52
(95,74,82)
#503E46
(80,62,70)
#41323A
(65,50,58)
#32262E
(50,38,46)
#231A22
(35,26,34)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #AA868E

#AA868E
(170,134,142)
#B19198
(177,145,152)
#B89CA2
(184,156,162)
#BFA7AC
(191,167,172)
#C6B2B6
(198,178,182)
#CDBDC0
(205,189,192)
#D4C8CA
(212,200,202)
#DBD3D4
(219,211,212)
#E2DEDE
(226,222,222)
#E9E9E8
(233,233,232)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA868E; }

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

This text font color is #AA868E.


Background Color

.myBgColor { background-color: #AA868E; }

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

This div background color is #AA868E.


Border color

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

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

This div border color is #AA868E.


Opacity

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

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

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

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

This text has shadow with #AA868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA868E on black background.


Color preview on white background

This text has color #AA868E on white background.



Black color preview on #AA868E background

This text has black color on #AA868E background.


White color preview on #AA868E background

This text has white color on #AA868E background.