COLOR #AAB3A7

HEX: #AAB3A7 RGB: (170,179,167)

Color info

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

RGB color model

#AAB3A7 color RGB value is (170,179,167).

RGB: (170,179,167) (67%, 70%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 167 of 255 = 65%

170
179
167

R + G + B ~ 67%. #AAB3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 167 = 516 (100%)
R 170 of 516 ~ 32.95%
G 179 of 516 ~ 34.69%
B 167 of 516 ~ 32.36'%

%32.95
%34.69
%32.36

CMYK color model

#AAB3A7 color CMYK value is (5,0,7,30).

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

CMYK: (5,0,7,30)
C5M0Y7K30 (5%, 0%, 7%, 30%)
(0.05 / 0.00 / 0.07 / 0.30)

CMYK percentages

%5.03
%0
%6.7
%29.8

Codes

Color #AAB3A7 in popluar color models

AA B3 A7
RGB 170 179 167
HSL 105° 7.32% 67.84%
HSB/HSV 105° 6.70% 70.20%
CMYK 5.03% 0.00% 6.70%
29.80%

Color #AAB3A7 in popluar number systems.

HEX AA B3 A7
Decimal 170 179 167
Binary 10101010 10110011 10100111
Octal 252 263 247

Shades and tints

Shades of #AAB3A7

#AAB3A7
(170,179,167)
#9BA398
(155,163,152)
#8C9389
(140,147,137)
#7D837A
(125,131,122)
#6E736B
(110,115,107)
#5F635C
(95,99,92)
#50534D
(80,83,77)
#41433E
(65,67,62)
#32332F
(50,51,47)
#232320
(35,35,32)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AAB3A7

#AAB3A7
(170,179,167)
#B1B9AF
(177,185,175)
#B8BFB7
(184,191,183)
#BFC5BF
(191,197,191)
#C6CBC7
(198,203,199)
#CDD1CF
(205,209,207)
#D4D7D7
(212,215,215)
#DBDDDF
(219,221,223)
#E2E3E7
(226,227,231)
#E9E9EF
(233,233,239)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3A7; }

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

This text font color is #AAB3A7.

Background Color

.myBgColor { background-color: #AAB3A7; }

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

This div background color is #AAB3A7.

Border color

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

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

This div border color is #AAB3A7.

Opacity

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

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

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

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

This text has shadow with #AAB3A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB3A7.

Preview

Color preview on black background

This text has color #AAB3A7 on black background.


Color preview on white background

This text has color #AAB3A7 on white background.


Black color preview on #AAB3A7 background

This text has black color on #AAB3A7 background.


White color preview on #AAB3A7 background

This text has white color on #AAB3A7 background.


Related colors

Complementary color

Complementary color for #hex is #554C58.


I love getcolorcode.com

Triadic colors

1 #A7AAB3 and #B3A7AA with #AAB3A7 are triadic colors.

2 #A7B3AA and #B3AAA7 with #AAB3A7 are triadic colors.