COLOR #AA8195

HEX: #AA8195
RGB: (170,129,149)

Color info

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

RGB color model

#AA8195 color RGB value is (170,129,149).

  • red value is 170;
  • green value is 129;
  • blue value is 149.
RGB:
(170,129,149)
(67%,51%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 129 of 255 = 51%
B 149 of 255 = 58%

170
129
149

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

Portions of RGB colors in percentages

R + G + B =
170 + 129 + 149 = 448 (100%)
R 170 of 448 ~ 37.95%
G 129 of 448 ~ 28.79%
B 149 of 448 ~ 33.26%

%37.95
%28.79
%33.26

CMYK color model

#AA8195 color CMYK value is (0,24,12,33).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(0,24,12,33)
C0M24Y12K33 
(0%,24%,12%,33%)
(0.00/0.24/0.12/0.33)	

CMYK percentages

%0
%24.12
%12.35
%33.33

Codes

Color #AA8195 in popluar color models

AA8195
RGB170129149
HSL331°19.43%58.63%
HSB/HSV331°24.12%66.67%
CMYK0.00%24.12%12.35%
33.33%

Color #AA8195 in popluar number systems.

HEXAA8195
Decimal170129149
Binary101010101000000110010101
Octal252201225

Shades and tints

Shades of #AA8195

#AA8195
(170,129,149)
#9B7688
(155,118,136)
#8C6B7B
(140,107,123)
#7D606E
(125,96,110)
#6E5561
(110,85,97)
#5F4A54
(95,74,84)
#503F47
(80,63,71)
#41343A
(65,52,58)
#32292D
(50,41,45)
#231E20
(35,30,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AA8195

#AA8195
(170,129,149)
#B18C9E
(177,140,158)
#B897A7
(184,151,167)
#BFA2B0
(191,162,176)
#C6ADB9
(198,173,185)
#CDB8C2
(205,184,194)
#D4C3CB
(212,195,203)
#DBCED4
(219,206,212)
#E2D9DD
(226,217,221)
#E9E4E6
(233,228,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8195 color. Also use rgb(170,129,149) instead hex code.

Text Font Color

.myTextColor { color: #AA8195; }

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

This text font color is #AA8195.


Background Color

.myBgColor { background-color: #AA8195; }

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

This div background color is #AA8195.


Border color

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

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

This div border color is #AA8195.


Opacity

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

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

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

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

This text has shadow with #AA8195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8195 on black background.


Color preview on white background

This text has color #AA8195 on white background.



Black color preview on #AA8195 background

This text has black color on #AA8195 background.


White color preview on #AA8195 background

This text has white color on #AA8195 background.