COLOR #AA8A95

HEX: #AA8A95 RGB: (170,138,149)

Color info

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

RGB color model

#AA8A95 color RGB value is (170,138,149).

RGB: (170,138,149) (67%, 54%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 149 of 255 = 58%

170
138
149

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

Portions of RGB colors in percentages

R + G + B = 170 + 138 + 149 = 457 (100%)
R 170 of 457 ~ 37.2%
G 138 of 457 ~ 30.2%
B 149 of 457 ~ 32.6'%

%37.2
%30.2
%32.6

CMYK color model

#AA8A95 color CMYK value is (0,19,12,33).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK: (0,19,12,33) C0M19Y12K33 (0%,19%,12%,33%) (0.00/0.19/0.12/0.33) 

CMYK percentages

%0
%18.82
%12.35
%33.33

Codes

Color #AA8A95 in popluar color models

AA 8A 95
RGB 170 138 149
HSL 339° 15.84% 60.39%
HSB/HSV 339° 18.82% 66.67%
CMYK 0.00% 18.82% 12.35%
33.33%

Color #AA8A95 in popluar number systems.

HEX AA 8A 95
Decimal 170 138 149
Binary 10101010 10001010 10010101
Octal 252 212 225

Shades and tints

Shades of #AA8A95

#AA8A95
(170,138,149)
#9B7E88
(155,126,136)
#8C727B
(140,114,123)
#7D666E
(125,102,110)
#6E5A61
(110,90,97)
#5F4E54
(95,78,84)
#504247
(80,66,71)
#41363A
(65,54,58)
#322A2D
(50,42,45)
#231E20
(35,30,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA8A95

#AA8A95
(170,138,149)
#B1949E
(177,148,158)
#B89EA7
(184,158,167)
#BFA8B0
(191,168,176)
#C6B2B9
(198,178,185)
#CDBCC2
(205,188,194)
#D4C6CB
(212,198,203)
#DBD0D4
(219,208,212)
#E2DADD
(226,218,221)
#E9E4E6
(233,228,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8A95; }

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

This text font color is #AA8A95.

Background Color

.myBgColor { background-color: #AA8A95; }

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

This div background color is #AA8A95.

Border color

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

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

This div border color is #AA8A95.

Opacity

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

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

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

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

This text has shadow with #AA8A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8A95.

Preview

Color preview on black background

This text has color #AA8A95 on black background.


Color preview on white background

This text has color #AA8A95 on white background.


Black color preview on #AA8A95 background

This text has black color on #AA8A95 background.


White color preview on #AA8A95 background

This text has white color on #AA8A95 background.


Related colors

Complementary color

Complementary color for #hex is #55756A.


I love getcolorcode.com

Triadic colors

1 #95AA8A and #8A95AA with #AA8A95 are triadic colors.

2 #958AAA and #8AAA95 with #AA8A95 are triadic colors.