COLOR #AFA5AB

HEX: #AFA5AB RGB: (175,165,171)

Color info

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

RGB color model

#AFA5AB color RGB value is (175,165,171).

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

RGB channels and saturation

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

175
165
171

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 171 = 511 (100%)
R 175 of 511 ~ 34.25%
G 165 of 511 ~ 32.29%
B 171 of 511 ~ 33.46'%

%34.25
%32.29
%33.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 2.29%
  • 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
%5.71
%2.29
%31.37

Codes

Color #AFA5AB in popluar color models

AF A5 AB
RGB 175 165 171
HSL 324° 5.88% 66.67%
HSB/HSV 324° 5.71% 68.63%
CMYK 0.00% 5.71% 2.29%
31.37%

Color #AFA5AB in popluar number systems.

HEX AF A5 AB
Decimal 175 165 171
Binary 10101111 10100101 10101011
Octal 257 245 253

Shades and tints

Shades of #AFA5AB

#AFA5AB
(175,165,171)
#A0969C
(160,150,156)
#91878D
(145,135,141)
#82787E
(130,120,126)
#73696F
(115,105,111)
#645A60
(100,90,96)
#554B51
(85,75,81)
#463C42
(70,60,66)
#372D33
(55,45,51)
#281E24
(40,30,36)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #AFA5AB

#AFA5AB
(175,165,171)
#B6ADB2
(182,173,178)
#BDB5B9
(189,181,185)
#C4BDC0
(196,189,192)
#CBC5C7
(203,197,199)
#D2CDCE
(210,205,206)
#D9D5D5
(217,213,213)
#E0DDDC
(224,221,220)
#E7E5E3
(231,229,227)
#EEEDEA
(238,237,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA5AB; }

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

This text font color is #AFA5AB.

Background Color

.myBgColor { background-color: #AFA5AB; }

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

This div background color is #AFA5AB.

Border color

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

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

This div border color is #AFA5AB.

Opacity

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

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

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

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

This text has shadow with #AFA5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA5AB.

Preview

Color preview on black background

This text has color #AFA5AB on black background.


Color preview on white background

This text has color #AFA5AB on white background.


Black color preview on #AFA5AB background

This text has black color on #AFA5AB background.


White color preview on #AFA5AB background

This text has white color on #AFA5AB background.


Related colors

Complementary color

Complementary color for #hex is #505A54.


I love getcolorcode.com

Triadic colors

1 #ABAFA5 and #A5ABAF with #AFA5AB are triadic colors.

2 #ABA5AF and #A5AFAB with #AFA5AB are triadic colors.