COLOR #A8A99D

HEX: #A8A99D
RGB: (168,169,157)

Color info

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

RGB color model

#A8A99D color RGB value is (168,169,157).

  • red value is 168;
  • green value is 169;
  • blue value is 157.
RGB:
(168,169,157)
(66%,66%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 157 of 255 = 62%

168
169
157

R + G + B ~ 65%. #A8A99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 169 + 157 = 494 (100%)
R 168 of 494 ~ 34.01%
G 169 of 494 ~ 34.21%
B 157 of 494 ~ 31.78%

%34.01
%34.21
%31.78

CMYK color model

#A8A99D color CMYK value is (1,0,7,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(1,0,7,34)
C1M0Y7K34 
(1%,0%,7%,34%)
(0.01/0.00/0.07/0.34)	

CMYK percentages

%0.59
%0
%7.1
%33.73

Codes

Color #A8A99D in popluar color models

A8A99D
RGB168169157
HSL65°6.52%63.92%
HSB/HSV65°7.10%66.27%
CMYK0.59%0.00%7.10%
33.73%

Color #A8A99D in popluar number systems.

HEXA8A99D
Decimal168169157
Binary101010001010100110011101
Octal250251235

Shades and tints

Shades of #A8A99D

#A8A99D
(168,169,157)
#999A8F
(153,154,143)
#8A8B81
(138,139,129)
#7B7C73
(123,124,115)
#6C6D65
(108,109,101)
#5D5E57
(93,94,87)
#4E4F49
(78,79,73)
#3F403B
(63,64,59)
#30312D
(48,49,45)
#21221F
(33,34,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8A99D

#A8A99D
(168,169,157)
#AFB0A5
(175,176,165)
#B6B7AD
(182,183,173)
#BDBEB5
(189,190,181)
#C4C5BD
(196,197,189)
#CBCCC5
(203,204,197)
#D2D3CD
(210,211,205)
#D9DAD5
(217,218,213)
#E0E1DD
(224,225,221)
#E7E8E5
(231,232,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A99D color. Also use rgb(168,169,157) instead hex code.

Text Font Color

.myTextColor { color: #A8A99D; }

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

This text font color is #A8A99D.


Background Color

.myBgColor { background-color: #A8A99D; }

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

This div background color is #A8A99D.


Border color

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

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

This div border color is #A8A99D.


Opacity

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

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

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

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

This text has shadow with #A8A99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A99D on black background.


Color preview on white background

This text has color #A8A99D on white background.



Black color preview on #A8A99D background

This text has black color on #A8A99D background.


White color preview on #A8A99D background

This text has white color on #A8A99D background.