COLOR #AAA895

HEX: #AAA895 RGB: (170,168,149)

Color info

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

RGB color model

#AAA895 color RGB value is (170,168,149).

RGB: (170,168,149) (67%, 66%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 149 of 255 = 58%

170
168
149

R + G + B ~ 64%. #AAA895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 168 + 149 = 487 (100%)
R 170 of 487 ~ 34.91%
G 168 of 487 ~ 34.5%
B 149 of 487 ~ 30.6'%

%34.91
%34.5
%30.6

CMYK color model

#AAA895 color CMYK value is (0,1,12,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK: (0,1,12,33) C0M1Y12K33 (0%,1%,12%,33%) (0.00/0.01/0.12/0.33) 

CMYK percentages

%0
%1.18
%12.35
%33.33

Codes

Color #AAA895 in popluar color models

AA A8 95
RGB 170 168 149
HSL 54° 10.99% 62.55%
HSB/HSV 54° 12.35% 66.67%
CMYK 0.00% 1.18% 12.35%
33.33%

Color #AAA895 in popluar number systems.

HEX AA A8 95
Decimal 170 168 149
Binary 10101010 10101000 10010101
Octal 252 250 225

Shades and tints

Shades of #AAA895

#AAA895
(170,168,149)
#9B9988
(155,153,136)
#8C8A7B
(140,138,123)
#7D7B6E
(125,123,110)
#6E6C61
(110,108,97)
#5F5D54
(95,93,84)
#504E47
(80,78,71)
#413F3A
(65,63,58)
#32302D
(50,48,45)
#232120
(35,33,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AAA895

#AAA895
(170,168,149)
#B1AF9E
(177,175,158)
#B8B6A7
(184,182,167)
#BFBDB0
(191,189,176)
#C6C4B9
(198,196,185)
#CDCBC2
(205,203,194)
#D4D2CB
(212,210,203)
#DBD9D4
(219,217,212)
#E2E0DD
(226,224,221)
#E9E7E6
(233,231,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA895; }

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

This text font color is #AAA895.

Background Color

.myBgColor { background-color: #AAA895; }

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

This div background color is #AAA895.

Border color

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

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

This div border color is #AAA895.

Opacity

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

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

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

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

This text has shadow with #AAA895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA895.

Preview

Color preview on black background

This text has color #AAA895 on black background.


Color preview on white background

This text has color #AAA895 on white background.


Black color preview on #AAA895 background

This text has black color on #AAA895 background.


White color preview on #AAA895 background

This text has white color on #AAA895 background.


Related colors

Complementary color

Complementary color for #hex is #55576A.


I love getcolorcode.com

Triadic colors

1 #95AAA8 and #A895AA with #AAA895 are triadic colors.

2 #95A8AA and #A8AA95 with #AAA895 are triadic colors.