COLOR #A4AA88

HEX: #A4AA88
RGB: (164,170,136)

Color info

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

RGB color model

#A4AA88 color RGB value is (164,170,136).

  • red value is 164;
  • green value is 170;
  • blue value is 136.
RGB:
(164,170,136)
(64%,67%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 136 of 255 = 53%

164
170
136

R + G + B ~ 61%. #A4AA88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 136 = 470 (100%)
R 164 of 470 ~ 34.89%
G 170 of 470 ~ 36.17%
B 136 of 470 ~ 28.94%

%34.89
%36.17
%28.94

CMYK color model

#A4AA88 color CMYK value is (4,0,20,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(4,0,20,33)
C4M0Y20K33 
(4%,0%,20%,33%)
(0.04/0.00/0.20/0.33)	

CMYK percentages

%3.53
%0
%20
%33.33

Codes

Color #A4AA88 in popluar color models

A4AA88
RGB164170136
HSL71°16.67%60.00%
HSB/HSV71°20.00%66.67%
CMYK3.53%0.00%20.00%
33.33%

Color #A4AA88 in popluar number systems.

HEXA4AA88
Decimal164170136
Binary101001001010101010001000
Octal244252210

Shades and tints

Shades of #A4AA88

#A4AA88
(164,170,136)
#969B7C
(150,155,124)
#888C70
(136,140,112)
#7A7D64
(122,125,100)
#6C6E58
(108,110,88)
#5E5F4C
(94,95,76)
#505040
(80,80,64)
#424134
(66,65,52)
#343228
(52,50,40)
#26231C
(38,35,28)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A4AA88

#A4AA88
(164,170,136)
#ACB192
(172,177,146)
#B4B89C
(180,184,156)
#BCBFA6
(188,191,166)
#C4C6B0
(196,198,176)
#CCCDBA
(204,205,186)
#D4D4C4
(212,212,196)
#DCDBCE
(220,219,206)
#E4E2D8
(228,226,216)
#ECE9E2
(236,233,226)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA88; }

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

This text font color is #A4AA88.


Background Color

.myBgColor { background-color: #A4AA88; }

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

This div background color is #A4AA88.


Border color

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

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

This div border color is #A4AA88.


Opacity

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

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

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

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

This text has shadow with #A4AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA88 on black background.


Color preview on white background

This text has color #A4AA88 on white background.



Black color preview on #A4AA88 background

This text has black color on #A4AA88 background.


White color preview on #A4AA88 background

This text has white color on #A4AA88 background.