COLOR #AFA3AD

HEX: #AFA3AD
RGB: (175,163,173)

Color info

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

RGB color model

#AFA3AD color RGB value is (175,163,173).

  • red value is 175;
  • green value is 163;
  • blue value is 173.
RGB:
(175,163,173)
(69%,64%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 173 of 255 = 68%

175
163
173

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

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 173 = 511 (100%)
R 175 of 511 ~ 34.25%
G 163 of 511 ~ 31.9%
B 173 of 511 ~ 33.86%

%34.25
%31.9
%33.86

CMYK color model

#AFA3AD color CMYK value is (0,7,1,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 1.14%
  • key color value is 31.37%
CMYK:
(0,7,1,31)
C0M7Y1K31 
(0%,7%,1%,31%)
(0.00/0.07/0.01/0.31)	

CMYK percentages

%0
%6.86
%1.14
%31.37

Codes

Color #AFA3AD in popluar color models

AFA3AD
RGB175163173
HSL310°6.98%66.27%
HSB/HSV310°6.86%68.63%
CMYK0.00%6.86%1.14%
31.37%

Color #AFA3AD in popluar number systems.

HEXAFA3AD
Decimal175163173
Binary101011111010001110101101
Octal257243255

Shades and tints

Shades of #AFA3AD

#AFA3AD
(175,163,173)
#A0959E
(160,149,158)
#91878F
(145,135,143)
#827980
(130,121,128)
#736B71
(115,107,113)
#645D62
(100,93,98)
#554F53
(85,79,83)
#464144
(70,65,68)
#373335
(55,51,53)
#282526
(40,37,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFA3AD

#AFA3AD
(175,163,173)
#B6ABB4
(182,171,180)
#BDB3BB
(189,179,187)
#C4BBC2
(196,187,194)
#CBC3C9
(203,195,201)
#D2CBD0
(210,203,208)
#D9D3D7
(217,211,215)
#E0DBDE
(224,219,222)
#E7E3E5
(231,227,229)
#EEEBEC
(238,235,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3AD; }

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

This text font color is #AFA3AD.


Background Color

.myBgColor { background-color: #AFA3AD; }

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

This div background color is #AFA3AD.


Border color

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

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

This div border color is #AFA3AD.


Opacity

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

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

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

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

This text has shadow with #AFA3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA3AD on black background.


Color preview on white background

This text has color #AFA3AD on white background.



Black color preview on #AFA3AD background

This text has black color on #AFA3AD background.


White color preview on #AFA3AD background

This text has white color on #AFA3AD background.