COLOR #A7AA98

HEX: #A7AA98
RGB: (167,170,152)

Color info

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

RGB color model

#A7AA98 color RGB value is (167,170,152).

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

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 152 of 255 = 60%

167
170
152

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

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 152 = 489 (100%)
R 167 of 489 ~ 34.15%
G 170 of 489 ~ 34.76%
B 152 of 489 ~ 31.08%

%34.15
%34.76
%31.08

CMYK color model

#A7AA98 color CMYK value is (2,0,11,33).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 33.33%
CMYK:
(2,0,11,33)
C2M0Y11K33 
(2%,0%,11%,33%)
(0.02/0.00/0.11/0.33)	

CMYK percentages

%1.76
%0
%10.59
%33.33

Codes

Color #A7AA98 in popluar color models

A7AA98
RGB167170152
HSL70°9.57%63.14%
HSB/HSV70°10.59%66.67%
CMYK1.76%0.00%10.59%
33.33%

Color #A7AA98 in popluar number systems.

HEXA7AA98
Decimal167170152
Binary101001111010101010011000
Octal247252230

Shades and tints

Shades of #A7AA98

#A7AA98
(167,170,152)
#989B8B
(152,155,139)
#898C7E
(137,140,126)
#7A7D71
(122,125,113)
#6B6E64
(107,110,100)
#5C5F57
(92,95,87)
#4D504A
(77,80,74)
#3E413D
(62,65,61)
#2F3230
(47,50,48)
#202323
(32,35,35)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #A7AA98

#A7AA98
(167,170,152)
#AFB1A1
(175,177,161)
#B7B8AA
(183,184,170)
#BFBFB3
(191,191,179)
#C7C6BC
(199,198,188)
#CFCDC5
(207,205,197)
#D7D4CE
(215,212,206)
#DFDBD7
(223,219,215)
#E7E2E0
(231,226,224)
#EFE9E9
(239,233,233)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AA98; }

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

This text font color is #A7AA98.


Background Color

.myBgColor { background-color: #A7AA98; }

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

This div background color is #A7AA98.


Border color

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

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

This div border color is #A7AA98.


Opacity

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

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

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

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

This text has shadow with #A7AA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AA98 on black background.


Color preview on white background

This text has color #A7AA98 on white background.



Black color preview on #A7AA98 background

This text has black color on #A7AA98 background.


White color preview on #A7AA98 background

This text has white color on #A7AA98 background.