COLOR #AFA2A2

HEX: #AFA2A2 RGB: (175,162,162)

Color info

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

RGB color model

#AFA2A2 color RGB value is (175,162,162).

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

RGB channels and saturation

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

175
162
162

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

Portions of RGB colors in percentages

R + G + B = 175 + 162 + 162 = 499 (100%)
R 175 of 499 ~ 35.07%
G 162 of 499 ~ 32.46%
B 162 of 499 ~ 32.46'%

%35.07
%32.46
%32.46

CMYK color model

#AFA2A2 color CMYK value is (0,7,7,31).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 7.43%
  • key color value is 31.37%

CMYK: (0,7,7,31)
C0M7Y7K31 (0%, 7%, 7%, 31%)
(0.00 / 0.07 / 0.07 / 0.31)

CMYK percentages

%0
%7.43
%7.43
%31.37

Codes

Color #AFA2A2 in popluar color models

AF A2 A2
RGB 175 162 162
HSL 7.51% 66.08%
HSB/HSV 7.43% 68.63%
CMYK 0.00% 7.43% 7.43%
31.37%

Color #AFA2A2 in popluar number systems.

HEX AF A2 A2
Decimal 175 162 162
Binary 10101111 10100010 10100010
Octal 257 242 242

Shades and tints

Shades of #AFA2A2

#AFA2A2
(175,162,162)
#A09494
(160,148,148)
#918686
(145,134,134)
#827878
(130,120,120)
#736A6A
(115,106,106)
#645C5C
(100,92,92)
#554E4E
(85,78,78)
#464040
(70,64,64)
#373232
(55,50,50)
#282424
(40,36,36)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFA2A2

#AFA2A2
(175,162,162)
#B6AAAA
(182,170,170)
#BDB2B2
(189,178,178)
#C4BABA
(196,186,186)
#CBC2C2
(203,194,194)
#D2CACA
(210,202,202)
#D9D2D2
(217,210,210)
#E0DADA
(224,218,218)
#E7E2E2
(231,226,226)
#EEEAEA
(238,234,234)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA2A2; }

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

This text font color is #AFA2A2.

Background Color

.myBgColor { background-color: #AFA2A2; }

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

This div background color is #AFA2A2.

Border color

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

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

This div border color is #AFA2A2.

Opacity

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

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

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

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

This text has shadow with #AFA2A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA2A2.

Preview

Color preview on black background

This text has color #AFA2A2 on black background.


Color preview on white background

This text has color #AFA2A2 on white background.


Black color preview on #AFA2A2 background

This text has black color on #AFA2A2 background.


White color preview on #AFA2A2 background

This text has white color on #AFA2A2 background.


Related colors

Complementary color

Complementary color for #hex is #505D5D.


I love getcolorcode.com