COLOR #AAA593

HEX: #AAA593 RGB: (170,165,147)

Color info

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

RGB color model

#AAA593 color RGB value is (170,165,147).

RGB: (170,165,147) (67%, 65%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 147 of 255 = 58%

170
165
147

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

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 147 = 482 (100%)
R 170 of 482 ~ 35.27%
G 165 of 482 ~ 34.23%
B 147 of 482 ~ 30.5'%

%35.27
%34.23
%30.5

CMYK color model

#AAA593 color CMYK value is (0,3,14,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 13.53%
  • key color value is 33.33%

CMYK: (0,3,14,33)
C0M3Y14K33 (0%, 3%, 14%, 33%)
(0.00 / 0.03 / 0.14 / 0.33)

CMYK percentages

%0
%2.94
%13.53
%33.33

Codes

Color #AAA593 in popluar color models

AA A5 93
RGB 170 165 147
HSL 47° 11.92% 62.16%
HSB/HSV 47° 13.53% 66.67%
CMYK 0.00% 2.94% 13.53%
33.33%

Color #AAA593 in popluar number systems.

HEX AA A5 93
Decimal 170 165 147
Binary 10101010 10100101 10010011
Octal 252 245 223

Shades and tints

Shades of #AAA593

#AAA593
(170,165,147)
#9B9686
(155,150,134)
#8C8779
(140,135,121)
#7D786C
(125,120,108)
#6E695F
(110,105,95)
#5F5A52
(95,90,82)
#504B45
(80,75,69)
#413C38
(65,60,56)
#322D2B
(50,45,43)
#231E1E
(35,30,30)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #AAA593

#AAA593
(170,165,147)
#B1AD9C
(177,173,156)
#B8B5A5
(184,181,165)
#BFBDAE
(191,189,174)
#C6C5B7
(198,197,183)
#CDCDC0
(205,205,192)
#D4D5C9
(212,213,201)
#DBDDD2
(219,221,210)
#E2E5DB
(226,229,219)
#E9EDE4
(233,237,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA593 color. Also use rgb(170,165,147) instead hex code.

Text Font Color

.myTextColor { color: #AAA593; }

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

This text font color is #AAA593.

Background Color

.myBgColor { background-color: #AAA593; }

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

This div background color is #AAA593.

Border color

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

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

This div border color is #AAA593.

Opacity

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

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

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

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

This text has shadow with #AAA593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA593.

Preview

Color preview on black background

This text has color #AAA593 on black background.


Color preview on white background

This text has color #AAA593 on white background.


Black color preview on #AAA593 background

This text has black color on #AAA593 background.


White color preview on #AAA593 background

This text has white color on #AAA593 background.


Related colors

Complementary color

Complementary color for #hex is #555A6C.


I love getcolorcode.com

Triadic colors

1 #93AAA5 and #A593AA with #AAA593 are triadic colors.

2 #93A5AA and #A5AA93 with #AAA593 are triadic colors.