COLOR #A4AEAC

HEX: #A4AEAC
RGB: (164,174,172)

Color info

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

RGB color model

#A4AEAC color RGB value is (164,174,172).

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

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 172 of 255 = 67%

164
174
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 172 = 510 (100%)
R 164 of 510 ~ 32.16%
G 174 of 510 ~ 34.12%
B 172 of 510 ~ 33.73%

%32.16
%34.12
%33.73

CMYK color model

#A4AEAC color CMYK value is (6,0,1,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(6,0,1,32)
C6M0Y1K32 
(6%,0%,1%,32%)
(0.06/0.00/0.01/0.32)	

CMYK percentages

%5.75
%0
%1.15
%31.76

Codes

Color #A4AEAC in popluar color models

A4AEAC
RGB164174172
HSL168°5.81%66.27%
HSB/HSV168°5.75%68.24%
CMYK5.75%0.00%1.15%
31.76%

Color #A4AEAC in popluar number systems.

HEXA4AEAC
Decimal164174172
Binary101001001010111010101100
Octal244256254

Shades and tints

Shades of #A4AEAC

#A4AEAC
(164,174,172)
#969F9D
(150,159,157)
#88908E
(136,144,142)
#7A817F
(122,129,127)
#6C7270
(108,114,112)
#5E6361
(94,99,97)
#505452
(80,84,82)
#424543
(66,69,67)
#343634
(52,54,52)
#262725
(38,39,37)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #A4AEAC

#A4AEAC
(164,174,172)
#ACB5B3
(172,181,179)
#B4BCBA
(180,188,186)
#BCC3C1
(188,195,193)
#C4CAC8
(196,202,200)
#CCD1CF
(204,209,207)
#D4D8D6
(212,216,214)
#DCDFDD
(220,223,221)
#E4E6E4
(228,230,228)
#ECEDEB
(236,237,235)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AEAC; }

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

This text font color is #A4AEAC.


Background Color

.myBgColor { background-color: #A4AEAC; }

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

This div background color is #A4AEAC.


Border color

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

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

This div border color is #A4AEAC.


Opacity

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

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

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

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

This text has shadow with #A4AEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AEAC on black background.


Color preview on white background

This text has color #A4AEAC on white background.



Black color preview on #A4AEAC background

This text has black color on #A4AEAC background.


White color preview on #A4AEAC background

This text has white color on #A4AEAC background.