COLOR #AFA2AA

HEX: #AFA2AA RGB: (175,162,170)

Color info

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

RGB color model

#AFA2AA color RGB value is (175,162,170).

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

RGB channels and saturation

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

175
162
170

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

Portions of RGB colors in percentages

R + G + B = 175 + 162 + 170 = 507 (100%)
R 175 of 507 ~ 34.52%
G 162 of 507 ~ 31.95%
B 170 of 507 ~ 33.53'%

%34.52
%31.95
%33.53

CMYK color model

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

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

CMYK: (0,7,3,31)
C0M7Y3K31 (0%, 7%, 3%, 31%)
(0.00 / 0.07 / 0.03 / 0.31)

CMYK percentages

%0
%7.43
%2.86
%31.37

Codes

Color #AFA2AA in popluar color models

AF A2 AA
RGB 175 162 170
HSL 323° 7.51% 66.08%
HSB/HSV 323° 7.43% 68.63%
CMYK 0.00% 7.43% 2.86%
31.37%

Color #AFA2AA in popluar number systems.

HEX AF A2 AA
Decimal 175 162 170
Binary 10101111 10100010 10101010
Octal 257 242 252

Shades and tints

Shades of #AFA2AA

#AFA2AA
(175,162,170)
#A0949B
(160,148,155)
#91868C
(145,134,140)
#82787D
(130,120,125)
#736A6E
(115,106,110)
#645C5F
(100,92,95)
#554E50
(85,78,80)
#464041
(70,64,65)
#373232
(55,50,50)
#282423
(40,36,35)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFA2AA

#AFA2AA
(175,162,170)
#B6AAB1
(182,170,177)
#BDB2B8
(189,178,184)
#C4BABF
(196,186,191)
#CBC2C6
(203,194,198)
#D2CACD
(210,202,205)
#D9D2D4
(217,210,212)
#E0DADB
(224,218,219)
#E7E2E2
(231,226,226)
#EEEAE9
(238,234,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA2AA; }

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

This text font color is #AFA2AA.

Background Color

.myBgColor { background-color: #AFA2AA; }

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

This div background color is #AFA2AA.

Border color

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

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

This div border color is #AFA2AA.

Opacity

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

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

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

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

This text has shadow with #AFA2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA2AA.

Preview

Color preview on black background

This text has color #AFA2AA on black background.


Color preview on white background

This text has color #AFA2AA on white background.


Black color preview on #AFA2AA background

This text has black color on #AFA2AA background.


White color preview on #AFA2AA background

This text has white color on #AFA2AA background.


Related colors

Complementary color

Complementary color for #hex is #505D55.


I love getcolorcode.com

Triadic colors

1 #AAAFA2 and #A2AAAF with #AFA2AA are triadic colors.

2 #AAA2AF and #A2AFAA with #AFA2AA are triadic colors.