COLOR #A4B0A3

HEX: #A4B0A3
RGB: (164,176,163)

Color info

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

RGB color model

#A4B0A3 color RGB value is (164,176,163).

  • red value is 164;
  • green value is 176;
  • blue value is 163.
RGB:
(164,176,163)
(64%,69%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 163 of 255 = 64%

164
176
163

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

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 163 = 503 (100%)
R 164 of 503 ~ 32.6%
G 176 of 503 ~ 34.99%
B 163 of 503 ~ 32.41%

%32.6
%34.99
%32.41

CMYK color model

#A4B0A3 color CMYK value is (7,0,7,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 30.98%
CMYK:
(7,0,7,31)
C7M0Y7K31 
(7%,0%,7%,31%)
(0.07/0.00/0.07/0.31)	

CMYK percentages

%6.82
%0
%7.39
%30.98

Codes

Color #A4B0A3 in popluar color models

A4B0A3
RGB164176163
HSL115°7.60%66.47%
HSB/HSV115°7.39%69.02%
CMYK6.82%0.00%7.39%
30.98%

Color #A4B0A3 in popluar number systems.

HEXA4B0A3
Decimal164176163
Binary101001001011000010100011
Octal244260243

Shades and tints

Shades of #A4B0A3

#A4B0A3
(164,176,163)
#96A095
(150,160,149)
#889087
(136,144,135)
#7A8079
(122,128,121)
#6C706B
(108,112,107)
#5E605D
(94,96,93)
#50504F
(80,80,79)
#424041
(66,64,65)
#343033
(52,48,51)
#262025
(38,32,37)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #A4B0A3

#A4B0A3
(164,176,163)
#ACB7AB
(172,183,171)
#B4BEB3
(180,190,179)
#BCC5BB
(188,197,187)
#C4CCC3
(196,204,195)
#CCD3CB
(204,211,203)
#D4DAD3
(212,218,211)
#DCE1DB
(220,225,219)
#E4E8E3
(228,232,227)
#ECEFEB
(236,239,235)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B0A3 color. Also use rgb(164,176,163) instead hex code.

Text Font Color

.myTextColor { color: #A4B0A3; }

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

This text font color is #A4B0A3.


Background Color

.myBgColor { background-color: #A4B0A3; }

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

This div background color is #A4B0A3.


Border color

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

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

This div border color is #A4B0A3.


Opacity

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

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

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

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

This text has shadow with #A4B0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B0A3 on black background.


Color preview on white background

This text has color #A4B0A3 on white background.



Black color preview on #A4B0A3 background

This text has black color on #A4B0A3 background.


White color preview on #A4B0A3 background

This text has white color on #A4B0A3 background.