COLOR #A8A99C

HEX: #A8A99C RGB: (168,169,156)

Color info

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

RGB color model

#A8A99C color RGB value is (168,169,156).

RGB: (168,169,156) (66%, 66%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 156 of 255 = 61%

168
169
156

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

Portions of RGB colors in percentages

R + G + B = 168 + 169 + 156 = 493 (100%)
R 168 of 493 ~ 34.08%
G 169 of 493 ~ 34.28%
B 156 of 493 ~ 31.64'%

%34.08
%34.28
%31.64

CMYK color model

#A8A99C color CMYK value is (1,0,8,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%

CMYK: (1,0,8,34)
C1M0Y8K34 (1%, 0%, 8%, 34%)
(0.01 / 0.00 / 0.08 / 0.34)

CMYK percentages

%0.59
%0
%7.69
%33.73

Codes

Color #A8A99C in popluar color models

A8 A9 9C
RGB 168 169 156
HSL 65° 7.03% 63.73%
HSB/HSV 65° 7.69% 66.27%
CMYK 0.59% 0.00% 7.69%
33.73%

Color #A8A99C in popluar number systems.

HEX A8 A9 9C
Decimal 168 169 156
Binary 10101000 10101001 10011100
Octal 250 251 234

Shades and tints

Shades of #A8A99C

#A8A99C
(168,169,156)
#999A8E
(153,154,142)
#8A8B80
(138,139,128)
#7B7C72
(123,124,114)
#6C6D64
(108,109,100)
#5D5E56
(93,94,86)
#4E4F48
(78,79,72)
#3F403A
(63,64,58)
#30312C
(48,49,44)
#21221E
(33,34,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A8A99C

#A8A99C
(168,169,156)
#AFB0A5
(175,176,165)
#B6B7AE
(182,183,174)
#BDBEB7
(189,190,183)
#C4C5C0
(196,197,192)
#CBCCC9
(203,204,201)
#D2D3D2
(210,211,210)
#D9DADB
(217,218,219)
#E0E1E4
(224,225,228)
#E7E8ED
(231,232,237)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A99C; }

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

This text font color is #A8A99C.

Background Color

.myBgColor { background-color: #A8A99C; }

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

This div background color is #A8A99C.

Border color

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

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

This div border color is #A8A99C.

Opacity

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

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

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

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

This text has shadow with #A8A99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A99C.

Preview

Color preview on black background

This text has color #A8A99C on black background.


Color preview on white background

This text has color #A8A99C on white background.


Black color preview on #A8A99C background

This text has black color on #A8A99C background.


White color preview on #A8A99C background

This text has white color on #A8A99C background.


Related colors

Complementary color

Complementary color for #hex is #575663.


I love getcolorcode.com

Triadic colors

1 #9CA8A9 and #A99CA8 with #A8A99C are triadic colors.

2 #9CA9A8 and #A9A89C with #A8A99C are triadic colors.