COLOR #AAB19D

HEX: #AAB19D
RGB: (170,177,157)

Color info

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

RGB color model

#AAB19D color RGB value is (170,177,157).

  • red value is 170;
  • green value is 177;
  • blue value is 157.
RGB:
(170,177,157)
(67%,69%,62%)

RGB channels and saturation

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

170
177
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 157 = 504 (100%)
R 170 of 504 ~ 33.73%
G 177 of 504 ~ 35.12%
B 157 of 504 ~ 31.15%

%33.73
%35.12
%31.15

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • 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
%11.3
%30.59

Codes

Color #AAB19D in popluar color models

AAB19D
RGB170177157
HSL81°11.36%65.49%
HSB/HSV81°11.30%69.41%
CMYK3.95%0.00%11.30%
30.59%

Color #AAB19D in popluar number systems.

HEXAAB19D
Decimal170177157
Binary101010101011000110011101
Octal252261235

Shades and tints

Shades of #AAB19D

#AAB19D
(170,177,157)
#9BA18F
(155,161,143)
#8C9181
(140,145,129)
#7D8173
(125,129,115)
#6E7165
(110,113,101)
#5F6157
(95,97,87)
#505149
(80,81,73)
#41413B
(65,65,59)
#32312D
(50,49,45)
#23211F
(35,33,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AAB19D

#AAB19D
(170,177,157)
#B1B8A5
(177,184,165)
#B8BFAD
(184,191,173)
#BFC6B5
(191,198,181)
#C6CDBD
(198,205,189)
#CDD4C5
(205,212,197)
#D4DBCD
(212,219,205)
#DBE2D5
(219,226,213)
#E2E9DD
(226,233,221)
#E9F0E5
(233,240,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB19D; }

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

This text font color is #AAB19D.


Background Color

.myBgColor { background-color: #AAB19D; }

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

This div background color is #AAB19D.


Border color

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

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

This div border color is #AAB19D.


Opacity

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

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

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

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

This text has shadow with #AAB19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB19D on black background.


Color preview on white background

This text has color #AAB19D on white background.



Black color preview on #AAB19D background

This text has black color on #AAB19D background.


White color preview on #AAB19D background

This text has white color on #AAB19D background.