COLOR #A9B5AC

HEX: #A9B5AC RGB: (169,181,172)

Color info

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

RGB color model

#A9B5AC color RGB value is (169,181,172).

RGB: (169,181,172) (66%, 71%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 172 of 255 = 67%

169
181
172

R + G + B ~ 68%. #A9B5AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 181 + 172 = 522 (100%)
R 169 of 522 ~ 32.38%
G 181 of 522 ~ 34.67%
B 172 of 522 ~ 32.95'%

%32.38
%34.67
%32.95

CMYK color model

#A9B5AC color CMYK value is (7,0,5,29).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK: (7,0,5,29) C7M0Y5K29 (7%,0%,5%,29%) (0.07/0.00/0.05/0.29) 

CMYK percentages

%6.63
%0
%4.97
%29.02

Codes

Color #A9B5AC in popluar color models

A9 B5 AC
RGB 169 181 172
HSL 135° 7.50% 68.63%
HSB/HSV 135° 6.63% 70.98%
CMYK 6.63% 0.00% 4.97%
29.02%

Color #A9B5AC in popluar number systems.

HEX A9 B5 AC
Decimal 169 181 172
Binary 10101001 10110101 10101100
Octal 251 265 254

Shades and tints

Shades of #A9B5AC

#A9B5AC
(169,181,172)
#9AA59D
(154,165,157)
#8B958E
(139,149,142)
#7C857F
(124,133,127)
#6D7570
(109,117,112)
#5E6561
(94,101,97)
#4F5552
(79,85,82)
#404543
(64,69,67)
#313534
(49,53,52)
#222525
(34,37,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A9B5AC

#A9B5AC
(169,181,172)
#B0BBB3
(176,187,179)
#B7C1BA
(183,193,186)
#BEC7C1
(190,199,193)
#C5CDC8
(197,205,200)
#CCD3CF
(204,211,207)
#D3D9D6
(211,217,214)
#DADFDD
(218,223,221)
#E1E5E4
(225,229,228)
#E8EBEB
(232,235,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5AC; }

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

This text font color is #A9B5AC.

Background Color

.myBgColor { background-color: #A9B5AC; }

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

This div background color is #A9B5AC.

Border color

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

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

This div border color is #A9B5AC.

Opacity

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

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

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

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

This text has shadow with #A9B5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B5AC.

Preview

Color preview on black background

This text has color #A9B5AC on black background.


Color preview on white background

This text has color #A9B5AC on white background.


Black color preview on #A9B5AC background

This text has black color on #A9B5AC background.


White color preview on #A9B5AC background

This text has white color on #A9B5AC background.


Related colors

Complementary color

Complementary color for #hex is #564A53.


I love getcolorcode.com

Triadic colors

1 #ACA9B5 and #B5ACA9 with #A9B5AC are triadic colors.

2 #ACB5A9 and #B5A9AC with #A9B5AC are triadic colors.