COLOR #AAB19C

HEX: #AAB19C
RGB: (170,177,156)

Color info

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

RGB color model

#AAB19C color RGB value is (170,177,156).

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

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 156 of 255 = 61%

170
177
156

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 156 = 503 (100%)
R 170 of 503 ~ 33.8%
G 177 of 503 ~ 35.19%
B 156 of 503 ~ 31.01%

%33.8
%35.19
%31.01

CMYK color model

#AAB19C color CMYK value is (4,0,12,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 30.59%
CMYK:
(4,0,12,31)
C4M0Y12K31 
(4%,0%,12%,31%)
(0.04/0.00/0.12/0.31)	

CMYK percentages

%3.95
%0
%11.86
%30.59

Codes

Color #AAB19C in popluar color models

AAB19C
RGB170177156
HSL80°11.86%65.29%
HSB/HSV80°11.86%69.41%
CMYK3.95%0.00%11.86%
30.59%

Color #AAB19C in popluar number systems.

HEXAAB19C
Decimal170177156
Binary101010101011000110011100
Octal252261234

Shades and tints

Shades of #AAB19C

#AAB19C
(170,177,156)
#9BA18E
(155,161,142)
#8C9180
(140,145,128)
#7D8172
(125,129,114)
#6E7164
(110,113,100)
#5F6156
(95,97,86)
#505148
(80,81,72)
#41413A
(65,65,58)
#32312C
(50,49,44)
#23211E
(35,33,30)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AAB19C

#AAB19C
(170,177,156)
#B1B8A5
(177,184,165)
#B8BFAE
(184,191,174)
#BFC6B7
(191,198,183)
#C6CDC0
(198,205,192)
#CDD4C9
(205,212,201)
#D4DBD2
(212,219,210)
#DBE2DB
(219,226,219)
#E2E9E4
(226,233,228)
#E9F0ED
(233,240,237)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB19C; }

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

This text font color is #AAB19C.


Background Color

.myBgColor { background-color: #AAB19C; }

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

This div background color is #AAB19C.


Border color

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

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

This div border color is #AAB19C.


Opacity

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

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

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

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

This text has shadow with #AAB19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB19C on black background.


Color preview on white background

This text has color #AAB19C on white background.



Black color preview on #AAB19C background

This text has black color on #AAB19C background.


White color preview on #AAB19C background

This text has white color on #AAB19C background.