COLOR #AFA4A4

HEX: #AFA4A4 RGB: (175,164,164)

Color info

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

RGB color model

#AFA4A4 color RGB value is (175,164,164).

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

RGB channels and saturation

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

175
164
164

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

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 164 = 503 (100%)
R 175 of 503 ~ 34.79%
G 164 of 503 ~ 32.6%
B 164 of 503 ~ 32.6'%

%34.79
%32.6
%32.6

CMYK color model

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

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

CMYK percentages

%0
%6.29
%6.29
%31.37

Codes

Color #AFA4A4 in popluar color models

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

Color #AFA4A4 in popluar number systems.

HEX AF A4 A4
Decimal 175 164 164
Binary 10101111 10100100 10100100
Octal 257 244 244

Shades and tints

Shades of #AFA4A4

#AFA4A4
(175,164,164)
#A09696
(160,150,150)
#918888
(145,136,136)
#827A7A
(130,122,122)
#736C6C
(115,108,108)
#645E5E
(100,94,94)
#555050
(85,80,80)
#464242
(70,66,66)
#373434
(55,52,52)
#282626
(40,38,38)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFA4A4

#AFA4A4
(175,164,164)
#B6ACAC
(182,172,172)
#BDB4B4
(189,180,180)
#C4BCBC
(196,188,188)
#CBC4C4
(203,196,196)
#D2CCCC
(210,204,204)
#D9D4D4
(217,212,212)
#E0DCDC
(224,220,220)
#E7E4E4
(231,228,228)
#EEECEC
(238,236,236)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA4A4; }

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

This text font color is #AFA4A4.

Background Color

.myBgColor { background-color: #AFA4A4; }

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

This div background color is #AFA4A4.

Border color

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

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

This div border color is #AFA4A4.

Opacity

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

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

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

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

This text has shadow with #AFA4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA4A4.

Preview

Color preview on black background

This text has color #AFA4A4 on black background.


Color preview on white background

This text has color #AFA4A4 on white background.


Black color preview on #AFA4A4 background

This text has black color on #AFA4A4 background.


White color preview on #AFA4A4 background

This text has white color on #AFA4A4 background.


Related colors

Complementary color

Complementary color for #hex is #505B5B.


I love getcolorcode.com