COLOR #AAA499

HEX: #AAA499 RGB: (170,164,153)

Color info

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

RGB color model

#AAA499 color RGB value is (170,164,153).

RGB: (170,164,153) (67%, 64%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 153 of 255 = 60%

170
164
153

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

Portions of RGB colors in percentages

R + G + B = 170 + 164 + 153 = 487 (100%)
R 170 of 487 ~ 34.91%
G 164 of 487 ~ 33.68%
B 153 of 487 ~ 31.42'%

%34.91
%33.68
%31.42

CMYK color model

#AAA499 color CMYK value is (0,4,10,33).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 10.00%
  • key color value is 33.33%

CMYK: (0,4,10,33)
C0M4Y10K33 (0%, 4%, 10%, 33%)
(0.00 / 0.04 / 0.10 / 0.33)

CMYK percentages

%0
%3.53
%10
%33.33

Codes

Color #AAA499 in popluar color models

AA A4 99
RGB 170 164 153
HSL 39° 9.09% 63.33%
HSB/HSV 39° 10.00% 66.67%
CMYK 0.00% 3.53% 10.00%
33.33%

Color #AAA499 in popluar number systems.

HEX AA A4 99
Decimal 170 164 153
Binary 10101010 10100100 10011001
Octal 252 244 231

Shades and tints

Shades of #AAA499

#AAA499
(170,164,153)
#9B968C
(155,150,140)
#8C887F
(140,136,127)
#7D7A72
(125,122,114)
#6E6C65
(110,108,101)
#5F5E58
(95,94,88)
#50504B
(80,80,75)
#41423E
(65,66,62)
#323431
(50,52,49)
#232624
(35,38,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #AAA499

#AAA499
(170,164,153)
#B1ACA2
(177,172,162)
#B8B4AB
(184,180,171)
#BFBCB4
(191,188,180)
#C6C4BD
(198,196,189)
#CDCCC6
(205,204,198)
#D4D4CF
(212,212,207)
#DBDCD8
(219,220,216)
#E2E4E1
(226,228,225)
#E9ECEA
(233,236,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA499 color. Also use rgb(170,164,153) instead hex code.

Text Font Color

.myTextColor { color: #AAA499; }

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

This text font color is #AAA499.

Background Color

.myBgColor { background-color: #AAA499; }

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

This div background color is #AAA499.

Border color

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

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

This div border color is #AAA499.

Opacity

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

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

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

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

This text has shadow with #AAA499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA499.

Preview

Color preview on black background

This text has color #AAA499 on black background.


Color preview on white background

This text has color #AAA499 on white background.


Black color preview on #AAA499 background

This text has black color on #AAA499 background.


White color preview on #AAA499 background

This text has white color on #AAA499 background.


Related colors

Complementary color

Complementary color for #hex is #555B66.


I love getcolorcode.com

Triadic colors

1 #99AAA4 and #A499AA with #AAA499 are triadic colors.

2 #99A4AA and #A4AA99 with #AAA499 are triadic colors.