COLOR #A4AFAE

HEX: #A4AFAE RGB: (164,175,174)

Color info

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

RGB color model

#A4AFAE color RGB value is (164,175,174).

RGB: (164,175,174) (64%, 69%, 68%)

RGB channels and saturation

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

164
175
174

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

Portions of RGB colors in percentages

R + G + B = 164 + 175 + 174 = 513 (100%)
R 164 of 513 ~ 31.97%
G 175 of 513 ~ 34.11%
B 174 of 513 ~ 33.92'%

%31.97
%34.11
%33.92

CMYK color model

#A4AFAE color CMYK value is (6,0,1,31).

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

CMYK: (6,0,1,31)
C6M0Y1K31 (6%, 0%, 1%, 31%)
(0.06 / 0.00 / 0.01 / 0.31)

CMYK percentages

%6.29
%0
%0.57
%31.37

Codes

Color #A4AFAE in popluar color models

A4 AF AE
RGB 164 175 174
HSL 175° 6.43% 66.47%
HSB/HSV 175° 6.29% 68.63%
CMYK 6.29% 0.00% 0.57%
31.37%

Color #A4AFAE in popluar number systems.

HEX A4 AF AE
Decimal 164 175 174
Binary 10100100 10101111 10101110
Octal 244 257 256

Shades and tints

Shades of #A4AFAE

#A4AFAE
(164,175,174)
#96A09F
(150,160,159)
#889190
(136,145,144)
#7A8281
(122,130,129)
#6C7372
(108,115,114)
#5E6463
(94,100,99)
#505554
(80,85,84)
#424645
(66,70,69)
#343736
(52,55,54)
#262827
(38,40,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #A4AFAE

#A4AFAE
(164,175,174)
#ACB6B5
(172,182,181)
#B4BDBC
(180,189,188)
#BCC4C3
(188,196,195)
#C4CBCA
(196,203,202)
#CCD2D1
(204,210,209)
#D4D9D8
(212,217,216)
#DCE0DF
(220,224,223)
#E4E7E6
(228,231,230)
#ECEEED
(236,238,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFAE; }

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

This text font color is #A4AFAE.

Background Color

.myBgColor { background-color: #A4AFAE; }

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

This div background color is #A4AFAE.

Border color

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

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

This div border color is #A4AFAE.

Opacity

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

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

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

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

This text has shadow with #A4AFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AFAE.

Preview

Color preview on black background

This text has color #A4AFAE on black background.


Color preview on white background

This text has color #A4AFAE on white background.


Black color preview on #A4AFAE background

This text has black color on #A4AFAE background.


White color preview on #A4AFAE background

This text has white color on #A4AFAE background.


Related colors

Complementary color

Complementary color for #hex is #5B5051.


I love getcolorcode.com

Triadic colors

1 #AEA4AF and #AFAEA4 with #A4AFAE are triadic colors.

2 #AEAFA4 and #AFA4AE with #A4AFAE are triadic colors.