COLOR #AAB38D

HEX: #AAB38D
RGB: (170,179,141)

Color info

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

RGB color model

#AAB38D color RGB value is (170,179,141).

  • red value is 170;
  • green value is 179;
  • blue value is 141.
RGB:
(170,179,141)
(67%,70%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 141 of 255 = 55%

170
179
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 141 = 490 (100%)
R 170 of 490 ~ 34.69%
G 179 of 490 ~ 36.53%
B 141 of 490 ~ 28.78%

%34.69
%36.53
%28.78

CMYK color model

#AAB38D color CMYK value is (5,0,21,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(5,0,21,30)
C5M0Y21K30 
(5%,0%,21%,30%)
(0.05/0.00/0.21/0.30)	

CMYK percentages

%5.03
%0
%21.23
%29.8

Codes

Color #AAB38D in popluar color models

AAB38D
RGB170179141
HSL74°20.00%62.75%
HSB/HSV74°21.23%70.20%
CMYK5.03%0.00%21.23%
29.80%

Color #AAB38D in popluar number systems.

HEXAAB38D
Decimal170179141
Binary101010101011001110001101
Octal252263215

Shades and tints

Shades of #AAB38D

#AAB38D
(170,179,141)
#9BA381
(155,163,129)
#8C9375
(140,147,117)
#7D8369
(125,131,105)
#6E735D
(110,115,93)
#5F6351
(95,99,81)
#505345
(80,83,69)
#414339
(65,67,57)
#32332D
(50,51,45)
#232321
(35,35,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AAB38D

#AAB38D
(170,179,141)
#B1B997
(177,185,151)
#B8BFA1
(184,191,161)
#BFC5AB
(191,197,171)
#C6CBB5
(198,203,181)
#CDD1BF
(205,209,191)
#D4D7C9
(212,215,201)
#DBDDD3
(219,221,211)
#E2E3DD
(226,227,221)
#E9E9E7
(233,233,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB38D; }

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

This text font color is #AAB38D.


Background Color

.myBgColor { background-color: #AAB38D; }

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

This div background color is #AAB38D.


Border color

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

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

This div border color is #AAB38D.


Opacity

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

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

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

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

This text has shadow with #AAB38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB38D on black background.


Color preview on white background

This text has color #AAB38D on white background.



Black color preview on #AAB38D background

This text has black color on #AAB38D background.


White color preview on #AAB38D background

This text has white color on #AAB38D background.