COLOR #AFA4AC

HEX: #AFA4AC RGB: (175,164,172)

Color info

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

RGB color model

#AFA4AC color RGB value is (175,164,172).

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

RGB channels and saturation

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

175
164
172

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

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 172 = 511 (100%)
R 175 of 511 ~ 34.25%
G 164 of 511 ~ 32.09%
B 172 of 511 ~ 33.66'%

%34.25
%32.09
%33.66

CMYK color model

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

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

CMYK percentages

%0
%6.29
%1.71
%31.37

Codes

Color #AFA4AC in popluar color models

AF A4 AC
RGB 175 164 172
HSL 316° 6.43% 66.47%
HSB/HSV 316° 6.29% 68.63%
CMYK 0.00% 6.29% 1.71%
31.37%

Color #AFA4AC in popluar number systems.

HEX AF A4 AC
Decimal 175 164 172
Binary 10101111 10100100 10101100
Octal 257 244 254

Shades and tints

Shades of #AFA4AC

#AFA4AC
(175,164,172)
#A0969D
(160,150,157)
#91888E
(145,136,142)
#827A7F
(130,122,127)
#736C70
(115,108,112)
#645E61
(100,94,97)
#555052
(85,80,82)
#464243
(70,66,67)
#373434
(55,52,52)
#282625
(40,38,37)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #AFA4AC

#AFA4AC
(175,164,172)
#B6ACB3
(182,172,179)
#BDB4BA
(189,180,186)
#C4BCC1
(196,188,193)
#CBC4C8
(203,196,200)
#D2CCCF
(210,204,207)
#D9D4D6
(217,212,214)
#E0DCDD
(224,220,221)
#E7E4E4
(231,228,228)
#EEECEB
(238,236,235)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA4AC; }

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

This text font color is #AFA4AC.

Background Color

.myBgColor { background-color: #AFA4AC; }

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

This div background color is #AFA4AC.

Border color

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

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

This div border color is #AFA4AC.

Opacity

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

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

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

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

This text has shadow with #AFA4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA4AC.

Preview

Color preview on black background

This text has color #AFA4AC on black background.


Color preview on white background

This text has color #AFA4AC on white background.


Black color preview on #AFA4AC background

This text has black color on #AFA4AC background.


White color preview on #AFA4AC background

This text has white color on #AFA4AC background.


Related colors

Complementary color

Complementary color for #hex is #505B53.


I love getcolorcode.com

Triadic colors

1 #ACAFA4 and #A4ACAF with #AFA4AC are triadic colors.

2 #ACA4AF and #A4AFAC with #AFA4AC are triadic colors.