COLOR #AFA1A0

HEX: #AFA1A0
RGB: (175,161,160)

Color info

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

RGB color model

#AFA1A0 color RGB value is (175,161,160).

  • red value is 175;
  • green value is 161;
  • blue value is 160.
RGB:
(175,161,160)
(69%,63%,63%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 160 of 255 = 63%

175
161
160

R + G + B ~ 65%. #AFA1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 160 = 496 (100%)
R 175 of 496 ~ 35.28%
G 161 of 496 ~ 32.46%
B 160 of 496 ~ 32.26%

%35.28
%32.46
%32.26

CMYK color model

#AFA1A0 color CMYK value is (0,8,9,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(0,8,9,31)
C0M8Y9K31 
(0%,8%,9%,31%)
(0.00/0.08/0.09/0.31)	

CMYK percentages

%0
%8
%8.57
%31.37

Codes

Color #AFA1A0 in popluar color models

AFA1A0
RGB175161160
HSL8.57%65.69%
HSB/HSV8.57%68.63%
CMYK0.00%8.00%8.57%
31.37%

Color #AFA1A0 in popluar number systems.

HEXAFA1A0
Decimal175161160
Binary101011111010000110100000
Octal257241240

Shades and tints

Shades of #AFA1A0

#AFA1A0
(175,161,160)
#A09392
(160,147,146)
#918584
(145,133,132)
#827776
(130,119,118)
#736968
(115,105,104)
#645B5A
(100,91,90)
#554D4C
(85,77,76)
#463F3E
(70,63,62)
#373130
(55,49,48)
#282322
(40,35,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFA1A0

#AFA1A0
(175,161,160)
#B6A9A8
(182,169,168)
#BDB1B0
(189,177,176)
#C4B9B8
(196,185,184)
#CBC1C0
(203,193,192)
#D2C9C8
(210,201,200)
#D9D1D0
(217,209,208)
#E0D9D8
(224,217,216)
#E7E1E0
(231,225,224)
#EEE9E8
(238,233,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA1A0; }

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

This text font color is #AFA1A0.


Background Color

.myBgColor { background-color: #AFA1A0; }

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

This div background color is #AFA1A0.


Border color

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

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

This div border color is #AFA1A0.


Opacity

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

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

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

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

This text has shadow with #AFA1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA1A0 on black background.


Color preview on white background

This text has color #AFA1A0 on white background.



Black color preview on #AFA1A0 background

This text has black color on #AFA1A0 background.


White color preview on #AFA1A0 background

This text has white color on #AFA1A0 background.