COLOR #AA9984

HEX: #AA9984
RGB: (170,153,132)

Color info

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

RGB color model

#AA9984 color RGB value is (170,153,132).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 132 of 255 = 52%

170
153
132

R + G + B ~ 60%. #AA9984 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 132 = 455 (100%)
R 170 of 455 ~ 37.36%
G 153 of 455 ~ 33.63%
B 132 of 455 ~ 29.01%

%37.36
%33.63
%29.01

CMYK color model

#AA9984 color CMYK value is (0,10,22,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 22.35%
  • key color value is 33.33%
CMYK:
(0,10,22,33)
C0M10Y22K33 
(0%,10%,22%,33%)
(0.00/0.10/0.22/0.33)	

CMYK percentages

%0
%10
%22.35
%33.33

Codes

Color #AA9984 in popluar color models

AA9984
RGB170153132
HSL33°18.27%59.22%
HSB/HSV33°22.35%66.67%
CMYK0.00%10.00%22.35%
33.33%

Color #AA9984 in popluar number systems.

HEXAA9984
Decimal170153132
Binary101010101001100110000100
Octal252231204

Shades and tints

Shades of #AA9984

#AA9984
(170,153,132)
#9B8C78
(155,140,120)
#8C7F6C
(140,127,108)
#7D7260
(125,114,96)
#6E6554
(110,101,84)
#5F5848
(95,88,72)
#504B3C
(80,75,60)
#413E30
(65,62,48)
#323124
(50,49,36)
#232418
(35,36,24)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #AA9984

#AA9984
(170,153,132)
#B1A28F
(177,162,143)
#B8AB9A
(184,171,154)
#BFB4A5
(191,180,165)
#C6BDB0
(198,189,176)
#CDC6BB
(205,198,187)
#D4CFC6
(212,207,198)
#DBD8D1
(219,216,209)
#E2E1DC
(226,225,220)
#E9EAE7
(233,234,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9984; }

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

This text font color is #AA9984.


Background Color

.myBgColor { background-color: #AA9984; }

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

This div background color is #AA9984.


Border color

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

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

This div border color is #AA9984.


Opacity

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

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

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

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

This text has shadow with #AA9984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9984 on black background.


Color preview on white background

This text has color #AA9984 on white background.



Black color preview on #AA9984 background

This text has black color on #AA9984 background.


White color preview on #AA9984 background

This text has white color on #AA9984 background.