COLOR #AAB190

HEX: #AAB190
RGB: (170,177,144)

Color info

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

RGB color model

#AAB190 color RGB value is (170,177,144).

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

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 144 of 255 = 56%

170
177
144

R + G + B ~ 64%. #AAB190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 144 = 491 (100%)
R 170 of 491 ~ 34.62%
G 177 of 491 ~ 36.05%
B 144 of 491 ~ 29.33%

%34.62
%36.05
%29.33

CMYK color model

#AAB190 color CMYK value is (4,0,19,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(4,0,19,31)
C4M0Y19K31 
(4%,0%,19%,31%)
(0.04/0.00/0.19/0.31)	

CMYK percentages

%3.95
%0
%18.64
%30.59

Codes

Color #AAB190 in popluar color models

AAB190
RGB170177144
HSL73°17.46%62.94%
HSB/HSV73°18.64%69.41%
CMYK3.95%0.00%18.64%
30.59%

Color #AAB190 in popluar number systems.

HEXAAB190
Decimal170177144
Binary101010101011000110010000
Octal252261220

Shades and tints

Shades of #AAB190

#AAB190
(170,177,144)
#9BA183
(155,161,131)
#8C9176
(140,145,118)
#7D8169
(125,129,105)
#6E715C
(110,113,92)
#5F614F
(95,97,79)
#505142
(80,81,66)
#414135
(65,65,53)
#323128
(50,49,40)
#23211B
(35,33,27)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AAB190

#AAB190
(170,177,144)
#B1B89A
(177,184,154)
#B8BFA4
(184,191,164)
#BFC6AE
(191,198,174)
#C6CDB8
(198,205,184)
#CDD4C2
(205,212,194)
#D4DBCC
(212,219,204)
#DBE2D6
(219,226,214)
#E2E9E0
(226,233,224)
#E9F0EA
(233,240,234)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB190; }

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

This text font color is #AAB190.


Background Color

.myBgColor { background-color: #AAB190; }

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

This div background color is #AAB190.


Border color

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

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

This div border color is #AAB190.


Opacity

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

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

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

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

This text has shadow with #AAB190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB190 on black background.


Color preview on white background

This text has color #AAB190 on white background.



Black color preview on #AAB190 background

This text has black color on #AAB190 background.


White color preview on #AAB190 background

This text has white color on #AAB190 background.