COLOR #A4AA98

HEX: #A4AA98
RGB: (164,170,152)

Color info

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

RGB color model

#A4AA98 color RGB value is (164,170,152).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 152 of 255 = 60%

164
170
152

R + G + B ~ 64%. #A4AA98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 152 = 486 (100%)
R 164 of 486 ~ 33.74%
G 170 of 486 ~ 34.98%
B 152 of 486 ~ 31.28%

%33.74
%34.98
%31.28

CMYK color model

#A4AA98 color CMYK value is (4,0,11,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 33.33%
CMYK:
(4,0,11,33)
C4M0Y11K33 
(4%,0%,11%,33%)
(0.04/0.00/0.11/0.33)	

CMYK percentages

%3.53
%0
%10.59
%33.33

Codes

Color #A4AA98 in popluar color models

A4AA98
RGB164170152
HSL80°9.57%63.14%
HSB/HSV80°10.59%66.67%
CMYK3.53%0.00%10.59%
33.33%

Color #A4AA98 in popluar number systems.

HEXA4AA98
Decimal164170152
Binary101001001010101010011000
Octal244252230

Shades and tints

Shades of #A4AA98

#A4AA98
(164,170,152)
#969B8B
(150,155,139)
#888C7E
(136,140,126)
#7A7D71
(122,125,113)
#6C6E64
(108,110,100)
#5E5F57
(94,95,87)
#50504A
(80,80,74)
#42413D
(66,65,61)
#343230
(52,50,48)
#262323
(38,35,35)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #A4AA98

#A4AA98
(164,170,152)
#ACB1A1
(172,177,161)
#B4B8AA
(180,184,170)
#BCBFB3
(188,191,179)
#C4C6BC
(196,198,188)
#CCCDC5
(204,205,197)
#D4D4CE
(212,212,206)
#DCDBD7
(220,219,215)
#E4E2E0
(228,226,224)
#ECE9E9
(236,233,233)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA98; }

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

This text font color is #A4AA98.


Background Color

.myBgColor { background-color: #A4AA98; }

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

This div background color is #A4AA98.


Border color

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

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

This div border color is #A4AA98.


Opacity

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

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

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

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

This text has shadow with #A4AA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AA98 on black background.


Color preview on white background

This text has color #A4AA98 on white background.



Black color preview on #A4AA98 background

This text has black color on #A4AA98 background.


White color preview on #A4AA98 background

This text has white color on #A4AA98 background.