COLOR #A4A0AF

HEX: #A4A0AF
RGB: (164,160,175)

Color info

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

RGB color model

#A4A0AF color RGB value is (164,160,175).

  • red value is 164;
  • green value is 160;
  • blue value is 175.
RGB:
(164,160,175)
(64%,63%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 175 of 255 = 69%

164
160
175

R + G + B ~ 65%. #A4A0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 160 + 175 = 499 (100%)
R 164 of 499 ~ 32.87%
G 160 of 499 ~ 32.06%
B 175 of 499 ~ 35.07%

%32.87
%32.06
%35.07

CMYK color model

#A4A0AF color CMYK value is (6,9,0,31).

  • cyan value is 6.29%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,9,0,31)
C6M9Y0K31 
(6%,9%,0%,31%)
(0.06/0.09/0.00/0.31)	

CMYK percentages

%6.29
%8.57
%0
%31.37

Codes

Color #A4A0AF in popluar color models

A4A0AF
RGB164160175
HSL256°8.57%65.69%
HSB/HSV256°8.57%68.63%
CMYK6.29%8.57%0.00%
31.37%

Color #A4A0AF in popluar number systems.

HEXA4A0AF
Decimal164160175
Binary101001001010000010101111
Octal244240257

Shades and tints

Shades of #A4A0AF

#A4A0AF
(164,160,175)
#9692A0
(150,146,160)
#888491
(136,132,145)
#7A7682
(122,118,130)
#6C6873
(108,104,115)
#5E5A64
(94,90,100)
#504C55
(80,76,85)
#423E46
(66,62,70)
#343037
(52,48,55)
#262228
(38,34,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #A4A0AF

#A4A0AF
(164,160,175)
#ACA8B6
(172,168,182)
#B4B0BD
(180,176,189)
#BCB8C4
(188,184,196)
#C4C0CB
(196,192,203)
#CCC8D2
(204,200,210)
#D4D0D9
(212,208,217)
#DCD8E0
(220,216,224)
#E4E0E7
(228,224,231)
#ECE8EE
(236,232,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A0AF color. Also use rgb(164,160,175) instead hex code.

Text Font Color

.myTextColor { color: #A4A0AF; }

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

This text font color is #A4A0AF.


Background Color

.myBgColor { background-color: #A4A0AF; }

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

This div background color is #A4A0AF.


Border color

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

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

This div border color is #A4A0AF.


Opacity

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

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

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

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

This text has shadow with #A4A0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A0AF on black background.


Color preview on white background

This text has color #A4A0AF on white background.



Black color preview on #A4A0AF background

This text has black color on #A4A0AF background.


White color preview on #A4A0AF background

This text has white color on #A4A0AF background.