COLOR #AAA393

HEX: #AAA393 RGB: (170,163,147)

Color info

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

RGB color model

#AAA393 color RGB value is (170,163,147).

RGB: (170,163,147) (67%, 64%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 147 of 255 = 58%

170
163
147

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

Portions of RGB colors in percentages

R + G + B = 170 + 163 + 147 = 480 (100%)
R 170 of 480 ~ 35.42%
G 163 of 480 ~ 33.96%
B 147 of 480 ~ 30.63'%

%35.42
%33.96
%30.63

CMYK color model

#AAA393 color CMYK value is (0,4,14,33).

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

CMYK: (0,4,14,33)
C0M4Y14K33 (0%, 4%, 14%, 33%)
(0.00 / 0.04 / 0.14 / 0.33)

CMYK percentages

%0
%4.12
%13.53
%33.33

Codes

Color #AAA393 in popluar color models

AA A3 93
RGB 170 163 147
HSL 42° 11.92% 62.16%
HSB/HSV 42° 13.53% 66.67%
CMYK 0.00% 4.12% 13.53%
33.33%

Color #AAA393 in popluar number systems.

HEX AA A3 93
Decimal 170 163 147
Binary 10101010 10100011 10010011
Octal 252 243 223

Shades and tints

Shades of #AAA393

#AAA393
(170,163,147)
#9B9586
(155,149,134)
#8C8779
(140,135,121)
#7D796C
(125,121,108)
#6E6B5F
(110,107,95)
#5F5D52
(95,93,82)
#504F45
(80,79,69)
#414138
(65,65,56)
#32332B
(50,51,43)
#23251E
(35,37,30)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AAA393

#AAA393
(170,163,147)
#B1AB9C
(177,171,156)
#B8B3A5
(184,179,165)
#BFBBAE
(191,187,174)
#C6C3B7
(198,195,183)
#CDCBC0
(205,203,192)
#D4D3C9
(212,211,201)
#DBDBD2
(219,219,210)
#E2E3DB
(226,227,219)
#E9EBE4
(233,235,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA393; }

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

This text font color is #AAA393.

Background Color

.myBgColor { background-color: #AAA393; }

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

This div background color is #AAA393.

Border color

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

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

This div border color is #AAA393.

Opacity

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

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

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

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

This text has shadow with #AAA393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA393.

Preview

Color preview on black background

This text has color #AAA393 on black background.


Color preview on white background

This text has color #AAA393 on white background.


Black color preview on #AAA393 background

This text has black color on #AAA393 background.


White color preview on #AAA393 background

This text has white color on #AAA393 background.


Related colors

Complementary color

Complementary color for #hex is #555C6C.


I love getcolorcode.com

Triadic colors

1 #93AAA3 and #A393AA with #AAA393 are triadic colors.

2 #93A3AA and #A3AA93 with #AAA393 are triadic colors.