COLOR #AAB7A4

HEX: #AAB7A4 RGB: (170,183,164)

Color info

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

RGB color model

#AAB7A4 color RGB value is (170,183,164).

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

RGB channels and saturation

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

170
183
164

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

Portions of RGB colors in percentages

R + G + B = 170 + 183 + 164 = 517 (100%)
R 170 of 517 ~ 32.88%
G 183 of 517 ~ 35.4%
B 164 of 517 ~ 31.72'%

%32.88
%35.4
%31.72

CMYK color model

#AAB7A4 color CMYK value is (7,0,10,28).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 28.24%

CMYK: (7,0,10,28)
C7M0Y10K28 (7%, 0%, 10%, 28%)
(0.07 / 0.00 / 0.10 / 0.28)

CMYK percentages

%7.1
%0
%10.38
%28.24

Codes

Color #AAB7A4 in popluar color models

AA B7 A4
RGB 170 183 164
HSL 101° 11.66% 68.04%
HSB/HSV 101° 10.38% 71.76%
CMYK 7.10% 0.00% 10.38%
28.24%

Color #AAB7A4 in popluar number systems.

HEX AA B7 A4
Decimal 170 183 164
Binary 10101010 10110111 10100100
Octal 252 267 244

Shades and tints

Shades of #AAB7A4

#AAB7A4
(170,183,164)
#9BA796
(155,167,150)
#8C9788
(140,151,136)
#7D877A
(125,135,122)
#6E776C
(110,119,108)
#5F675E
(95,103,94)
#505750
(80,87,80)
#414742
(65,71,66)
#323734
(50,55,52)
#232726
(35,39,38)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AAB7A4

#AAB7A4
(170,183,164)
#B1BDAC
(177,189,172)
#B8C3B4
(184,195,180)
#BFC9BC
(191,201,188)
#C6CFC4
(198,207,196)
#CDD5CC
(205,213,204)
#D4DBD4
(212,219,212)
#DBE1DC
(219,225,220)
#E2E7E4
(226,231,228)
#E9EDEC
(233,237,236)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB7A4; }

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

This text font color is #AAB7A4.

Background Color

.myBgColor { background-color: #AAB7A4; }

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

This div background color is #AAB7A4.

Border color

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

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

This div border color is #AAB7A4.

Opacity

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

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

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

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

This text has shadow with #AAB7A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB7A4.

Preview

Color preview on black background

This text has color #AAB7A4 on black background.


Color preview on white background

This text has color #AAB7A4 on white background.


Black color preview on #AAB7A4 background

This text has black color on #AAB7A4 background.


White color preview on #AAB7A4 background

This text has white color on #AAB7A4 background.


Related colors

Complementary color

Complementary color for #hex is #55485B.


I love getcolorcode.com

Triadic colors

1 #A4AAB7 and #B7A4AA with #AAB7A4 are triadic colors.

2 #A4B7AA and #B7AAA4 with #AAB7A4 are triadic colors.