COLOR #AAB393

HEX: #AAB393 RGB: (170,179,147)

Color info

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

RGB color model

#AAB393 color RGB value is (170,179,147).

RGB: (170,179,147) (67%, 70%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 147 of 255 = 58%

170
179
147

R + G + B ~ 65%. #AAB393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 147 = 496 (100%)
R 170 of 496 ~ 34.27%
G 179 of 496 ~ 36.09%
B 147 of 496 ~ 29.64'%

%34.27
%36.09
%29.64

CMYK color model

#AAB393 color CMYK value is (5,0,18,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%

CMYK: (5,0,18,30)
C5M0Y18K30 (5%, 0%, 18%, 30%)
(0.05 / 0.00 / 0.18 / 0.30)

CMYK percentages

%5.03
%0
%17.88
%29.8

Codes

Color #AAB393 in popluar color models

AA B3 93
RGB 170 179 147
HSL 77° 17.39% 63.92%
HSB/HSV 77° 17.88% 70.20%
CMYK 5.03% 0.00% 17.88%
29.80%

Color #AAB393 in popluar number systems.

HEX AA B3 93
Decimal 170 179 147
Binary 10101010 10110011 10010011
Octal 252 263 223

Shades and tints

Shades of #AAB393

#AAB393
(170,179,147)
#9BA386
(155,163,134)
#8C9379
(140,147,121)
#7D836C
(125,131,108)
#6E735F
(110,115,95)
#5F6352
(95,99,82)
#505345
(80,83,69)
#414338
(65,67,56)
#32332B
(50,51,43)
#23231E
(35,35,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AAB393

#AAB393
(170,179,147)
#B1B99C
(177,185,156)
#B8BFA5
(184,191,165)
#BFC5AE
(191,197,174)
#C6CBB7
(198,203,183)
#CDD1C0
(205,209,192)
#D4D7C9
(212,215,201)
#DBDDD2
(219,221,210)
#E2E3DB
(226,227,219)
#E9E9E4
(233,233,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB393; }

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

This text font color is #AAB393.

Background Color

.myBgColor { background-color: #AAB393; }

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

This div background color is #AAB393.

Border color

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

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

This div border color is #AAB393.

Opacity

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

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

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

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

This text has shadow with #AAB393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB393.

Preview

Color preview on black background

This text has color #AAB393 on black background.


Color preview on white background

This text has color #AAB393 on white background.


Black color preview on #AAB393 background

This text has black color on #AAB393 background.


White color preview on #AAB393 background

This text has white color on #AAB393 background.


Related colors

Complementary color

Complementary color for #hex is #554C6C.


I love getcolorcode.com

Triadic colors

1 #93AAB3 and #B393AA with #AAB393 are triadic colors.

2 #93B3AA and #B3AA93 with #AAB393 are triadic colors.