COLOR #A4AA96

HEX: #A4AA96 RGB: (164,170,150)

Color info

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

RGB color model

#A4AA96 color RGB value is (164,170,150).

RGB: (164,170,150) (64%, 67%, 59%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 150 of 255 = 59%

164
170
150

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

Portions of RGB colors in percentages

R + G + B = 164 + 170 + 150 = 484 (100%)
R 164 of 484 ~ 33.88%
G 170 of 484 ~ 35.12%
B 150 of 484 ~ 30.99'%

%33.88
%35.12
%30.99

CMYK color model

#A4AA96 color CMYK value is (4,0,12,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 33.33%

CMYK: (4,0,12,33)
C4M0Y12K33 (4%, 0%, 12%, 33%)
(0.04 / 0.00 / 0.12 / 0.33)

CMYK percentages

%3.53
%0
%11.76
%33.33

Codes

Color #A4AA96 in popluar color models

A4 AA 96
RGB 164 170 150
HSL 78° 10.53% 62.75%
HSB/HSV 78° 11.76% 66.67%
CMYK 3.53% 0.00% 11.76%
33.33%

Color #A4AA96 in popluar number systems.

HEX A4 AA 96
Decimal 164 170 150
Binary 10100100 10101010 10010110
Octal 244 252 226

Shades and tints

Shades of #A4AA96

#A4AA96
(164,170,150)
#969B89
(150,155,137)
#888C7C
(136,140,124)
#7A7D6F
(122,125,111)
#6C6E62
(108,110,98)
#5E5F55
(94,95,85)
#505048
(80,80,72)
#42413B
(66,65,59)
#34322E
(52,50,46)
#262321
(38,35,33)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4AA96

#A4AA96
(164,170,150)
#ACB19F
(172,177,159)
#B4B8A8
(180,184,168)
#BCBFB1
(188,191,177)
#C4C6BA
(196,198,186)
#CCCDC3
(204,205,195)
#D4D4CC
(212,212,204)
#DCDBD5
(220,219,213)
#E4E2DE
(228,226,222)
#ECE9E7
(236,233,231)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA96; }

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

This text font color is #A4AA96.

Background Color

.myBgColor { background-color: #A4AA96; }

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

This div background color is #A4AA96.

Border color

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

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

This div border color is #A4AA96.

Opacity

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

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

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

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

This text has shadow with #A4AA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AA96.

Preview

Color preview on black background

This text has color #A4AA96 on black background.


Color preview on white background

This text has color #A4AA96 on white background.


Black color preview on #A4AA96 background

This text has black color on #A4AA96 background.


White color preview on #A4AA96 background

This text has white color on #A4AA96 background.


Related colors

Complementary color

Complementary color for #hex is #5B5569.


I love getcolorcode.com

Triadic colors

1 #96A4AA and #AA96A4 with #A4AA96 are triadic colors.

2 #96AAA4 and #AAA496 with #A4AA96 are triadic colors.