COLOR #AFBFA0

HEX: #AFBFA0
RGB: (175,191,160)

Color info

#AFBFA0 contains red, green and blue colors in about the same proportion. Web safe color of #AFBFA0 is #99CC99 (or #9C9).

RGB color model

#AFBFA0 color RGB value is (175,191,160).

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

RGB channels and saturation

R 175 of 255 = 69%
G 191 of 255 = 75%
B 160 of 255 = 63%

175
191
160

R + G + B ~ 69%. #AFBFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 191 + 160 = 526 (100%)
R 175 of 526 ~ 33.27%
G 191 of 526 ~ 36.31%
B 160 of 526 ~ 30.42%

%33.27
%36.31
%30.42

CMYK color model

#AFBFA0 color CMYK value is (8,0,16,25).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(8,0,16,25)
C8M0Y16K25 
(8%,0%,16%,25%)
(0.08/0.00/0.16/0.25)	

CMYK percentages

%8.38
%0
%16.23
%25.1

Codes

Color #AFBFA0 in popluar color models

AFBFA0
RGB175191160
HSL91°19.50%68.82%
HSB/HSV91°16.23%74.90%
CMYK8.38%0.00%16.23%
25.10%

Color #AFBFA0 in popluar number systems.

HEXAFBFA0
Decimal175191160
Binary101011111011111110100000
Octal257277240

Shades and tints

Shades of #AFBFA0

#AFBFA0
(175,191,160)
#A0AE92
(160,174,146)
#919D84
(145,157,132)
#828C76
(130,140,118)
#737B68
(115,123,104)
#646A5A
(100,106,90)
#55594C
(85,89,76)
#46483E
(70,72,62)
#373730
(55,55,48)
#282622
(40,38,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFBFA0

#AFBFA0
(175,191,160)
#B6C4A8
(182,196,168)
#BDC9B0
(189,201,176)
#C4CEB8
(196,206,184)
#CBD3C0
(203,211,192)
#D2D8C8
(210,216,200)
#D9DDD0
(217,221,208)
#E0E2D8
(224,226,216)
#E7E7E0
(231,231,224)
#EEECE8
(238,236,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBFA0; }

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

This text font color is #AFBFA0.


Background Color

.myBgColor { background-color: #AFBFA0; }

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

This div background color is #AFBFA0.


Border color

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

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

This div border color is #AFBFA0.


Opacity

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

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

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

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

This text has shadow with #AFBFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBFA0 on black background.


Color preview on white background

This text has color #AFBFA0 on white background.



Black color preview on #AFBFA0 background

This text has black color on #AFBFA0 background.


White color preview on #AFBFA0 background

This text has white color on #AFBFA0 background.