COLOR #AAA08C

HEX: #AAA08C
RGB: (170,160,140)

Color info

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

RGB color model

#AAA08C color RGB value is (170,160,140).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 140 of 255 = 55%

170
160
140

R + G + B ~ 62%. #AAA08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 140 = 470 (100%)
R 170 of 470 ~ 36.17%
G 160 of 470 ~ 34.04%
B 140 of 470 ~ 29.79%

%36.17
%34.04
%29.79

CMYK color model

#AAA08C color CMYK value is (0,6,18,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(0,6,18,33)
C0M6Y18K33 
(0%,6%,18%,33%)
(0.00/0.06/0.18/0.33)	

CMYK percentages

%0
%5.88
%17.65
%33.33

Codes

Color #AAA08C in popluar color models

AAA08C
RGB170160140
HSL40°15.00%60.78%
HSB/HSV40°17.65%66.67%
CMYK0.00%5.88%17.65%
33.33%

Color #AAA08C in popluar number systems.

HEXAAA08C
Decimal170160140
Binary101010101010000010001100
Octal252240214

Shades and tints

Shades of #AAA08C

#AAA08C
(170,160,140)
#9B9280
(155,146,128)
#8C8474
(140,132,116)
#7D7668
(125,118,104)
#6E685C
(110,104,92)
#5F5A50
(95,90,80)
#504C44
(80,76,68)
#413E38
(65,62,56)
#32302C
(50,48,44)
#232220
(35,34,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAA08C

#AAA08C
(170,160,140)
#B1A896
(177,168,150)
#B8B0A0
(184,176,160)
#BFB8AA
(191,184,170)
#C6C0B4
(198,192,180)
#CDC8BE
(205,200,190)
#D4D0C8
(212,208,200)
#DBD8D2
(219,216,210)
#E2E0DC
(226,224,220)
#E9E8E6
(233,232,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA08C; }

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

This text font color is #AAA08C.


Background Color

.myBgColor { background-color: #AAA08C; }

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

This div background color is #AAA08C.


Border color

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

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

This div border color is #AAA08C.


Opacity

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

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

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

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

This text has shadow with #AAA08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA08C on black background.


Color preview on white background

This text has color #AAA08C on white background.



Black color preview on #AAA08C background

This text has black color on #AAA08C background.


White color preview on #AAA08C background

This text has white color on #AAA08C background.