COLOR #AAA094

HEX: #AAA094
RGB: (170,160,148)

Color info

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

RGB color model

#AAA094 color RGB value is (170,160,148).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 148 of 255 = 58%

170
160
148

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 148 = 478 (100%)
R 170 of 478 ~ 35.56%
G 160 of 478 ~ 33.47%
B 148 of 478 ~ 30.96%

%35.56
%33.47
%30.96

CMYK color model

#AAA094 color CMYK value is (0,6,13,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK:
(0,6,13,33)
C0M6Y13K33 
(0%,6%,13%,33%)
(0.00/0.06/0.13/0.33)	

CMYK percentages

%0
%5.88
%12.94
%33.33

Codes

Color #AAA094 in popluar color models

AAA094
RGB170160148
HSL33°11.46%62.35%
HSB/HSV33°12.94%66.67%
CMYK0.00%5.88%12.94%
33.33%

Color #AAA094 in popluar number systems.

HEXAAA094
Decimal170160148
Binary101010101010000010010100
Octal252240224

Shades and tints

Shades of #AAA094

#AAA094
(170,160,148)
#9B9287
(155,146,135)
#8C847A
(140,132,122)
#7D766D
(125,118,109)
#6E6860
(110,104,96)
#5F5A53
(95,90,83)
#504C46
(80,76,70)
#413E39
(65,62,57)
#32302C
(50,48,44)
#23221F
(35,34,31)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AAA094

#AAA094
(170,160,148)
#B1A89D
(177,168,157)
#B8B0A6
(184,176,166)
#BFB8AF
(191,184,175)
#C6C0B8
(198,192,184)
#CDC8C1
(205,200,193)
#D4D0CA
(212,208,202)
#DBD8D3
(219,216,211)
#E2E0DC
(226,224,220)
#E9E8E5
(233,232,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA094; }

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

This text font color is #AAA094.


Background Color

.myBgColor { background-color: #AAA094; }

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

This div background color is #AAA094.


Border color

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

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

This div border color is #AAA094.


Opacity

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

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

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

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

This text has shadow with #AAA094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA094 on black background.


Color preview on white background

This text has color #AAA094 on white background.



Black color preview on #AAA094 background

This text has black color on #AAA094 background.


White color preview on #AAA094 background

This text has white color on #AAA094 background.