COLOR #AAB192

HEX: #AAB192
RGB: (170,177,146)

Color info

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

RGB color model

#AAB192 color RGB value is (170,177,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 146 of 255 = 57%

170
177
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 146 = 493 (100%)
R 170 of 493 ~ 34.48%
G 177 of 493 ~ 35.9%
B 146 of 493 ~ 29.61%

%34.48
%35.9
%29.61

CMYK color model

#AAB192 color CMYK value is (4,0,18,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 30.59%
CMYK:
(4,0,18,31)
C4M0Y18K31 
(4%,0%,18%,31%)
(0.04/0.00/0.18/0.31)	

CMYK percentages

%3.95
%0
%17.51
%30.59

Codes

Color #AAB192 in popluar color models

AAB192
RGB170177146
HSL74°16.58%63.33%
HSB/HSV74°17.51%69.41%
CMYK3.95%0.00%17.51%
30.59%

Color #AAB192 in popluar number systems.

HEXAAB192
Decimal170177146
Binary101010101011000110010010
Octal252261222

Shades and tints

Shades of #AAB192

#AAB192
(170,177,146)
#9BA185
(155,161,133)
#8C9178
(140,145,120)
#7D816B
(125,129,107)
#6E715E
(110,113,94)
#5F6151
(95,97,81)
#505144
(80,81,68)
#414137
(65,65,55)
#32312A
(50,49,42)
#23211D
(35,33,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AAB192

#AAB192
(170,177,146)
#B1B89B
(177,184,155)
#B8BFA4
(184,191,164)
#BFC6AD
(191,198,173)
#C6CDB6
(198,205,182)
#CDD4BF
(205,212,191)
#D4DBC8
(212,219,200)
#DBE2D1
(219,226,209)
#E2E9DA
(226,233,218)
#E9F0E3
(233,240,227)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB192; }

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

This text font color is #AAB192.


Background Color

.myBgColor { background-color: #AAB192; }

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

This div background color is #AAB192.


Border color

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

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

This div border color is #AAB192.


Opacity

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

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

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

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

This text has shadow with #AAB192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB192 on black background.


Color preview on white background

This text has color #AAB192 on white background.



Black color preview on #AAB192 background

This text has black color on #AAB192 background.


White color preview on #AAB192 background

This text has white color on #AAB192 background.