COLOR #A8AC94

HEX: #A8AC94
RGB: (168,172,148)

Color info

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

RGB color model

#A8AC94 color RGB value is (168,172,148).

  • red value is 168;
  • green value is 172;
  • blue value is 148.
RGB:
(168,172,148)
(66%,67%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 172 of 255 = 67%
B 148 of 255 = 58%

168
172
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 172 + 148 = 488 (100%)
R 168 of 488 ~ 34.43%
G 172 of 488 ~ 35.25%
B 148 of 488 ~ 30.33%

%34.43
%35.25
%30.33

CMYK color model

#A8AC94 color CMYK value is (2,0,14,33).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK:
(2,0,14,33)
C2M0Y14K33 
(2%,0%,14%,33%)
(0.02/0.00/0.14/0.33)	

CMYK percentages

%2.33
%0
%13.95
%32.55

Codes

Color #A8AC94 in popluar color models

A8AC94
RGB168172148
HSL70°12.63%62.75%
HSB/HSV70°13.95%67.45%
CMYK2.33%0.00%13.95%
32.55%

Color #A8AC94 in popluar number systems.

HEXA8AC94
Decimal168172148
Binary101010001010110010010100
Octal250254224

Shades and tints

Shades of #A8AC94

#A8AC94
(168,172,148)
#999D87
(153,157,135)
#8A8E7A
(138,142,122)
#7B7F6D
(123,127,109)
#6C7060
(108,112,96)
#5D6153
(93,97,83)
#4E5246
(78,82,70)
#3F4339
(63,67,57)
#30342C
(48,52,44)
#21251F
(33,37,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #A8AC94

#A8AC94
(168,172,148)
#AFB39D
(175,179,157)
#B6BAA6
(182,186,166)
#BDC1AF
(189,193,175)
#C4C8B8
(196,200,184)
#CBCFC1
(203,207,193)
#D2D6CA
(210,214,202)
#D9DDD3
(217,221,211)
#E0E4DC
(224,228,220)
#E7EBE5
(231,235,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AC94; }

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

This text font color is #A8AC94.


Background Color

.myBgColor { background-color: #A8AC94; }

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

This div background color is #A8AC94.


Border color

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

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

This div border color is #A8AC94.


Opacity

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

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

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

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

This text has shadow with #A8AC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AC94 on black background.


Color preview on white background

This text has color #A8AC94 on white background.



Black color preview on #A8AC94 background

This text has black color on #A8AC94 background.


White color preview on #A8AC94 background

This text has white color on #A8AC94 background.