COLOR #AAA39B

HEX: #AAA39B
RGB: (170,163,155)

Color info

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

RGB color model

#AAA39B color RGB value is (170,163,155).

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

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 155 of 255 = 61%

170
163
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 155 = 488 (100%)
R 170 of 488 ~ 34.84%
G 163 of 488 ~ 33.4%
B 155 of 488 ~ 31.76%

%34.84
%33.4
%31.76

CMYK color model

#AAA39B color CMYK value is (0,4,9,33).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(0,4,9,33)
C0M4Y9K33 
(0%,4%,9%,33%)
(0.00/0.04/0.09/0.33)	

CMYK percentages

%0
%4.12
%8.82
%33.33

Codes

Color #AAA39B in popluar color models

AAA39B
RGB170163155
HSL32°8.11%63.73%
HSB/HSV32°8.82%66.67%
CMYK0.00%4.12%8.82%
33.33%

Color #AAA39B in popluar number systems.

HEXAAA39B
Decimal170163155
Binary101010101010001110011011
Octal252243233

Shades and tints

Shades of #AAA39B

#AAA39B
(170,163,155)
#9B958D
(155,149,141)
#8C877F
(140,135,127)
#7D7971
(125,121,113)
#6E6B63
(110,107,99)
#5F5D55
(95,93,85)
#504F47
(80,79,71)
#414139
(65,65,57)
#32332B
(50,51,43)
#23251D
(35,37,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #AAA39B

#AAA39B
(170,163,155)
#B1ABA4
(177,171,164)
#B8B3AD
(184,179,173)
#BFBBB6
(191,187,182)
#C6C3BF
(198,195,191)
#CDCBC8
(205,203,200)
#D4D3D1
(212,211,209)
#DBDBDA
(219,219,218)
#E2E3E3
(226,227,227)
#E9EBEC
(233,235,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA39B; }

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

This text font color is #AAA39B.


Background Color

.myBgColor { background-color: #AAA39B; }

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

This div background color is #AAA39B.


Border color

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

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

This div border color is #AAA39B.


Opacity

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

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

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

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

This text has shadow with #AAA39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA39B on black background.


Color preview on white background

This text has color #AAA39B on white background.



Black color preview on #AAA39B background

This text has black color on #AAA39B background.


White color preview on #AAA39B background

This text has white color on #AAA39B background.