COLOR #AAAC99

HEX: #AAAC99
RGB: (170,172,153)

Color info

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

RGB color model

#AAAC99 color RGB value is (170,172,153).

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

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 153 of 255 = 60%

170
172
153

R + G + B ~ 65%. #AAAC99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 153 = 495 (100%)
R 170 of 495 ~ 34.34%
G 172 of 495 ~ 34.75%
B 153 of 495 ~ 30.91%

%34.34
%34.75
%30.91

CMYK color model

#AAAC99 color CMYK value is (1,0,11,33).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(1,0,11,33)
C1M0Y11K33 
(1%,0%,11%,33%)
(0.01/0.00/0.11/0.33)	

CMYK percentages

%1.16
%0
%11.05
%32.55

Codes

Color #AAAC99 in popluar color models

AAAC99
RGB170172153
HSL66°10.27%63.73%
HSB/HSV66°11.05%67.45%
CMYK1.16%0.00%11.05%
32.55%

Color #AAAC99 in popluar number systems.

HEXAAAC99
Decimal170172153
Binary101010101010110010011001
Octal252254231

Shades and tints

Shades of #AAAC99

#AAAC99
(170,172,153)
#9B9D8C
(155,157,140)
#8C8E7F
(140,142,127)
#7D7F72
(125,127,114)
#6E7065
(110,112,101)
#5F6158
(95,97,88)
#50524B
(80,82,75)
#41433E
(65,67,62)
#323431
(50,52,49)
#232524
(35,37,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AAAC99

#AAAC99
(170,172,153)
#B1B3A2
(177,179,162)
#B8BAAB
(184,186,171)
#BFC1B4
(191,193,180)
#C6C8BD
(198,200,189)
#CDCFC6
(205,207,198)
#D4D6CF
(212,214,207)
#DBDDD8
(219,221,216)
#E2E4E1
(226,228,225)
#E9EBEA
(233,235,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAC99; }

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

This text font color is #AAAC99.


Background Color

.myBgColor { background-color: #AAAC99; }

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

This div background color is #AAAC99.


Border color

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

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

This div border color is #AAAC99.


Opacity

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

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

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

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

This text has shadow with #AAAC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAC99 on black background.


Color preview on white background

This text has color #AAAC99 on white background.



Black color preview on #AAAC99 background

This text has black color on #AAAC99 background.


White color preview on #AAAC99 background

This text has white color on #AAAC99 background.