COLOR #A4A5AE

HEX: #A4A5AE
RGB: (164,165,174)

Color info

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

RGB color model

#A4A5AE color RGB value is (164,165,174).

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

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 174 of 255 = 68%

164
165
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 165 + 174 = 503 (100%)
R 164 of 503 ~ 32.6%
G 165 of 503 ~ 32.8%
B 174 of 503 ~ 34.59%

%32.6
%32.8
%34.59

CMYK color model

#A4A5AE color CMYK value is (6,5,0,32).

  • cyan value is 5.75%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(6,5,0,32)
C6M5Y0K32 
(6%,5%,0%,32%)
(0.06/0.05/0.00/0.32)	

CMYK percentages

%5.75
%5.17
%0
%31.76

Codes

Color #A4A5AE in popluar color models

A4A5AE
RGB164165174
HSL234°5.81%66.27%
HSB/HSV234°5.75%68.24%
CMYK5.75%5.17%0.00%
31.76%

Color #A4A5AE in popluar number systems.

HEXA4A5AE
Decimal164165174
Binary101001001010010110101110
Octal244245256

Shades and tints

Shades of #A4A5AE

#A4A5AE
(164,165,174)
#96969F
(150,150,159)
#888790
(136,135,144)
#7A7881
(122,120,129)
#6C6972
(108,105,114)
#5E5A63
(94,90,99)
#504B54
(80,75,84)
#423C45
(66,60,69)
#342D36
(52,45,54)
#261E27
(38,30,39)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #A4A5AE

#A4A5AE
(164,165,174)
#ACADB5
(172,173,181)
#B4B5BC
(180,181,188)
#BCBDC3
(188,189,195)
#C4C5CA
(196,197,202)
#CCCDD1
(204,205,209)
#D4D5D8
(212,213,216)
#DCDDDF
(220,221,223)
#E4E5E6
(228,229,230)
#ECEDED
(236,237,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A5AE; }

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

This text font color is #A4A5AE.


Background Color

.myBgColor { background-color: #A4A5AE; }

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

This div background color is #A4A5AE.


Border color

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

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

This div border color is #A4A5AE.


Opacity

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

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

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

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

This text has shadow with #A4A5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A5AE on black background.


Color preview on white background

This text has color #A4A5AE on white background.



Black color preview on #A4A5AE background

This text has black color on #A4A5AE background.


White color preview on #A4A5AE background

This text has white color on #A4A5AE background.