COLOR #AFA7AA

HEX: #AFA7AA RGB: (175,167,170)

Color info

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

RGB color model

#AFA7AA color RGB value is (175,167,170).

RGB: (175,167,170) (69%, 65%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 170 of 255 = 67%

175
167
170

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

Portions of RGB colors in percentages

R + G + B = 175 + 167 + 170 = 512 (100%)
R 175 of 512 ~ 34.18%
G 167 of 512 ~ 32.62%
B 170 of 512 ~ 33.2'%

%34.18
%32.62
%33.2

CMYK color model

#AFA7AA color CMYK value is (0,5,3,31).

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

CMYK: (0,5,3,31)
C0M5Y3K31 (0%, 5%, 3%, 31%)
(0.00 / 0.05 / 0.03 / 0.31)

CMYK percentages

%0
%4.57
%2.86
%31.37

Codes

Color #AFA7AA in popluar color models

AF A7 AA
RGB 175 167 170
HSL 338° 4.76% 67.06%
HSB/HSV 338° 4.57% 68.63%
CMYK 0.00% 4.57% 2.86%
31.37%

Color #AFA7AA in popluar number systems.

HEX AF A7 AA
Decimal 175 167 170
Binary 10101111 10100111 10101010
Octal 257 247 252

Shades and tints

Shades of #AFA7AA

#AFA7AA
(175,167,170)
#A0989B
(160,152,155)
#91898C
(145,137,140)
#827A7D
(130,122,125)
#736B6E
(115,107,110)
#645C5F
(100,92,95)
#554D50
(85,77,80)
#463E41
(70,62,65)
#372F32
(55,47,50)
#282023
(40,32,35)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #AFA7AA

#AFA7AA
(175,167,170)
#B6AFB1
(182,175,177)
#BDB7B8
(189,183,184)
#C4BFBF
(196,191,191)
#CBC7C6
(203,199,198)
#D2CFCD
(210,207,205)
#D9D7D4
(217,215,212)
#E0DFDB
(224,223,219)
#E7E7E2
(231,231,226)
#EEEFE9
(238,239,233)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA7AA; }

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

This text font color is #AFA7AA.

Background Color

.myBgColor { background-color: #AFA7AA; }

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

This div background color is #AFA7AA.

Border color

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

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

This div border color is #AFA7AA.

Opacity

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

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

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

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

This text has shadow with #AFA7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA7AA.

Preview

Color preview on black background

This text has color #AFA7AA on black background.


Color preview on white background

This text has color #AFA7AA on white background.


Black color preview on #AFA7AA background

This text has black color on #AFA7AA background.


White color preview on #AFA7AA background

This text has white color on #AFA7AA background.


Related colors

Complementary color

Complementary color for #hex is #505855.


I love getcolorcode.com

Triadic colors

1 #AAAFA7 and #A7AAAF with #AFA7AA are triadic colors.

2 #AAA7AF and #A7AFAA with #AFA7AA are triadic colors.