COLOR #AFA7A1

HEX: #AFA7A1 RGB: (175,167,161)

Color info

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

RGB color model

#AFA7A1 color RGB value is (175,167,161).

RGB: (175,167,161) (69%, 65%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 161 of 255 = 63%

175
167
161

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

Portions of RGB colors in percentages

R + G + B = 175 + 167 + 161 = 503 (100%)
R 175 of 503 ~ 34.79%
G 167 of 503 ~ 33.2%
B 161 of 503 ~ 32.01'%

%34.79
%33.2
%32.01

CMYK color model

#AFA7A1 color CMYK value is (0,5,8,31).

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

CMYK: (0,5,8,31)
C0M5Y8K31 (0%, 5%, 8%, 31%)
(0.00 / 0.05 / 0.08 / 0.31)

CMYK percentages

%0
%4.57
%8
%31.37

Codes

Color #AFA7A1 in popluar color models

AF A7 A1
RGB 175 167 161
HSL 26° 8.05% 65.88%
HSB/HSV 26° 8.00% 68.63%
CMYK 0.00% 4.57% 8.00%
31.37%

Color #AFA7A1 in popluar number systems.

HEX AF A7 A1
Decimal 175 167 161
Binary 10101111 10100111 10100001
Octal 257 247 241

Shades and tints

Shades of #AFA7A1

#AFA7A1
(175,167,161)
#A09893
(160,152,147)
#918985
(145,137,133)
#827A77
(130,122,119)
#736B69
(115,107,105)
#645C5B
(100,92,91)
#554D4D
(85,77,77)
#463E3F
(70,62,63)
#372F31
(55,47,49)
#282023
(40,32,35)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #AFA7A1

#AFA7A1
(175,167,161)
#B6AFA9
(182,175,169)
#BDB7B1
(189,183,177)
#C4BFB9
(196,191,185)
#CBC7C1
(203,199,193)
#D2CFC9
(210,207,201)
#D9D7D1
(217,215,209)
#E0DFD9
(224,223,217)
#E7E7E1
(231,231,225)
#EEEFE9
(238,239,233)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA7A1; }

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

This text font color is #AFA7A1.

Background Color

.myBgColor { background-color: #AFA7A1; }

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

This div background color is #AFA7A1.

Border color

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

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

This div border color is #AFA7A1.

Opacity

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

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

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

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

This text has shadow with #AFA7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA7A1.

Preview

Color preview on black background

This text has color #AFA7A1 on black background.


Color preview on white background

This text has color #AFA7A1 on white background.


Black color preview on #AFA7A1 background

This text has black color on #AFA7A1 background.


White color preview on #AFA7A1 background

This text has white color on #AFA7A1 background.


Related colors

Complementary color

Complementary color for #hex is #50585E.


I love getcolorcode.com

Triadic colors

1 #A1AFA7 and #A7A1AF with #AFA7A1 are triadic colors.

2 #A1A7AF and #A7AFA1 with #AFA7A1 are triadic colors.