COLOR #A8AA98

HEX: #A8AA98
RGB: (168,170,152)

Color info

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

RGB color model

#A8AA98 color RGB value is (168,170,152).

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

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 152 of 255 = 60%

168
170
152

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

Portions of RGB colors in percentages

R + G + B =
168 + 170 + 152 = 490 (100%)
R 168 of 490 ~ 34.29%
G 170 of 490 ~ 34.69%
B 152 of 490 ~ 31.02%

%34.29
%34.69
%31.02

CMYK color model

#A8AA98 color CMYK value is (1,0,11,33).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 33.33%
CMYK:
(1,0,11,33)
C1M0Y11K33 
(1%,0%,11%,33%)
(0.01/0.00/0.11/0.33)	

CMYK percentages

%1.18
%0
%10.59
%33.33

Codes

Color #A8AA98 in popluar color models

A8AA98
RGB168170152
HSL67°9.57%63.14%
HSB/HSV67°10.59%66.67%
CMYK1.18%0.00%10.59%
33.33%

Color #A8AA98 in popluar number systems.

HEXA8AA98
Decimal168170152
Binary101010001010101010011000
Octal250252230

Shades and tints

Shades of #A8AA98

#A8AA98
(168,170,152)
#999B8B
(153,155,139)
#8A8C7E
(138,140,126)
#7B7D71
(123,125,113)
#6C6E64
(108,110,100)
#5D5F57
(93,95,87)
#4E504A
(78,80,74)
#3F413D
(63,65,61)
#303230
(48,50,48)
#212323
(33,35,35)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8AA98

#A8AA98
(168,170,152)
#AFB1A1
(175,177,161)
#B6B8AA
(182,184,170)
#BDBFB3
(189,191,179)
#C4C6BC
(196,198,188)
#CBCDC5
(203,205,197)
#D2D4CE
(210,212,206)
#D9DBD7
(217,219,215)
#E0E2E0
(224,226,224)
#E7E9E9
(231,233,233)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AA98; }

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

This text font color is #A8AA98.


Background Color

.myBgColor { background-color: #A8AA98; }

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

This div background color is #A8AA98.


Border color

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

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

This div border color is #A8AA98.


Opacity

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

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

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

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

This text has shadow with #A8AA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AA98 on black background.


Color preview on white background

This text has color #A8AA98 on white background.



Black color preview on #A8AA98 background

This text has black color on #A8AA98 background.


White color preview on #A8AA98 background

This text has white color on #A8AA98 background.