COLOR #AAB19F

HEX: #AAB19F
RGB: (170,177,159)

Color info

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

RGB color model

#AAB19F color RGB value is (170,177,159).

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

RGB channels and saturation

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

170
177
159

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 159 = 506 (100%)
R 170 of 506 ~ 33.6%
G 177 of 506 ~ 34.98%
B 159 of 506 ~ 31.42%

%33.6
%34.98
%31.42

CMYK color model

#AAB19F color CMYK value is (4,0,10,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 30.59%
CMYK:
(4,0,10,31)
C4M0Y10K31 
(4%,0%,10%,31%)
(0.04/0.00/0.10/0.31)	

CMYK percentages

%3.95
%0
%10.17
%30.59

Codes

Color #AAB19F in popluar color models

AAB19F
RGB170177159
HSL83°10.34%65.88%
HSB/HSV83°10.17%69.41%
CMYK3.95%0.00%10.17%
30.59%

Color #AAB19F in popluar number systems.

HEXAAB19F
Decimal170177159
Binary101010101011000110011111
Octal252261237

Shades and tints

Shades of #AAB19F

#AAB19F
(170,177,159)
#9BA191
(155,161,145)
#8C9183
(140,145,131)
#7D8175
(125,129,117)
#6E7167
(110,113,103)
#5F6159
(95,97,89)
#50514B
(80,81,75)
#41413D
(65,65,61)
#32312F
(50,49,47)
#232121
(35,33,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AAB19F

#AAB19F
(170,177,159)
#B1B8A7
(177,184,167)
#B8BFAF
(184,191,175)
#BFC6B7
(191,198,183)
#C6CDBF
(198,205,191)
#CDD4C7
(205,212,199)
#D4DBCF
(212,219,207)
#DBE2D7
(219,226,215)
#E2E9DF
(226,233,223)
#E9F0E7
(233,240,231)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB19F; }

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

This text font color is #AAB19F.


Background Color

.myBgColor { background-color: #AAB19F; }

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

This div background color is #AAB19F.


Border color

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

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

This div border color is #AAB19F.


Opacity

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

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

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

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

This text has shadow with #AAB19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB19F on black background.


Color preview on white background

This text has color #AAB19F on white background.



Black color preview on #AAB19F background

This text has black color on #AAB19F background.


White color preview on #AAB19F background

This text has white color on #AAB19F background.