COLOR #AAA38E

HEX: #AAA38E RGB: (170,163,142)

Color info

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

RGB color model

#AAA38E color RGB value is (170,163,142).

RGB: (170,163,142) (67%, 64%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 142 of 255 = 56%

170
163
142

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

Portions of RGB colors in percentages

R + G + B = 170 + 163 + 142 = 475 (100%)
R 170 of 475 ~ 35.79%
G 163 of 475 ~ 34.32%
B 142 of 475 ~ 29.89'%

%35.79
%34.32
%29.89

CMYK color model

#AAA38E color CMYK value is (0,4,16,33).

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

CMYK: (0,4,16,33)
C0M4Y16K33 (0%, 4%, 16%, 33%)
(0.00 / 0.04 / 0.16 / 0.33)

CMYK percentages

%0
%4.12
%16.47
%33.33

Codes

Color #AAA38E in popluar color models

AA A3 8E
RGB 170 163 142
HSL 45° 14.14% 61.18%
HSB/HSV 45° 16.47% 66.67%
CMYK 0.00% 4.12% 16.47%
33.33%

Color #AAA38E in popluar number systems.

HEX AA A3 8E
Decimal 170 163 142
Binary 10101010 10100011 10001110
Octal 252 243 216

Shades and tints

Shades of #AAA38E

#AAA38E
(170,163,142)
#9B9582
(155,149,130)
#8C8776
(140,135,118)
#7D796A
(125,121,106)
#6E6B5E
(110,107,94)
#5F5D52
(95,93,82)
#504F46
(80,79,70)
#41413A
(65,65,58)
#32332E
(50,51,46)
#232522
(35,37,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #AAA38E

#AAA38E
(170,163,142)
#B1AB98
(177,171,152)
#B8B3A2
(184,179,162)
#BFBBAC
(191,187,172)
#C6C3B6
(198,195,182)
#CDCBC0
(205,203,192)
#D4D3CA
(212,211,202)
#DBDBD4
(219,219,212)
#E2E3DE
(226,227,222)
#E9EBE8
(233,235,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA38E; }

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

This text font color is #AAA38E.

Background Color

.myBgColor { background-color: #AAA38E; }

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

This div background color is #AAA38E.

Border color

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

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

This div border color is #AAA38E.

Opacity

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

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

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

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

This text has shadow with #AAA38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA38E.

Preview

Color preview on black background

This text has color #AAA38E on black background.


Color preview on white background

This text has color #AAA38E on white background.


Black color preview on #AAA38E background

This text has black color on #AAA38E background.


White color preview on #AAA38E background

This text has white color on #AAA38E background.


Related colors

Complementary color

Complementary color for #hex is #555C71.


I love getcolorcode.com

Triadic colors

1 #8EAAA3 and #A38EAA with #AAA38E are triadic colors.

2 #8EA3AA and #A3AA8E with #AAA38E are triadic colors.