COLOR #A4A7AF

HEX: #A4A7AF RGB: (164,167,175)

Color info

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

RGB color model

#A4A7AF color RGB value is (164,167,175).

RGB: (164,167,175) (64%, 65%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 175 of 255 = 69%

164
167
175

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

Portions of RGB colors in percentages

R + G + B = 164 + 167 + 175 = 506 (100%)
R 164 of 506 ~ 32.41%
G 167 of 506 ~ 33%
B 175 of 506 ~ 34.58'%

%32.41
%33
%34.58

CMYK color model

#A4A7AF color CMYK value is (6,5,0,31).

  • cyan value is 6.29%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (6,5,0,31)
C6M5Y0K31 (6%, 5%, 0%, 31%)
(0.06 / 0.05 / 0.00 / 0.31)

CMYK percentages

%6.29
%4.57
%0
%31.37

Codes

Color #A4A7AF in popluar color models

A4 A7 AF
RGB 164 167 175
HSL 224° 6.43% 66.47%
HSB/HSV 224° 6.29% 68.63%
CMYK 6.29% 4.57% 0.00%
31.37%

Color #A4A7AF in popluar number systems.

HEX A4 A7 AF
Decimal 164 167 175
Binary 10100100 10100111 10101111
Octal 244 247 257

Shades and tints

Shades of #A4A7AF

#A4A7AF
(164,167,175)
#9698A0
(150,152,160)
#888991
(136,137,145)
#7A7A82
(122,122,130)
#6C6B73
(108,107,115)
#5E5C64
(94,92,100)
#504D55
(80,77,85)
#423E46
(66,62,70)
#342F37
(52,47,55)
#262028
(38,32,40)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #A4A7AF

#A4A7AF
(164,167,175)
#ACAFB6
(172,175,182)
#B4B7BD
(180,183,189)
#BCBFC4
(188,191,196)
#C4C7CB
(196,199,203)
#CCCFD2
(204,207,210)
#D4D7D9
(212,215,217)
#DCDFE0
(220,223,224)
#E4E7E7
(228,231,231)
#ECEFEE
(236,239,238)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A7AF; }

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

This text font color is #A4A7AF.

Background Color

.myBgColor { background-color: #A4A7AF; }

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

This div background color is #A4A7AF.

Border color

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

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

This div border color is #A4A7AF.

Opacity

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

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

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

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

This text has shadow with #A4A7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A7AF.

Preview

Color preview on black background

This text has color #A4A7AF on black background.


Color preview on white background

This text has color #A4A7AF on white background.


Black color preview on #A4A7AF background

This text has black color on #A4A7AF background.


White color preview on #A4A7AF background

This text has white color on #A4A7AF background.


Related colors

Complementary color

Complementary color for #hex is #5B5850.


I love getcolorcode.com

Triadic colors

1 #AFA4A7 and #A7AFA4 with #A4A7AF are triadic colors.

2 #AFA7A4 and #A7A4AF with #A4A7AF are triadic colors.