COLOR #AAA784

HEX: #AAA784
RGB: (170,167,132)

Color info

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

RGB color model

#AAA784 color RGB value is (170,167,132).

  • red value is 170;
  • green value is 167;
  • blue value is 132.
RGB:
(170,167,132)
(67%,65%,52%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 132 of 255 = 52%

170
167
132

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 132 = 469 (100%)
R 170 of 469 ~ 36.25%
G 167 of 469 ~ 35.61%
B 132 of 469 ~ 28.14%

%36.25
%35.61
%28.14

CMYK color model

#AAA784 color CMYK value is (0,2,22,33).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 22.35%
  • key color value is 33.33%
CMYK:
(0,2,22,33)
C0M2Y22K33 
(0%,2%,22%,33%)
(0.00/0.02/0.22/0.33)	

CMYK percentages

%0
%1.76
%22.35
%33.33

Codes

Color #AAA784 in popluar color models

AAA784
RGB170167132
HSL55°18.27%59.22%
HSB/HSV55°22.35%66.67%
CMYK0.00%1.76%22.35%
33.33%

Color #AAA784 in popluar number systems.

HEXAAA784
Decimal170167132
Binary101010101010011110000100
Octal252247204

Shades and tints

Shades of #AAA784

#AAA784
(170,167,132)
#9B9878
(155,152,120)
#8C896C
(140,137,108)
#7D7A60
(125,122,96)
#6E6B54
(110,107,84)
#5F5C48
(95,92,72)
#504D3C
(80,77,60)
#413E30
(65,62,48)
#322F24
(50,47,36)
#232018
(35,32,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #AAA784

#AAA784
(170,167,132)
#B1AF8F
(177,175,143)
#B8B79A
(184,183,154)
#BFBFA5
(191,191,165)
#C6C7B0
(198,199,176)
#CDCFBB
(205,207,187)
#D4D7C6
(212,215,198)
#DBDFD1
(219,223,209)
#E2E7DC
(226,231,220)
#E9EFE7
(233,239,231)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA784 color. Also use rgb(170,167,132) instead hex code.

Text Font Color

.myTextColor { color: #AAA784; }

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

This text font color is #AAA784.


Background Color

.myBgColor { background-color: #AAA784; }

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

This div background color is #AAA784.


Border color

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

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

This div border color is #AAA784.


Opacity

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

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

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

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

This text has shadow with #AAA784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA784 on black background.


Color preview on white background

This text has color #AAA784 on white background.



Black color preview on #AAA784 background

This text has black color on #AAA784 background.


White color preview on #AAA784 background

This text has white color on #AAA784 background.