COLOR #AAAB84

HEX: #AAAB84 RGB: (170,171,132)

Color info

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

RGB color model

#AAAB84 color RGB value is (170,171,132).

RGB: (170,171,132) (67%, 67%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 132 of 255 = 52%

170
171
132

R + G + B ~ 62%. #AAAB84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 132 = 473 (100%)
R 170 of 473 ~ 35.94%
G 171 of 473 ~ 36.15%
B 132 of 473 ~ 27.91'%

%35.94
%36.15
%27.91

CMYK color model

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

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 32.94%

CMYK: (1,0,23,33)
C1M0Y23K33 (1%, 0%, 23%, 33%)
(0.01 / 0.00 / 0.23 / 0.33)

CMYK percentages

%0.58
%0
%22.81
%32.94

Codes

Color #AAAB84 in popluar color models

AA AB 84
RGB 170 171 132
HSL 62° 18.84% 59.41%
HSB/HSV 62° 22.81% 67.06%
CMYK 0.58% 0.00% 22.81%
32.94%

Color #AAAB84 in popluar number systems.

HEX AA AB 84
Decimal 170 171 132
Binary 10101010 10101011 10000100
Octal 252 253 204

Shades and tints

Shades of #AAAB84

#AAAB84
(170,171,132)
#9B9C78
(155,156,120)
#8C8D6C
(140,141,108)
#7D7E60
(125,126,96)
#6E6F54
(110,111,84)
#5F6048
(95,96,72)
#50513C
(80,81,60)
#414230
(65,66,48)
#323324
(50,51,36)
#232418
(35,36,24)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #AAAB84

#AAAB84
(170,171,132)
#B1B28F
(177,178,143)
#B8B99A
(184,185,154)
#BFC0A5
(191,192,165)
#C6C7B0
(198,199,176)
#CDCEBB
(205,206,187)
#D4D5C6
(212,213,198)
#DBDCD1
(219,220,209)
#E2E3DC
(226,227,220)
#E9EAE7
(233,234,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAB84; }

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

This text font color is #AAAB84.

Background Color

.myBgColor { background-color: #AAAB84; }

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

This div background color is #AAAB84.

Border color

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

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

This div border color is #AAAB84.

Opacity

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

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

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

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

This text has shadow with #AAAB84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAB84.

Preview

Color preview on black background

This text has color #AAAB84 on black background.


Color preview on white background

This text has color #AAAB84 on white background.


Black color preview on #AAAB84 background

This text has black color on #AAAB84 background.


White color preview on #AAAB84 background

This text has white color on #AAAB84 background.


Related colors

Complementary color

Complementary color for #hex is #55547B.


I love getcolorcode.com

Triadic colors

1 #84AAAB and #AB84AA with #AAAB84 are triadic colors.

2 #84ABAA and #ABAA84 with #AAAB84 are triadic colors.