COLOR #AAA09A

HEX: #AAA09A
RGB: (170,160,154)

Color info

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

RGB color model

#AAA09A color RGB value is (170,160,154).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 154 of 255 = 60%

170
160
154

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 154 = 484 (100%)
R 170 of 484 ~ 35.12%
G 160 of 484 ~ 33.06%
B 154 of 484 ~ 31.82%

%35.12
%33.06
%31.82

CMYK color model

#AAA09A color CMYK value is (0,6,9,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(0,6,9,33)
C0M6Y9K33 
(0%,6%,9%,33%)
(0.00/0.06/0.09/0.33)	

CMYK percentages

%0
%5.88
%9.41
%33.33

Codes

Color #AAA09A in popluar color models

AAA09A
RGB170160154
HSL23°8.60%63.53%
HSB/HSV23°9.41%66.67%
CMYK0.00%5.88%9.41%
33.33%

Color #AAA09A in popluar number systems.

HEXAAA09A
Decimal170160154
Binary101010101010000010011010
Octal252240232

Shades and tints

Shades of #AAA09A

#AAA09A
(170,160,154)
#9B928C
(155,146,140)
#8C847E
(140,132,126)
#7D7670
(125,118,112)
#6E6862
(110,104,98)
#5F5A54
(95,90,84)
#504C46
(80,76,70)
#413E38
(65,62,56)
#32302A
(50,48,42)
#23221C
(35,34,28)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #AAA09A

#AAA09A
(170,160,154)
#B1A8A3
(177,168,163)
#B8B0AC
(184,176,172)
#BFB8B5
(191,184,181)
#C6C0BE
(198,192,190)
#CDC8C7
(205,200,199)
#D4D0D0
(212,208,208)
#DBD8D9
(219,216,217)
#E2E0E2
(226,224,226)
#E9E8EB
(233,232,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA09A; }

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

This text font color is #AAA09A.


Background Color

.myBgColor { background-color: #AAA09A; }

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

This div background color is #AAA09A.


Border color

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

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

This div border color is #AAA09A.


Opacity

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

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

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

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

This text has shadow with #AAA09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA09A on black background.


Color preview on white background

This text has color #AAA09A on white background.



Black color preview on #AAA09A background

This text has black color on #AAA09A background.


White color preview on #AAA09A background

This text has white color on #AAA09A background.