COLOR #A8AC9D

HEX: #A8AC9D RGB: (168,172,157)

Color info

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

RGB color model

#A8AC9D color RGB value is (168,172,157).

RGB: (168,172,157) (66%, 67%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 172 of 255 = 67%
B 157 of 255 = 62%

168
172
157

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

Portions of RGB colors in percentages

R + G + B = 168 + 172 + 157 = 497 (100%)
R 168 of 497 ~ 33.8%
G 172 of 497 ~ 34.61%
B 157 of 497 ~ 31.59'%

%33.8
%34.61
%31.59

CMYK color model

#A8AC9D color CMYK value is (2,0,9,33).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 32.55%

CMYK: (2,0,9,33)
C2M0Y9K33 (2%, 0%, 9%, 33%)
(0.02 / 0.00 / 0.09 / 0.33)

CMYK percentages

%2.33
%0
%8.72
%32.55

Codes

Color #A8AC9D in popluar color models

A8 AC 9D
RGB 168 172 157
HSL 76° 8.29% 64.51%
HSB/HSV 76° 8.72% 67.45%
CMYK 2.33% 0.00% 8.72%
32.55%

Color #A8AC9D in popluar number systems.

HEX A8 AC 9D
Decimal 168 172 157
Binary 10101000 10101100 10011101
Octal 250 254 235

Shades and tints

Shades of #A8AC9D

#A8AC9D
(168,172,157)
#999D8F
(153,157,143)
#8A8E81
(138,142,129)
#7B7F73
(123,127,115)
#6C7065
(108,112,101)
#5D6157
(93,97,87)
#4E5249
(78,82,73)
#3F433B
(63,67,59)
#30342D
(48,52,45)
#21251F
(33,37,31)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A8AC9D

#A8AC9D
(168,172,157)
#AFB3A5
(175,179,165)
#B6BAAD
(182,186,173)
#BDC1B5
(189,193,181)
#C4C8BD
(196,200,189)
#CBCFC5
(203,207,197)
#D2D6CD
(210,214,205)
#D9DDD5
(217,221,213)
#E0E4DD
(224,228,221)
#E7EBE5
(231,235,229)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AC9D; }

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

This text font color is #A8AC9D.

Background Color

.myBgColor { background-color: #A8AC9D; }

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

This div background color is #A8AC9D.

Border color

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

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

This div border color is #A8AC9D.

Opacity

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

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

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

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

This text has shadow with #A8AC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AC9D.

Preview

Color preview on black background

This text has color #A8AC9D on black background.


Color preview on white background

This text has color #A8AC9D on white background.


Black color preview on #A8AC9D background

This text has black color on #A8AC9D background.


White color preview on #A8AC9D background

This text has white color on #A8AC9D background.


Related colors

Complementary color

Complementary color for #hex is #575362.


I love getcolorcode.com

Triadic colors

1 #9DA8AC and #AC9DA8 with #A8AC9D are triadic colors.

2 #9DACA8 and #ACA89D with #A8AC9D are triadic colors.