COLOR #AFA3AA

HEX: #AFA3AA
RGB: (175,163,170)

Color info

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

RGB color model

#AFA3AA color RGB value is (175,163,170).

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

RGB channels and saturation

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

175
163
170

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

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 170 = 508 (100%)
R 175 of 508 ~ 34.45%
G 163 of 508 ~ 32.09%
B 170 of 508 ~ 33.46%

%34.45
%32.09
%33.46

CMYK color model

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

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

CMYK percentages

%0
%6.86
%2.86
%31.37

Codes

Color #AFA3AA in popluar color models

AFA3AA
RGB175163170
HSL325°6.98%66.27%
HSB/HSV325°6.86%68.63%
CMYK0.00%6.86%2.86%
31.37%

Color #AFA3AA in popluar number systems.

HEXAFA3AA
Decimal175163170
Binary101011111010001110101010
Octal257243252

Shades and tints

Shades of #AFA3AA

#AFA3AA
(175,163,170)
#A0959B
(160,149,155)
#91878C
(145,135,140)
#82797D
(130,121,125)
#736B6E
(115,107,110)
#645D5F
(100,93,95)
#554F50
(85,79,80)
#464141
(70,65,65)
#373332
(55,51,50)
#282523
(40,37,35)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFA3AA

#AFA3AA
(175,163,170)
#B6ABB1
(182,171,177)
#BDB3B8
(189,179,184)
#C4BBBF
(196,187,191)
#CBC3C6
(203,195,198)
#D2CBCD
(210,203,205)
#D9D3D4
(217,211,212)
#E0DBDB
(224,219,219)
#E7E3E2
(231,227,226)
#EEEBE9
(238,235,233)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3AA; }

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

This text font color is #AFA3AA.


Background Color

.myBgColor { background-color: #AFA3AA; }

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

This div background color is #AFA3AA.


Border color

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

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

This div border color is #AFA3AA.


Opacity

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

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

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

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

This text has shadow with #AFA3AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFA3AA on black background.


Color preview on white background

This text has color #AFA3AA on white background.



Black color preview on #AFA3AA background

This text has black color on #AFA3AA background.


White color preview on #AFA3AA background

This text has white color on #AFA3AA background.