COLOR #AAA09C

HEX: #AAA09C
RGB: (170,160,156)

Color info

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

RGB color model

#AAA09C color RGB value is (170,160,156).

  • red value is 170;
  • green value is 160;
  • blue value is 156.
RGB:
(170,160,156)
(67%,63%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 156 of 255 = 61%

170
160
156

R + G + B ~ 64%. #AAA09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 156 = 486 (100%)
R 170 of 486 ~ 34.98%
G 160 of 486 ~ 32.92%
B 156 of 486 ~ 32.1%

%34.98
%32.92
%32.1

CMYK color model

#AAA09C color CMYK value is (0,6,8,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 8.24%
  • key color value is 33.33%
CMYK:
(0,6,8,33)
C0M6Y8K33 
(0%,6%,8%,33%)
(0.00/0.06/0.08/0.33)	

CMYK percentages

%0
%5.88
%8.24
%33.33

Codes

Color #AAA09C in popluar color models

AAA09C
RGB170160156
HSL17°7.61%63.92%
HSB/HSV17°8.24%66.67%
CMYK0.00%5.88%8.24%
33.33%

Color #AAA09C in popluar number systems.

HEXAAA09C
Decimal170160156
Binary101010101010000010011100
Octal252240234

Shades and tints

Shades of #AAA09C

#AAA09C
(170,160,156)
#9B928E
(155,146,142)
#8C8480
(140,132,128)
#7D7672
(125,118,114)
#6E6864
(110,104,100)
#5F5A56
(95,90,86)
#504C48
(80,76,72)
#413E3A
(65,62,58)
#32302C
(50,48,44)
#23221E
(35,34,30)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AAA09C

#AAA09C
(170,160,156)
#B1A8A5
(177,168,165)
#B8B0AE
(184,176,174)
#BFB8B7
(191,184,183)
#C6C0C0
(198,192,192)
#CDC8C9
(205,200,201)
#D4D0D2
(212,208,210)
#DBD8DB
(219,216,219)
#E2E0E4
(226,224,228)
#E9E8ED
(233,232,237)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA09C color. Also use rgb(170,160,156) instead hex code.

Text Font Color

.myTextColor { color: #AAA09C; }

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

This text font color is #AAA09C.


Background Color

.myBgColor { background-color: #AAA09C; }

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

This div background color is #AAA09C.


Border color

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

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

This div border color is #AAA09C.


Opacity

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

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

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

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

This text has shadow with #AAA09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA09C on black background.


Color preview on white background

This text has color #AAA09C on white background.



Black color preview on #AAA09C background

This text has black color on #AAA09C background.


White color preview on #AAA09C background

This text has white color on #AAA09C background.