COLOR #AAA383

HEX: #AAA383
RGB: (170,163,131)

Color info

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

RGB color model

#AAA383 color RGB value is (170,163,131).

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

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 131 of 255 = 51%

170
163
131

R + G + B ~ 61%. #AAA383 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 131 = 464 (100%)
R 170 of 464 ~ 36.64%
G 163 of 464 ~ 35.13%
B 131 of 464 ~ 28.23%

%36.64
%35.13
%28.23

CMYK color model

#AAA383 color CMYK value is (0,4,23,33).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(0,4,23,33)
C0M4Y23K33 
(0%,4%,23%,33%)
(0.00/0.04/0.23/0.33)	

CMYK percentages

%0
%4.12
%22.94
%33.33

Codes

Color #AAA383 in popluar color models

AAA383
RGB170163131
HSL49°18.66%59.02%
HSB/HSV49°22.94%66.67%
CMYK0.00%4.12%22.94%
33.33%

Color #AAA383 in popluar number systems.

HEXAAA383
Decimal170163131
Binary101010101010001110000011
Octal252243203

Shades and tints

Shades of #AAA383

#AAA383
(170,163,131)
#9B9578
(155,149,120)
#8C876D
(140,135,109)
#7D7962
(125,121,98)
#6E6B57
(110,107,87)
#5F5D4C
(95,93,76)
#504F41
(80,79,65)
#414136
(65,65,54)
#32332B
(50,51,43)
#232520
(35,37,32)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AAA383

#AAA383
(170,163,131)
#B1AB8E
(177,171,142)
#B8B399
(184,179,153)
#BFBBA4
(191,187,164)
#C6C3AF
(198,195,175)
#CDCBBA
(205,203,186)
#D4D3C5
(212,211,197)
#DBDBD0
(219,219,208)
#E2E3DB
(226,227,219)
#E9EBE6
(233,235,230)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA383; }

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

This text font color is #AAA383.


Background Color

.myBgColor { background-color: #AAA383; }

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

This div background color is #AAA383.


Border color

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

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

This div border color is #AAA383.


Opacity

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

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

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

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

This text has shadow with #AAA383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA383 on black background.


Color preview on white background

This text has color #AAA383 on white background.



Black color preview on #AAA383 background

This text has black color on #AAA383 background.


White color preview on #AAA383 background

This text has white color on #AAA383 background.