COLOR #A9C0AC

HEX: #A9C0AC
RGB: (169,192,172)

Color info

#A9C0AC contains red, green and blue colors in about the same proportion. Web safe color of #A9C0AC is #99CC99 (or #9C9).

RGB color model

#A9C0AC color RGB value is (169,192,172).

  • red value is 169;
  • green value is 192;
  • blue value is 172.
RGB:
(169,192,172)
(66%,75%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 192 of 255 = 75%
B 172 of 255 = 67%

169
192
172

R + G + B ~ 69%. #A9C0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 192 + 172 = 533 (100%)
R 169 of 533 ~ 31.71%
G 192 of 533 ~ 36.02%
B 172 of 533 ~ 32.27%

%31.71
%36.02
%32.27

CMYK color model

#A9C0AC color CMYK value is (12,0,10,25).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 24.71%
CMYK:
(12,0,10,25)
C12M0Y10K25 
(12%,0%,10%,25%)
(0.12/0.00/0.10/0.25)	

CMYK percentages

%11.98
%0
%10.42
%24.71

Codes

Color #A9C0AC in popluar color models

A9C0AC
RGB169192172
HSL128°15.44%70.78%
HSB/HSV128°11.98%75.29%
CMYK11.98%0.00%10.42%
24.71%

Color #A9C0AC in popluar number systems.

HEXA9C0AC
Decimal169192172
Binary101010011100000010101100
Octal251300254

Shades and tints

Shades of #A9C0AC

#A9C0AC
(169,192,172)
#9AAF9D
(154,175,157)
#8B9E8E
(139,158,142)
#7C8D7F
(124,141,127)
#6D7C70
(109,124,112)
#5E6B61
(94,107,97)
#4F5A52
(79,90,82)
#404943
(64,73,67)
#313834
(49,56,52)
#222725
(34,39,37)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #A9C0AC

#A9C0AC
(169,192,172)
#B0C5B3
(176,197,179)
#B7CABA
(183,202,186)
#BECFC1
(190,207,193)
#C5D4C8
(197,212,200)
#CCD9CF
(204,217,207)
#D3DED6
(211,222,214)
#DAE3DD
(218,227,221)
#E1E8E4
(225,232,228)
#E8EDEB
(232,237,235)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C0AC color. Also use rgb(169,192,172) instead hex code.

Text Font Color

.myTextColor { color: #A9C0AC; }

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

This text font color is #A9C0AC.


Background Color

.myBgColor { background-color: #A9C0AC; }

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

This div background color is #A9C0AC.


Border color

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

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

This div border color is #A9C0AC.


Opacity

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

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

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

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

This text has shadow with #A9C0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C0AC on black background.


Color preview on white background

This text has color #A9C0AC on white background.



Black color preview on #A9C0AC background

This text has black color on #A9C0AC background.


White color preview on #A9C0AC background

This text has white color on #A9C0AC background.