COLOR #AAB596

HEX: #AAB596
RGB: (170,181,150)

Color info

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

RGB color model

#AAB596 color RGB value is (170,181,150).

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

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 150 of 255 = 59%

170
181
150

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 150 = 501 (100%)
R 170 of 501 ~ 33.93%
G 181 of 501 ~ 36.13%
B 150 of 501 ~ 29.94%

%33.93
%36.13
%29.94

CMYK color model

#AAB596 color CMYK value is (6,0,17,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 17.13%
  • key color value is 29.02%
CMYK:
(6,0,17,29)
C6M0Y17K29 
(6%,0%,17%,29%)
(0.06/0.00/0.17/0.29)	

CMYK percentages

%6.08
%0
%17.13
%29.02

Codes

Color #AAB596 in popluar color models

AAB596
RGB170181150
HSL81°17.32%64.90%
HSB/HSV81°17.13%70.98%
CMYK6.08%0.00%17.13%
29.02%

Color #AAB596 in popluar number systems.

HEXAAB596
Decimal170181150
Binary101010101011010110010110
Octal252265226

Shades and tints

Shades of #AAB596

#AAB596
(170,181,150)
#9BA589
(155,165,137)
#8C957C
(140,149,124)
#7D856F
(125,133,111)
#6E7562
(110,117,98)
#5F6555
(95,101,85)
#505548
(80,85,72)
#41453B
(65,69,59)
#32352E
(50,53,46)
#232521
(35,37,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAB596

#AAB596
(170,181,150)
#B1BB9F
(177,187,159)
#B8C1A8
(184,193,168)
#BFC7B1
(191,199,177)
#C6CDBA
(198,205,186)
#CDD3C3
(205,211,195)
#D4D9CC
(212,217,204)
#DBDFD5
(219,223,213)
#E2E5DE
(226,229,222)
#E9EBE7
(233,235,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB596; }

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

This text font color is #AAB596.


Background Color

.myBgColor { background-color: #AAB596; }

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

This div background color is #AAB596.


Border color

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

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

This div border color is #AAB596.


Opacity

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

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

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

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

This text has shadow with #AAB596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB596 on black background.


Color preview on white background

This text has color #AAB596 on white background.



Black color preview on #AAB596 background

This text has black color on #AAB596 background.


White color preview on #AAB596 background

This text has white color on #AAB596 background.