COLOR #AAB18E

HEX: #AAB18E RGB: (170,177,142)

Color info

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

RGB color model

#AAB18E color RGB value is (170,177,142).

RGB: (170,177,142) (67%, 69%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 142 of 255 = 56%

170
177
142

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

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 142 = 489 (100%)
R 170 of 489 ~ 34.76%
G 177 of 489 ~ 36.2%
B 142 of 489 ~ 29.04'%

%34.76
%36.2
%29.04

CMYK color model

#AAB18E color CMYK value is (4,0,20,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 30.59%

CMYK: (4,0,20,31)
C4M0Y20K31 (4%, 0%, 20%, 31%)
(0.04 / 0.00 / 0.20 / 0.31)

CMYK percentages

%3.95
%0
%19.77
%30.59

Codes

Color #AAB18E in popluar color models

AA B1 8E
RGB 170 177 142
HSL 72° 18.32% 62.55%
HSB/HSV 72° 19.77% 69.41%
CMYK 3.95% 0.00% 19.77%
30.59%

Color #AAB18E in popluar number systems.

HEX AA B1 8E
Decimal 170 177 142
Binary 10101010 10110001 10001110
Octal 252 261 216

Shades and tints

Shades of #AAB18E

#AAB18E
(170,177,142)
#9BA182
(155,161,130)
#8C9176
(140,145,118)
#7D816A
(125,129,106)
#6E715E
(110,113,94)
#5F6152
(95,97,82)
#505146
(80,81,70)
#41413A
(65,65,58)
#32312E
(50,49,46)
#232122
(35,33,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AAB18E

#AAB18E
(170,177,142)
#B1B898
(177,184,152)
#B8BFA2
(184,191,162)
#BFC6AC
(191,198,172)
#C6CDB6
(198,205,182)
#CDD4C0
(205,212,192)
#D4DBCA
(212,219,202)
#DBE2D4
(219,226,212)
#E2E9DE
(226,233,222)
#E9F0E8
(233,240,232)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB18E; }

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

This text font color is #AAB18E.

Background Color

.myBgColor { background-color: #AAB18E; }

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

This div background color is #AAB18E.

Border color

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

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

This div border color is #AAB18E.

Opacity

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

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

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

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

This text has shadow with #AAB18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB18E.

Preview

Color preview on black background

This text has color #AAB18E on black background.


Color preview on white background

This text has color #AAB18E on white background.


Black color preview on #AAB18E background

This text has black color on #AAB18E background.


White color preview on #AAB18E background

This text has white color on #AAB18E background.


Related colors

Complementary color

Complementary color for #hex is #554E71.


I love getcolorcode.com

Triadic colors

1 #8EAAB1 and #B18EAA with #AAB18E are triadic colors.

2 #8EB1AA and #B1AA8E with #AAB18E are triadic colors.