COLOR #AAB896

HEX: #AAB896
RGB: (170,184,150)

Color info

#AAB896 contains red, green and blue colors in about the same proportion. Web safe color of #AAB896 is #99CC99 (or #9C9).

RGB color model

#AAB896 color RGB value is (170,184,150).

  • red value is 170;
  • green value is 184;
  • blue value is 150.
RGB:
(170,184,150)
(67%,72%,59%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 150 of 255 = 59%

170
184
150

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

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 150 = 504 (100%)
R 170 of 504 ~ 33.73%
G 184 of 504 ~ 36.51%
B 150 of 504 ~ 29.76%

%33.73
%36.51
%29.76

CMYK color model

#AAB896 color CMYK value is (8,0,18,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(8,0,18,28)
C8M0Y18K28 
(8%,0%,18%,28%)
(0.08/0.00/0.18/0.28)	

CMYK percentages

%7.61
%0
%18.48
%27.84

Codes

Color #AAB896 in popluar color models

AAB896
RGB170184150
HSL85°19.32%65.49%
HSB/HSV85°18.48%72.16%
CMYK7.61%0.00%18.48%
27.84%

Color #AAB896 in popluar number systems.

HEXAAB896
Decimal170184150
Binary101010101011100010010110
Octal252270226

Shades and tints

Shades of #AAB896

#AAB896
(170,184,150)
#9BA889
(155,168,137)
#8C987C
(140,152,124)
#7D886F
(125,136,111)
#6E7862
(110,120,98)
#5F6855
(95,104,85)
#505848
(80,88,72)
#41483B
(65,72,59)
#32382E
(50,56,46)
#232821
(35,40,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAB896

#AAB896
(170,184,150)
#B1BE9F
(177,190,159)
#B8C4A8
(184,196,168)
#BFCAB1
(191,202,177)
#C6D0BA
(198,208,186)
#CDD6C3
(205,214,195)
#D4DCCC
(212,220,204)
#DBE2D5
(219,226,213)
#E2E8DE
(226,232,222)
#E9EEE7
(233,238,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB896 color. Also use rgb(170,184,150) instead hex code.

Text Font Color

.myTextColor { color: #AAB896; }

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

This text font color is #AAB896.


Background Color

.myBgColor { background-color: #AAB896; }

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

This div background color is #AAB896.


Border color

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

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

This div border color is #AAB896.


Opacity

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

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

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

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

This text has shadow with #AAB896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB896 on black background.


Color preview on white background

This text has color #AAB896 on white background.



Black color preview on #AAB896 background

This text has black color on #AAB896 background.


White color preview on #AAB896 background

This text has white color on #AAB896 background.