COLOR #AFA5AA

HEX: #AFA5AA RGB: (175,165,170)

Color info

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

RGB color model

#AFA5AA color RGB value is (175,165,170).

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

RGB channels and saturation

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

175
165
170

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 170 = 510 (100%)
R 175 of 510 ~ 34.31%
G 165 of 510 ~ 32.35%
B 170 of 510 ~ 33.33'%

%34.31
%32.35
%33.33

CMYK color model

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

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

CMYK: (0,6,3,31)
C0M6Y3K31 (0%, 6%, 3%, 31%)
(0.00 / 0.06 / 0.03 / 0.31)

CMYK percentages

%0
%5.71
%2.86
%31.37

Codes

Color #AFA5AA in popluar color models

AF A5 AA
RGB 175 165 170
HSL 330° 5.88% 66.67%
HSB/HSV 330° 5.71% 68.63%
CMYK 0.00% 5.71% 2.86%
31.37%

Color #AFA5AA in popluar number systems.

HEX AF A5 AA
Decimal 175 165 170
Binary 10101111 10100101 10101010
Octal 257 245 252

Shades and tints

Shades of #AFA5AA

#AFA5AA
(175,165,170)
#A0969B
(160,150,155)
#91878C
(145,135,140)
#82787D
(130,120,125)
#73696E
(115,105,110)
#645A5F
(100,90,95)
#554B50
(85,75,80)
#463C41
(70,60,65)
#372D32
(55,45,50)
#281E23
(40,30,35)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #AFA5AA

#AFA5AA
(175,165,170)
#B6ADB1
(182,173,177)
#BDB5B8
(189,181,184)
#C4BDBF
(196,189,191)
#CBC5C6
(203,197,198)
#D2CDCD
(210,205,205)
#D9D5D4
(217,213,212)
#E0DDDB
(224,221,219)
#E7E5E2
(231,229,226)
#EEEDE9
(238,237,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA5AA; }

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

This text font color is #AFA5AA.

Background Color

.myBgColor { background-color: #AFA5AA; }

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

This div background color is #AFA5AA.

Border color

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

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

This div border color is #AFA5AA.

Opacity

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

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

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

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

This text has shadow with #AFA5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA5AA.

Preview

Color preview on black background

This text has color #AFA5AA on black background.


Color preview on white background

This text has color #AFA5AA on white background.


Black color preview on #AFA5AA background

This text has black color on #AFA5AA background.


White color preview on #AFA5AA background

This text has white color on #AFA5AA background.


Related colors

Complementary color

Complementary color for #hex is #505A55.


I love getcolorcode.com

Triadic colors

1 #AAAFA5 and #A5AAAF with #AFA5AA are triadic colors.

2 #AAA5AF and #A5AFAA with #AFA5AA are triadic colors.