COLOR #AFB0AA

HEX: #AFB0AA
RGB: (175,176,170)

Color info

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

RGB color model

#AFB0AA color RGB value is (175,176,170).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 170 of 255 = 67%

175
176
170

R + G + B ~ 68%. #AFB0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 170 = 521 (100%)
R 175 of 521 ~ 33.59%
G 176 of 521 ~ 33.78%
B 170 of 521 ~ 32.63%

%33.59
%33.78
%32.63

CMYK color model

#AFB0AA color CMYK value is (1,0,3,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(1,0,3,31)
C1M0Y3K31 
(1%,0%,3%,31%)
(0.01/0.00/0.03/0.31)	

CMYK percentages

%0.57
%0
%3.41
%30.98

Codes

Color #AFB0AA in popluar color models

AFB0AA
RGB175176170
HSL70°3.66%67.84%
HSB/HSV70°3.41%69.02%
CMYK0.57%0.00%3.41%
30.98%

Color #AFB0AA in popluar number systems.

HEXAFB0AA
Decimal175176170
Binary101011111011000010101010
Octal257260252

Shades and tints

Shades of #AFB0AA

#AFB0AA
(175,176,170)
#A0A09B
(160,160,155)
#91908C
(145,144,140)
#82807D
(130,128,125)
#73706E
(115,112,110)
#64605F
(100,96,95)
#555050
(85,80,80)
#464041
(70,64,65)
#373032
(55,48,50)
#282023
(40,32,35)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFB0AA

#AFB0AA
(175,176,170)
#B6B7B1
(182,183,177)
#BDBEB8
(189,190,184)
#C4C5BF
(196,197,191)
#CBCCC6
(203,204,198)
#D2D3CD
(210,211,205)
#D9DAD4
(217,218,212)
#E0E1DB
(224,225,219)
#E7E8E2
(231,232,226)
#EEEFE9
(238,239,233)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB0AA; }

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

This text font color is #AFB0AA.


Background Color

.myBgColor { background-color: #AFB0AA; }

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

This div background color is #AFB0AA.


Border color

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

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

This div border color is #AFB0AA.


Opacity

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

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

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

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

This text has shadow with #AFB0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB0AA on black background.


Color preview on white background

This text has color #AFB0AA on white background.



Black color preview on #AFB0AA background

This text has black color on #AFB0AA background.


White color preview on #AFB0AA background

This text has white color on #AFB0AA background.