COLOR #AAA08E

HEX: #AAA08E RGB: (170,160,142)

Color info

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

RGB color model

#AAA08E color RGB value is (170,160,142).

RGB: (170,160,142) (67%, 63%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 142 of 255 = 56%

170
160
142

R + G + B ~ 62%. #AAA08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 142 = 472 (100%)
R 170 of 472 ~ 36.02%
G 160 of 472 ~ 33.9%
B 142 of 472 ~ 30.08'%

%36.02
%33.9
%30.08

CMYK color model

#AAA08E color CMYK value is (0,6,16,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 16.47%
  • key color value is 33.33%

CMYK: (0,6,16,33)
C0M6Y16K33 (0%, 6%, 16%, 33%)
(0.00 / 0.06 / 0.16 / 0.33)

CMYK percentages

%0
%5.88
%16.47
%33.33

Codes

Color #AAA08E in popluar color models

AA A0 8E
RGB 170 160 142
HSL 39° 14.14% 61.18%
HSB/HSV 39° 16.47% 66.67%
CMYK 0.00% 5.88% 16.47%
33.33%

Color #AAA08E in popluar number systems.

HEX AA A0 8E
Decimal 170 160 142
Binary 10101010 10100000 10001110
Octal 252 240 216

Shades and tints

Shades of #AAA08E

#AAA08E
(170,160,142)
#9B9282
(155,146,130)
#8C8476
(140,132,118)
#7D766A
(125,118,106)
#6E685E
(110,104,94)
#5F5A52
(95,90,82)
#504C46
(80,76,70)
#413E3A
(65,62,58)
#32302E
(50,48,46)
#232222
(35,34,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #AAA08E

#AAA08E
(170,160,142)
#B1A898
(177,168,152)
#B8B0A2
(184,176,162)
#BFB8AC
(191,184,172)
#C6C0B6
(198,192,182)
#CDC8C0
(205,200,192)
#D4D0CA
(212,208,202)
#DBD8D4
(219,216,212)
#E2E0DE
(226,224,222)
#E9E8E8
(233,232,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA08E; }

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

This text font color is #AAA08E.

Background Color

.myBgColor { background-color: #AAA08E; }

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

This div background color is #AAA08E.

Border color

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

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

This div border color is #AAA08E.

Opacity

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

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

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

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

This text has shadow with #AAA08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA08E.

Preview

Color preview on black background

This text has color #AAA08E on black background.


Color preview on white background

This text has color #AAA08E on white background.


Black color preview on #AAA08E background

This text has black color on #AAA08E background.


White color preview on #AAA08E background

This text has white color on #AAA08E background.


Related colors

Complementary color

Complementary color for #hex is #555F71.


I love getcolorcode.com

Triadic colors

1 #8EAAA0 and #A08EAA with #AAA08E are triadic colors.

2 #8EA0AA and #A0AA8E with #AAA08E are triadic colors.