COLOR #A9B2A3

HEX: #A9B2A3 RGB: (169,178,163)

Color info

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

RGB color model

#A9B2A3 color RGB value is (169,178,163).

RGB: (169,178,163) (66%, 70%, 64%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 163 of 255 = 64%

169
178
163

R + G + B ~ 67%. #A9B2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 178 + 163 = 510 (100%)
R 169 of 510 ~ 33.14%
G 178 of 510 ~ 34.9%
B 163 of 510 ~ 31.96'%

%33.14
%34.9
%31.96

CMYK color model

#A9B2A3 color CMYK value is (5,0,8,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 30.20%

CMYK: (5,0,8,30)
C5M0Y8K30 (5%, 0%, 8%, 30%)
(0.05 / 0.00 / 0.08 / 0.30)

CMYK percentages

%5.06
%0
%8.43
%30.2

Codes

Color #A9B2A3 in popluar color models

A9 B2 A3
RGB 169 178 163
HSL 96° 8.88% 66.86%
HSB/HSV 96° 8.43% 69.80%
CMYK 5.06% 0.00% 8.43%
30.20%

Color #A9B2A3 in popluar number systems.

HEX A9 B2 A3
Decimal 169 178 163
Binary 10101001 10110010 10100011
Octal 251 262 243

Shades and tints

Shades of #A9B2A3

#A9B2A3
(169,178,163)
#9AA295
(154,162,149)
#8B9287
(139,146,135)
#7C8279
(124,130,121)
#6D726B
(109,114,107)
#5E625D
(94,98,93)
#4F524F
(79,82,79)
#404241
(64,66,65)
#313233
(49,50,51)
#222225
(34,34,37)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A9B2A3

#A9B2A3
(169,178,163)
#B0B9AB
(176,185,171)
#B7C0B3
(183,192,179)
#BEC7BB
(190,199,187)
#C5CEC3
(197,206,195)
#CCD5CB
(204,213,203)
#D3DCD3
(211,220,211)
#DAE3DB
(218,227,219)
#E1EAE3
(225,234,227)
#E8F1EB
(232,241,235)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B2A3 color. Also use rgb(169,178,163) instead hex code.

Text Font Color

.myTextColor { color: #A9B2A3; }

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

This text font color is #A9B2A3.

Background Color

.myBgColor { background-color: #A9B2A3; }

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

This div background color is #A9B2A3.

Border color

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

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

This div border color is #A9B2A3.

Opacity

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

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

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

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

This text has shadow with #A9B2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B2A3.

Preview

Color preview on black background

This text has color #A9B2A3 on black background.


Color preview on white background

This text has color #A9B2A3 on white background.


Black color preview on #A9B2A3 background

This text has black color on #A9B2A3 background.


White color preview on #A9B2A3 background

This text has white color on #A9B2A3 background.


Related colors

Complementary color

Complementary color for #hex is #564D5C.


I love getcolorcode.com

Triadic colors

1 #A3A9B2 and #B2A3A9 with #A9B2A3 are triadic colors.

2 #A3B2A9 and #B2A9A3 with #A9B2A3 are triadic colors.