COLOR #AAB29E

HEX: #AAB29E
RGB: (170,178,158)

Color info

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

RGB color model

#AAB29E color RGB value is (170,178,158).

  • red value is 170;
  • green value is 178;
  • blue value is 158.
RGB:
(170,178,158)
(67%,70%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 158 of 255 = 62%

170
178
158

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

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 158 = 506 (100%)
R 170 of 506 ~ 33.6%
G 178 of 506 ~ 35.18%
B 158 of 506 ~ 31.23%

%33.6
%35.18
%31.23

CMYK color model

#AAB29E color CMYK value is (4,0,11,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(4,0,11,30)
C4M0Y11K30 
(4%,0%,11%,30%)
(0.04/0.00/0.11/0.30)	

CMYK percentages

%4.49
%0
%11.24
%30.2

Codes

Color #AAB29E in popluar color models

AAB29E
RGB170178158
HSL84°11.49%65.88%
HSB/HSV84°11.24%69.80%
CMYK4.49%0.00%11.24%
30.20%

Color #AAB29E in popluar number systems.

HEXAAB29E
Decimal170178158
Binary101010101011001010011110
Octal252262236

Shades and tints

Shades of #AAB29E

#AAB29E
(170,178,158)
#9BA290
(155,162,144)
#8C9282
(140,146,130)
#7D8274
(125,130,116)
#6E7266
(110,114,102)
#5F6258
(95,98,88)
#50524A
(80,82,74)
#41423C
(65,66,60)
#32322E
(50,50,46)
#232220
(35,34,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AAB29E

#AAB29E
(170,178,158)
#B1B9A6
(177,185,166)
#B8C0AE
(184,192,174)
#BFC7B6
(191,199,182)
#C6CEBE
(198,206,190)
#CDD5C6
(205,213,198)
#D4DCCE
(212,220,206)
#DBE3D6
(219,227,214)
#E2EADE
(226,234,222)
#E9F1E6
(233,241,230)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB29E; }

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

This text font color is #AAB29E.


Background Color

.myBgColor { background-color: #AAB29E; }

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

This div background color is #AAB29E.


Border color

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

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

This div border color is #AAB29E.


Opacity

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

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

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

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

This text has shadow with #AAB29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB29E on black background.


Color preview on white background

This text has color #AAB29E on white background.



Black color preview on #AAB29E background

This text has black color on #AAB29E background.


White color preview on #AAB29E background

This text has white color on #AAB29E background.