COLOR #AFA6AA

HEX: #AFA6AA
RGB: (175,166,170)

Color info

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

RGB color model

#AFA6AA color RGB value is (175,166,170).

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

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 170 of 255 = 67%

175
166
170

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

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 170 = 511 (100%)
R 175 of 511 ~ 34.25%
G 166 of 511 ~ 32.49%
B 170 of 511 ~ 33.27%

%34.25
%32.49
%33.27

CMYK color model

#AFA6AA color CMYK value is (0,5,3,31).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK:
(0,5,3,31)
C0M5Y3K31 
(0%,5%,3%,31%)
(0.00/0.05/0.03/0.31)	

CMYK percentages

%0
%5.14
%2.86
%31.37

Codes

Color #AFA6AA in popluar color models

AFA6AA
RGB175166170
HSL333°5.33%66.86%
HSB/HSV333°5.14%68.63%
CMYK0.00%5.14%2.86%
31.37%

Color #AFA6AA in popluar number systems.

HEXAFA6AA
Decimal175166170
Binary101011111010011010101010
Octal257246252

Shades and tints

Shades of #AFA6AA

#AFA6AA
(175,166,170)
#A0979B
(160,151,155)
#91888C
(145,136,140)
#82797D
(130,121,125)
#736A6E
(115,106,110)
#645B5F
(100,91,95)
#554C50
(85,76,80)
#463D41
(70,61,65)
#372E32
(55,46,50)
#281F23
(40,31,35)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFA6AA

#AFA6AA
(175,166,170)
#B6AEB1
(182,174,177)
#BDB6B8
(189,182,184)
#C4BEBF
(196,190,191)
#CBC6C6
(203,198,198)
#D2CECD
(210,206,205)
#D9D6D4
(217,214,212)
#E0DEDB
(224,222,219)
#E7E6E2
(231,230,226)
#EEEEE9
(238,238,233)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA6AA; }

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

This text font color is #AFA6AA.


Background Color

.myBgColor { background-color: #AFA6AA; }

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

This div background color is #AFA6AA.


Border color

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

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

This div border color is #AFA6AA.


Opacity

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

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

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

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

This text has shadow with #AFA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA6AA on black background.


Color preview on white background

This text has color #AFA6AA on white background.



Black color preview on #AFA6AA background

This text has black color on #AFA6AA background.


White color preview on #AFA6AA background

This text has white color on #AFA6AA background.