COLOR #A4B0AE

HEX: #A4B0AE
RGB: (164,176,174)

Color info

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

RGB color model

#A4B0AE color RGB value is (164,176,174).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 174 of 255 = 68%

164
176
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 174 = 514 (100%)
R 164 of 514 ~ 31.91%
G 176 of 514 ~ 34.24%
B 174 of 514 ~ 33.85%

%31.91
%34.24
%33.85

CMYK color model

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

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(7,0,1,31)
C7M0Y1K31 
(7%,0%,1%,31%)
(0.07/0.00/0.01/0.31)	

CMYK percentages

%6.82
%0
%1.14
%30.98

Codes

Color #A4B0AE in popluar color models

A4B0AE
RGB164176174
HSL170°7.06%66.67%
HSB/HSV170°6.82%69.02%
CMYK6.82%0.00%1.14%
30.98%

Color #A4B0AE in popluar number systems.

HEXA4B0AE
Decimal164176174
Binary101001001011000010101110
Octal244260256

Shades and tints

Shades of #A4B0AE

#A4B0AE
(164,176,174)
#96A09F
(150,160,159)
#889090
(136,144,144)
#7A8081
(122,128,129)
#6C7072
(108,112,114)
#5E6063
(94,96,99)
#505054
(80,80,84)
#424045
(66,64,69)
#343036
(52,48,54)
#262027
(38,32,39)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #A4B0AE

#A4B0AE
(164,176,174)
#ACB7B5
(172,183,181)
#B4BEBC
(180,190,188)
#BCC5C3
(188,197,195)
#C4CCCA
(196,204,202)
#CCD3D1
(204,211,209)
#D4DAD8
(212,218,216)
#DCE1DF
(220,225,223)
#E4E8E6
(228,232,230)
#ECEFED
(236,239,237)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B0AE; }

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

This text font color is #A4B0AE.


Background Color

.myBgColor { background-color: #A4B0AE; }

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

This div background color is #A4B0AE.


Border color

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

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

This div border color is #A4B0AE.


Opacity

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

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

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

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

This text has shadow with #A4B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B0AE on black background.


Color preview on white background

This text has color #A4B0AE on white background.



Black color preview on #A4B0AE background

This text has black color on #A4B0AE background.


White color preview on #A4B0AE background

This text has white color on #A4B0AE background.