COLOR #AAB384

HEX: #AAB384
RGB: (170,179,132)

Color info

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

RGB color model

#AAB384 color RGB value is (170,179,132).

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

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 132 of 255 = 52%

170
179
132

R + G + B ~ 63%. #AAB384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 132 = 481 (100%)
R 170 of 481 ~ 35.34%
G 179 of 481 ~ 37.21%
B 132 of 481 ~ 27.44%

%35.34
%37.21
%27.44

CMYK color model

#AAB384 color CMYK value is (5,0,26,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 29.80%
CMYK:
(5,0,26,30)
C5M0Y26K30 
(5%,0%,26%,30%)
(0.05/0.00/0.26/0.30)	

CMYK percentages

%5.03
%0
%26.26
%29.8

Codes

Color #AAB384 in popluar color models

AAB384
RGB170179132
HSL71°23.62%60.98%
HSB/HSV71°26.26%70.20%
CMYK5.03%0.00%26.26%
29.80%

Color #AAB384 in popluar number systems.

HEXAAB384
Decimal170179132
Binary101010101011001110000100
Octal252263204

Shades and tints

Shades of #AAB384

#AAB384
(170,179,132)
#9BA378
(155,163,120)
#8C936C
(140,147,108)
#7D8360
(125,131,96)
#6E7354
(110,115,84)
#5F6348
(95,99,72)
#50533C
(80,83,60)
#414330
(65,67,48)
#323324
(50,51,36)
#232318
(35,35,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #AAB384

#AAB384
(170,179,132)
#B1B98F
(177,185,143)
#B8BF9A
(184,191,154)
#BFC5A5
(191,197,165)
#C6CBB0
(198,203,176)
#CDD1BB
(205,209,187)
#D4D7C6
(212,215,198)
#DBDDD1
(219,221,209)
#E2E3DC
(226,227,220)
#E9E9E7
(233,233,231)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB384; }

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

This text font color is #AAB384.


Background Color

.myBgColor { background-color: #AAB384; }

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

This div background color is #AAB384.


Border color

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

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

This div border color is #AAB384.


Opacity

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

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

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

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

This text has shadow with #AAB384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB384 on black background.


Color preview on white background

This text has color #AAB384 on white background.



Black color preview on #AAB384 background

This text has black color on #AAB384 background.


White color preview on #AAB384 background

This text has white color on #AAB384 background.