COLOR #AAB396

HEX: #AAB396 RGB: (170,179,150)

Color info

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

RGB color model

#AAB396 color RGB value is (170,179,150).

RGB: (170,179,150) (67%, 70%, 59%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 150 of 255 = 59%

170
179
150

R + G + B ~ 65%. #AAB396 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 150 = 499 (100%)
R 170 of 499 ~ 34.07%
G 179 of 499 ~ 35.87%
B 150 of 499 ~ 30.06'%

%34.07
%35.87
%30.06

CMYK color model

#AAB396 color CMYK value is (5,0,16,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 29.80%

CMYK: (5,0,16,30)
C5M0Y16K30 (5%, 0%, 16%, 30%)
(0.05 / 0.00 / 0.16 / 0.30)

CMYK percentages

%5.03
%0
%16.2
%29.8

Codes

Color #AAB396 in popluar color models

AA B3 96
RGB 170 179 150
HSL 79° 16.02% 64.51%
HSB/HSV 79° 16.20% 70.20%
CMYK 5.03% 0.00% 16.20%
29.80%

Color #AAB396 in popluar number systems.

HEX AA B3 96
Decimal 170 179 150
Binary 10101010 10110011 10010110
Octal 252 263 226

Shades and tints

Shades of #AAB396

#AAB396
(170,179,150)
#9BA389
(155,163,137)
#8C937C
(140,147,124)
#7D836F
(125,131,111)
#6E7362
(110,115,98)
#5F6355
(95,99,85)
#505348
(80,83,72)
#41433B
(65,67,59)
#32332E
(50,51,46)
#232321
(35,35,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAB396

#AAB396
(170,179,150)
#B1B99F
(177,185,159)
#B8BFA8
(184,191,168)
#BFC5B1
(191,197,177)
#C6CBBA
(198,203,186)
#CDD1C3
(205,209,195)
#D4D7CC
(212,215,204)
#DBDDD5
(219,221,213)
#E2E3DE
(226,227,222)
#E9E9E7
(233,233,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB396; }

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

This text font color is #AAB396.

Background Color

.myBgColor { background-color: #AAB396; }

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

This div background color is #AAB396.

Border color

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

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

This div border color is #AAB396.

Opacity

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

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

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

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

This text has shadow with #AAB396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB396.

Preview

Color preview on black background

This text has color #AAB396 on black background.


Color preview on white background

This text has color #AAB396 on white background.


Black color preview on #AAB396 background

This text has black color on #AAB396 background.


White color preview on #AAB396 background

This text has white color on #AAB396 background.


Related colors

Complementary color

Complementary color for #hex is #554C69.


I love getcolorcode.com

Triadic colors

1 #96AAB3 and #B396AA with #AAB396 are triadic colors.

2 #96B3AA and #B3AA96 with #AAB396 are triadic colors.