COLOR #AFA7A3

HEX: #AFA7A3 RGB: (175,167,163)

Color info

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

RGB color model

#AFA7A3 color RGB value is (175,167,163).

RGB: (175,167,163) (69%, 65%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 163 of 255 = 64%

175
167
163

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

Portions of RGB colors in percentages

R + G + B = 175 + 167 + 163 = 505 (100%)
R 175 of 505 ~ 34.65%
G 167 of 505 ~ 33.07%
B 163 of 505 ~ 32.28'%

%34.65
%33.07
%32.28

CMYK color model

#AFA7A3 color CMYK value is (0,5,7,31).

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

CMYK: (0,5,7,31)
C0M5Y7K31 (0%, 5%, 7%, 31%)
(0.00 / 0.05 / 0.07 / 0.31)

CMYK percentages

%0
%4.57
%6.86
%31.37

Codes

Color #AFA7A3 in popluar color models

AF A7 A3
RGB 175 167 163
HSL 20° 6.98% 66.27%
HSB/HSV 20° 6.86% 68.63%
CMYK 0.00% 4.57% 6.86%
31.37%

Color #AFA7A3 in popluar number systems.

HEX AF A7 A3
Decimal 175 167 163
Binary 10101111 10100111 10100011
Octal 257 247 243

Shades and tints

Shades of #AFA7A3

#AFA7A3
(175,167,163)
#A09895
(160,152,149)
#918987
(145,137,135)
#827A79
(130,122,121)
#736B6B
(115,107,107)
#645C5D
(100,92,93)
#554D4F
(85,77,79)
#463E41
(70,62,65)
#372F33
(55,47,51)
#282025
(40,32,37)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #AFA7A3

#AFA7A3
(175,167,163)
#B6AFAB
(182,175,171)
#BDB7B3
(189,183,179)
#C4BFBB
(196,191,187)
#CBC7C3
(203,199,195)
#D2CFCB
(210,207,203)
#D9D7D3
(217,215,211)
#E0DFDB
(224,223,219)
#E7E7E3
(231,231,227)
#EEEFEB
(238,239,235)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA7A3; }

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

This text font color is #AFA7A3.

Background Color

.myBgColor { background-color: #AFA7A3; }

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

This div background color is #AFA7A3.

Border color

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

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

This div border color is #AFA7A3.

Opacity

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

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

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

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

This text has shadow with #AFA7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA7A3.

Preview

Color preview on black background

This text has color #AFA7A3 on black background.


Color preview on white background

This text has color #AFA7A3 on white background.


Black color preview on #AFA7A3 background

This text has black color on #AFA7A3 background.


White color preview on #AFA7A3 background

This text has white color on #AFA7A3 background.


Related colors

Complementary color

Complementary color for #hex is #50585C.


I love getcolorcode.com

Triadic colors

1 #A3AFA7 and #A7A3AF with #AFA7A3 are triadic colors.

2 #A3A7AF and #A7AFA3 with #AFA7A3 are triadic colors.