COLOR #AAA883

HEX: #AAA883
RGB: (170,168,131)

Color info

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

RGB color model

#AAA883 color RGB value is (170,168,131).

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

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 131 of 255 = 51%

170
168
131

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

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 131 = 469 (100%)
R 170 of 469 ~ 36.25%
G 168 of 469 ~ 35.82%
B 131 of 469 ~ 27.93%

%36.25
%35.82
%27.93

CMYK color model

#AAA883 color CMYK value is (0,1,23,33).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(0,1,23,33)
C0M1Y23K33 
(0%,1%,23%,33%)
(0.00/0.01/0.23/0.33)	

CMYK percentages

%0
%1.18
%22.94
%33.33

Codes

Color #AAA883 in popluar color models

AAA883
RGB170168131
HSL57°18.66%59.02%
HSB/HSV57°22.94%66.67%
CMYK0.00%1.18%22.94%
33.33%

Color #AAA883 in popluar number systems.

HEXAAA883
Decimal170168131
Binary101010101010100010000011
Octal252250203

Shades and tints

Shades of #AAA883

#AAA883
(170,168,131)
#9B9978
(155,153,120)
#8C8A6D
(140,138,109)
#7D7B62
(125,123,98)
#6E6C57
(110,108,87)
#5F5D4C
(95,93,76)
#504E41
(80,78,65)
#413F36
(65,63,54)
#32302B
(50,48,43)
#232120
(35,33,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AAA883

#AAA883
(170,168,131)
#B1AF8E
(177,175,142)
#B8B699
(184,182,153)
#BFBDA4
(191,189,164)
#C6C4AF
(198,196,175)
#CDCBBA
(205,203,186)
#D4D2C5
(212,210,197)
#DBD9D0
(219,217,208)
#E2E0DB
(226,224,219)
#E9E7E6
(233,231,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA883; }

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

This text font color is #AAA883.


Background Color

.myBgColor { background-color: #AAA883; }

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

This div background color is #AAA883.


Border color

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

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

This div border color is #AAA883.


Opacity

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

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

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

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

This text has shadow with #AAA883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA883 on black background.


Color preview on white background

This text has color #AAA883 on white background.



Black color preview on #AAA883 background

This text has black color on #AAA883 background.


White color preview on #AAA883 background

This text has white color on #AAA883 background.