COLOR #AAB19E

HEX: #AAB19E RGB: (170,177,158)

Color info

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

RGB color model

#AAB19E color RGB value is (170,177,158).

RGB: (170,177,158) (67%, 69%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 158 of 255 = 62%

170
177
158

R + G + B ~ 66%. #AAB19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 158 = 505 (100%)
R 170 of 505 ~ 33.66%
G 177 of 505 ~ 35.05%
B 158 of 505 ~ 31.29'%

%33.66
%35.05
%31.29

CMYK color model

#AAB19E color CMYK value is (4,0,11,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK: (4,0,11,31) C4M0Y11K31 (4%,0%,11%,31%) (0.04/0.00/0.11/0.31) 

CMYK percentages

%3.95
%0
%10.73
%30.59

Codes

Color #AAB19E in popluar color models

AA B1 9E
RGB 170 177 158
HSL 82° 10.86% 65.69%
HSB/HSV 82° 10.73% 69.41%
CMYK 3.95% 0.00% 10.73%
30.59%

Color #AAB19E in popluar number systems.

HEX AA B1 9E
Decimal 170 177 158
Binary 10101010 10110001 10011110
Octal 252 261 236

Shades and tints

Shades of #AAB19E

#AAB19E
(170,177,158)
#9BA190
(155,161,144)
#8C9182
(140,145,130)
#7D8174
(125,129,116)
#6E7166
(110,113,102)
#5F6158
(95,97,88)
#50514A
(80,81,74)
#41413C
(65,65,60)
#32312E
(50,49,46)
#232120
(35,33,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AAB19E

#AAB19E
(170,177,158)
#B1B8A6
(177,184,166)
#B8BFAE
(184,191,174)
#BFC6B6
(191,198,182)
#C6CDBE
(198,205,190)
#CDD4C6
(205,212,198)
#D4DBCE
(212,219,206)
#DBE2D6
(219,226,214)
#E2E9DE
(226,233,222)
#E9F0E6
(233,240,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB19E; }

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

This text font color is #AAB19E.

Background Color

.myBgColor { background-color: #AAB19E; }

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

This div background color is #AAB19E.

Border color

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

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

This div border color is #AAB19E.

Opacity

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

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

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

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

This text has shadow with #AAB19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB19E.

Preview

Color preview on black background

This text has color #AAB19E on black background.


Color preview on white background

This text has color #AAB19E on white background.


Black color preview on #AAB19E background

This text has black color on #AAB19E background.


White color preview on #AAB19E background

This text has white color on #AAB19E background.


Related colors

Complementary color

Complementary color for #hex is #554E61.


I love getcolorcode.com

Triadic colors

1 #9EAAB1 and #B19EAA with #AAB19E are triadic colors.

2 #9EB1AA and #B1AA9E with #AAB19E are triadic colors.