COLOR #A8A5AC

HEX: #A8A5AC
RGB: (168,165,172)

Color info

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

RGB color model

#A8A5AC color RGB value is (168,165,172).

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

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 172 of 255 = 67%

168
165
172

R + G + B ~ 66%. #A8A5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 172 = 505 (100%)
R 168 of 505 ~ 33.27%
G 165 of 505 ~ 32.67%
B 172 of 505 ~ 34.06%

%33.27
%32.67
%34.06

CMYK color model

#A8A5AC color CMYK value is (2,4,0,33).

  • cyan value is 2.33%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(2,4,0,33)
C2M4Y0K33 
(2%,4%,0%,33%)
(0.02/0.04/0.00/0.33)	

CMYK percentages

%2.33
%4.07
%0
%32.55

Codes

Color #A8A5AC in popluar color models

A8A5AC
RGB168165172
HSL266°4.05%66.08%
HSB/HSV266°4.07%67.45%
CMYK2.33%4.07%0.00%
32.55%

Color #A8A5AC in popluar number systems.

HEXA8A5AC
Decimal168165172
Binary101010001010010110101100
Octal250245254

Shades and tints

Shades of #A8A5AC

#A8A5AC
(168,165,172)
#99969D
(153,150,157)
#8A878E
(138,135,142)
#7B787F
(123,120,127)
#6C6970
(108,105,112)
#5D5A61
(93,90,97)
#4E4B52
(78,75,82)
#3F3C43
(63,60,67)
#302D34
(48,45,52)
#211E25
(33,30,37)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #A8A5AC

#A8A5AC
(168,165,172)
#AFADB3
(175,173,179)
#B6B5BA
(182,181,186)
#BDBDC1
(189,189,193)
#C4C5C8
(196,197,200)
#CBCDCF
(203,205,207)
#D2D5D6
(210,213,214)
#D9DDDD
(217,221,221)
#E0E5E4
(224,229,228)
#E7EDEB
(231,237,235)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A5AC; }

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

This text font color is #A8A5AC.


Background Color

.myBgColor { background-color: #A8A5AC; }

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

This div background color is #A8A5AC.


Border color

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

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

This div border color is #A8A5AC.


Opacity

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

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

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

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

This text has shadow with #A8A5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A5AC on black background.


Color preview on white background

This text has color #A8A5AC on white background.



Black color preview on #A8A5AC background

This text has black color on #A8A5AC background.


White color preview on #A8A5AC background

This text has white color on #A8A5AC background.