COLOR #AAA385

HEX: #AAA385
RGB: (170,163,133)

Color info

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

RGB color model

#AAA385 color RGB value is (170,163,133).

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

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 133 of 255 = 52%

170
163
133

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

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 133 = 466 (100%)
R 170 of 466 ~ 36.48%
G 163 of 466 ~ 34.98%
B 133 of 466 ~ 28.54%

%36.48
%34.98
%28.54

CMYK color model

#AAA385 color CMYK value is (0,4,22,33).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 21.76%
  • key color value is 33.33%
CMYK:
(0,4,22,33)
C0M4Y22K33 
(0%,4%,22%,33%)
(0.00/0.04/0.22/0.33)	

CMYK percentages

%0
%4.12
%21.76
%33.33

Codes

Color #AAA385 in popluar color models

AAA385
RGB170163133
HSL49°17.87%59.41%
HSB/HSV49°21.76%66.67%
CMYK0.00%4.12%21.76%
33.33%

Color #AAA385 in popluar number systems.

HEXAAA385
Decimal170163133
Binary101010101010001110000101
Octal252243205

Shades and tints

Shades of #AAA385

#AAA385
(170,163,133)
#9B9579
(155,149,121)
#8C876D
(140,135,109)
#7D7961
(125,121,97)
#6E6B55
(110,107,85)
#5F5D49
(95,93,73)
#504F3D
(80,79,61)
#414131
(65,65,49)
#323325
(50,51,37)
#232519
(35,37,25)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #AAA385

#AAA385
(170,163,133)
#B1AB90
(177,171,144)
#B8B39B
(184,179,155)
#BFBBA6
(191,187,166)
#C6C3B1
(198,195,177)
#CDCBBC
(205,203,188)
#D4D3C7
(212,211,199)
#DBDBD2
(219,219,210)
#E2E3DD
(226,227,221)
#E9EBE8
(233,235,232)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA385; }

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

This text font color is #AAA385.


Background Color

.myBgColor { background-color: #AAA385; }

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

This div background color is #AAA385.


Border color

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

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

This div border color is #AAA385.


Opacity

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

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

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

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

This text has shadow with #AAA385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA385 on black background.


Color preview on white background

This text has color #AAA385 on white background.



Black color preview on #AAA385 background

This text has black color on #AAA385 background.


White color preview on #AAA385 background

This text has white color on #AAA385 background.