COLOR #AFA3A3

HEX: #AFA3A3
RGB: (175,163,163)

Color info

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

RGB color model

#AFA3A3 color RGB value is (175,163,163).

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

RGB channels and saturation

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

175
163
163

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

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 163 = 501 (100%)
R 175 of 501 ~ 34.93%
G 163 of 501 ~ 32.53%
B 163 of 501 ~ 32.53%

%34.93
%32.53
%32.53

CMYK color model

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

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

CMYK percentages

%0
%6.86
%6.86
%31.37

Codes

Color #AFA3A3 in popluar color models

AFA3A3
RGB175163163
HSL6.98%66.27%
HSB/HSV6.86%68.63%
CMYK0.00%6.86%6.86%
31.37%

Color #AFA3A3 in popluar number systems.

HEXAFA3A3
Decimal175163163
Binary101011111010001110100011
Octal257243243

Shades and tints

Shades of #AFA3A3

#AFA3A3
(175,163,163)
#A09595
(160,149,149)
#918787
(145,135,135)
#827979
(130,121,121)
#736B6B
(115,107,107)
#645D5D
(100,93,93)
#554F4F
(85,79,79)
#464141
(70,65,65)
#373333
(55,51,51)
#282525
(40,37,37)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFA3A3

#AFA3A3
(175,163,163)
#B6ABAB
(182,171,171)
#BDB3B3
(189,179,179)
#C4BBBB
(196,187,187)
#CBC3C3
(203,195,195)
#D2CBCB
(210,203,203)
#D9D3D3
(217,211,211)
#E0DBDB
(224,219,219)
#E7E3E3
(231,227,227)
#EEEBEB
(238,235,235)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3A3; }

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

This text font color is #AFA3A3.


Background Color

.myBgColor { background-color: #AFA3A3; }

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

This div background color is #AFA3A3.


Border color

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

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

This div border color is #AFA3A3.


Opacity

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

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

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

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

This text has shadow with #AFA3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA3A3 on black background.


Color preview on white background

This text has color #AFA3A3 on white background.



Black color preview on #AFA3A3 background

This text has black color on #AFA3A3 background.


White color preview on #AFA3A3 background

This text has white color on #AFA3A3 background.