COLOR #AAA09B

HEX: #AAA09B
RGB: (170,160,155)

Color info

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

RGB color model

#AAA09B color RGB value is (170,160,155).

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

RGB channels and saturation

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

170
160
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 155 = 485 (100%)
R 170 of 485 ~ 35.05%
G 160 of 485 ~ 32.99%
B 155 of 485 ~ 31.96%

%35.05
%32.99
%31.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 8.82%
  • 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
%8.82
%33.33

Codes

Color #AAA09B in popluar color models

AAA09B
RGB170160155
HSL20°8.11%63.73%
HSB/HSV20°8.82%66.67%
CMYK0.00%5.88%8.82%
33.33%

Color #AAA09B in popluar number systems.

HEXAAA09B
Decimal170160155
Binary101010101010000010011011
Octal252240233

Shades and tints

Shades of #AAA09B

#AAA09B
(170,160,155)
#9B928D
(155,146,141)
#8C847F
(140,132,127)
#7D7671
(125,118,113)
#6E6863
(110,104,99)
#5F5A55
(95,90,85)
#504C47
(80,76,71)
#413E39
(65,62,57)
#32302B
(50,48,43)
#23221D
(35,34,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AAA09B

#AAA09B
(170,160,155)
#B1A8A4
(177,168,164)
#B8B0AD
(184,176,173)
#BFB8B6
(191,184,182)
#C6C0BF
(198,192,191)
#CDC8C8
(205,200,200)
#D4D0D1
(212,208,209)
#DBD8DA
(219,216,218)
#E2E0E3
(226,224,227)
#E9E8EC
(233,232,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA09B; }

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

This text font color is #AAA09B.


Background Color

.myBgColor { background-color: #AAA09B; }

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

This div background color is #AAA09B.


Border color

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

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

This div border color is #AAA09B.


Opacity

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

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

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

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

This text has shadow with #AAA09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA09B on black background.


Color preview on white background

This text has color #AAA09B on white background.



Black color preview on #AAA09B background

This text has black color on #AAA09B background.


White color preview on #AAA09B background

This text has white color on #AAA09B background.