COLOR #AAB8A4

HEX: #AAB8A4 RGB: (170,184,164)

Color info

#AAB8A4 contains red, green and blue colors in about the same proportion. Web safe color of #AAB8A4 is #99CC99 (or #9C9).

RGB color model

#AAB8A4 color RGB value is (170,184,164).

RGB: (170,184,164) (67%, 72%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 164 of 255 = 64%

170
184
164

R + G + B ~ 68%. #AAB8A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 164 = 518 (100%)
R 170 of 518 ~ 32.82%
G 184 of 518 ~ 35.52%
B 164 of 518 ~ 31.66'%

%32.82
%35.52
%31.66

CMYK color model

#AAB8A4 color CMYK value is (8,0,11,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 27.84%

CMYK: (8,0,11,28)
C8M0Y11K28 (8%, 0%, 11%, 28%)
(0.08 / 0.00 / 0.11 / 0.28)

CMYK percentages

%7.61
%0
%10.87
%27.84

Codes

Color #AAB8A4 in popluar color models

AA B8 A4
RGB 170 184 164
HSL 102° 12.35% 68.24%
HSB/HSV 102° 10.87% 72.16%
CMYK 7.61% 0.00% 10.87%
27.84%

Color #AAB8A4 in popluar number systems.

HEX AA B8 A4
Decimal 170 184 164
Binary 10101010 10111000 10100100
Octal 252 270 244

Shades and tints

Shades of #AAB8A4

#AAB8A4
(170,184,164)
#9BA896
(155,168,150)
#8C9888
(140,152,136)
#7D887A
(125,136,122)
#6E786C
(110,120,108)
#5F685E
(95,104,94)
#505850
(80,88,80)
#414842
(65,72,66)
#323834
(50,56,52)
#232826
(35,40,38)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #AAB8A4

#AAB8A4
(170,184,164)
#B1BEAC
(177,190,172)
#B8C4B4
(184,196,180)
#BFCABC
(191,202,188)
#C6D0C4
(198,208,196)
#CDD6CC
(205,214,204)
#D4DCD4
(212,220,212)
#DBE2DC
(219,226,220)
#E2E8E4
(226,232,228)
#E9EEEC
(233,238,236)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8A4; }

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

This text font color is #AAB8A4.

Background Color

.myBgColor { background-color: #AAB8A4; }

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

This div background color is #AAB8A4.

Border color

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

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

This div border color is #AAB8A4.

Opacity

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

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

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

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

This text has shadow with #AAB8A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB8A4.

Preview

Color preview on black background

This text has color #AAB8A4 on black background.


Color preview on white background

This text has color #AAB8A4 on white background.


Black color preview on #AAB8A4 background

This text has black color on #AAB8A4 background.


White color preview on #AAB8A4 background

This text has white color on #AAB8A4 background.


Related colors

Complementary color

Complementary color for #hex is #55475B.


I love getcolorcode.com

Triadic colors

1 #A4AAB8 and #B8A4AA with #AAB8A4 are triadic colors.

2 #A4B8AA and #B8AAA4 with #AAB8A4 are triadic colors.