COLOR #AAA090

HEX: #AAA090 RGB: (170,160,144)

Color info

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

RGB color model

#AAA090 color RGB value is (170,160,144).

RGB: (170,160,144) (67%, 63%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 144 of 255 = 56%

170
160
144

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

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 144 = 474 (100%)
R 170 of 474 ~ 35.86%
G 160 of 474 ~ 33.76%
B 144 of 474 ~ 30.38'%

%35.86
%33.76
%30.38

CMYK color model

#AAA090 color CMYK value is (0,6,15,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 15.29%
  • key color value is 33.33%

CMYK: (0,6,15,33)
C0M6Y15K33 (0%, 6%, 15%, 33%)
(0.00 / 0.06 / 0.15 / 0.33)

CMYK percentages

%0
%5.88
%15.29
%33.33

Codes

Color #AAA090 in popluar color models

AA A0 90
RGB 170 160 144
HSL 37° 13.27% 61.57%
HSB/HSV 37° 15.29% 66.67%
CMYK 0.00% 5.88% 15.29%
33.33%

Color #AAA090 in popluar number systems.

HEX AA A0 90
Decimal 170 160 144
Binary 10101010 10100000 10010000
Octal 252 240 220

Shades and tints

Shades of #AAA090

#AAA090
(170,160,144)
#9B9283
(155,146,131)
#8C8476
(140,132,118)
#7D7669
(125,118,105)
#6E685C
(110,104,92)
#5F5A4F
(95,90,79)
#504C42
(80,76,66)
#413E35
(65,62,53)
#323028
(50,48,40)
#23221B
(35,34,27)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #AAA090

#AAA090
(170,160,144)
#B1A89A
(177,168,154)
#B8B0A4
(184,176,164)
#BFB8AE
(191,184,174)
#C6C0B8
(198,192,184)
#CDC8C2
(205,200,194)
#D4D0CC
(212,208,204)
#DBD8D6
(219,216,214)
#E2E0E0
(226,224,224)
#E9E8EA
(233,232,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA090; }

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

This text font color is #AAA090.

Background Color

.myBgColor { background-color: #AAA090; }

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

This div background color is #AAA090.

Border color

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

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

This div border color is #AAA090.

Opacity

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

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

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

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

This text has shadow with #AAA090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA090.

Preview

Color preview on black background

This text has color #AAA090 on black background.


Color preview on white background

This text has color #AAA090 on white background.


Black color preview on #AAA090 background

This text has black color on #AAA090 background.


White color preview on #AAA090 background

This text has white color on #AAA090 background.


Related colors

Complementary color

Complementary color for #hex is #555F6F.


I love getcolorcode.com

Triadic colors

1 #90AAA0 and #A090AA with #AAA090 are triadic colors.

2 #90A0AA and #A0AA90 with #AAA090 are triadic colors.