COLOR #AAA38B

HEX: #AAA38B
RGB: (170,163,139)

Color info

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

RGB color model

#AAA38B color RGB value is (170,163,139).

  • red value is 170;
  • green value is 163;
  • blue value is 139.
RGB:
(170,163,139)
(67%,64%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 139 of 255 = 55%

170
163
139

R + G + B ~ 62%. #AAA38B is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 139 = 472 (100%)
R 170 of 472 ~ 36.02%
G 163 of 472 ~ 34.53%
B 139 of 472 ~ 29.45%

%36.02
%34.53
%29.45

CMYK color model

#AAA38B color CMYK value is (0,4,18,33).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,4,18,33)
C0M4Y18K33 
(0%,4%,18%,33%)
(0.00/0.04/0.18/0.33)	

CMYK percentages

%0
%4.12
%18.24
%33.33

Codes

Color #AAA38B in popluar color models

AAA38B
RGB170163139
HSL46°15.42%60.59%
HSB/HSV46°18.24%66.67%
CMYK0.00%4.12%18.24%
33.33%

Color #AAA38B in popluar number systems.

HEXAAA38B
Decimal170163139
Binary101010101010001110001011
Octal252243213

Shades and tints

Shades of #AAA38B

#AAA38B
(170,163,139)
#9B957F
(155,149,127)
#8C8773
(140,135,115)
#7D7967
(125,121,103)
#6E6B5B
(110,107,91)
#5F5D4F
(95,93,79)
#504F43
(80,79,67)
#414137
(65,65,55)
#32332B
(50,51,43)
#23251F
(35,37,31)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAA38B

#AAA38B
(170,163,139)
#B1AB95
(177,171,149)
#B8B39F
(184,179,159)
#BFBBA9
(191,187,169)
#C6C3B3
(198,195,179)
#CDCBBD
(205,203,189)
#D4D3C7
(212,211,199)
#DBDBD1
(219,219,209)
#E2E3DB
(226,227,219)
#E9EBE5
(233,235,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA38B color. Also use rgb(170,163,139) instead hex code.

Text Font Color

.myTextColor { color: #AAA38B; }

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

This text font color is #AAA38B.


Background Color

.myBgColor { background-color: #AAA38B; }

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

This div background color is #AAA38B.


Border color

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

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

This div border color is #AAA38B.


Opacity

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

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

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

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

This text has shadow with #AAA38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA38B on black background.


Color preview on white background

This text has color #AAA38B on white background.



Black color preview on #AAA38B background

This text has black color on #AAA38B background.


White color preview on #AAA38B background

This text has white color on #AAA38B background.