COLOR #AAB493

HEX: #AAB493
RGB: (170,180,147)

Color info

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

RGB color model

#AAB493 color RGB value is (170,180,147).

  • red value is 170;
  • green value is 180;
  • blue value is 147.
RGB:
(170,180,147)
(67%,71%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 147 of 255 = 58%

170
180
147

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

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 147 = 497 (100%)
R 170 of 497 ~ 34.21%
G 180 of 497 ~ 36.22%
B 147 of 497 ~ 29.58%

%34.21
%36.22
%29.58

CMYK color model

#AAB493 color CMYK value is (6,0,18,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 29.41%
CMYK:
(6,0,18,29)
C6M0Y18K29 
(6%,0%,18%,29%)
(0.06/0.00/0.18/0.29)	

CMYK percentages

%5.56
%0
%18.33
%29.41

Codes

Color #AAB493 in popluar color models

AAB493
RGB170180147
HSL78°18.03%64.12%
HSB/HSV78°18.33%70.59%
CMYK5.56%0.00%18.33%
29.41%

Color #AAB493 in popluar number systems.

HEXAAB493
Decimal170180147
Binary101010101011010010010011
Octal252264223

Shades and tints

Shades of #AAB493

#AAB493
(170,180,147)
#9BA486
(155,164,134)
#8C9479
(140,148,121)
#7D846C
(125,132,108)
#6E745F
(110,116,95)
#5F6452
(95,100,82)
#505445
(80,84,69)
#414438
(65,68,56)
#32342B
(50,52,43)
#23241E
(35,36,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AAB493

#AAB493
(170,180,147)
#B1BA9C
(177,186,156)
#B8C0A5
(184,192,165)
#BFC6AE
(191,198,174)
#C6CCB7
(198,204,183)
#CDD2C0
(205,210,192)
#D4D8C9
(212,216,201)
#DBDED2
(219,222,210)
#E2E4DB
(226,228,219)
#E9EAE4
(233,234,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB493 color. Also use rgb(170,180,147) instead hex code.

Text Font Color

.myTextColor { color: #AAB493; }

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

This text font color is #AAB493.


Background Color

.myBgColor { background-color: #AAB493; }

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

This div background color is #AAB493.


Border color

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

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

This div border color is #AAB493.


Opacity

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

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

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

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

This text has shadow with #AAB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB493 on black background.


Color preview on white background

This text has color #AAB493 on white background.



Black color preview on #AAB493 background

This text has black color on #AAB493 background.


White color preview on #AAB493 background

This text has white color on #AAB493 background.