COLOR #AFB49F

HEX: #AFB49F
RGB: (175,180,159)

Color info

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

RGB color model

#AFB49F color RGB value is (175,180,159).

  • red value is 175;
  • green value is 180;
  • blue value is 159.
RGB:
(175,180,159)
(69%,71%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 180 of 255 = 71%
B 159 of 255 = 62%

175
180
159

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

Portions of RGB colors in percentages

R + G + B =
175 + 180 + 159 = 514 (100%)
R 175 of 514 ~ 34.05%
G 180 of 514 ~ 35.02%
B 159 of 514 ~ 30.93%

%34.05
%35.02
%30.93

CMYK color model

#AFB49F color CMYK value is (3,0,12,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(3,0,12,29)
C3M0Y12K29 
(3%,0%,12%,29%)
(0.03/0.00/0.12/0.29)	

CMYK percentages

%2.78
%0
%11.67
%29.41

Codes

Color #AFB49F in popluar color models

AFB49F
RGB175180159
HSL74°12.28%66.47%
HSB/HSV74°11.67%70.59%
CMYK2.78%0.00%11.67%
29.41%

Color #AFB49F in popluar number systems.

HEXAFB49F
Decimal175180159
Binary101011111011010010011111
Octal257264237

Shades and tints

Shades of #AFB49F

#AFB49F
(175,180,159)
#A0A491
(160,164,145)
#919483
(145,148,131)
#828475
(130,132,117)
#737467
(115,116,103)
#646459
(100,100,89)
#55544B
(85,84,75)
#46443D
(70,68,61)
#37342F
(55,52,47)
#282421
(40,36,33)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFB49F

#AFB49F
(175,180,159)
#B6BAA7
(182,186,167)
#BDC0AF
(189,192,175)
#C4C6B7
(196,198,183)
#CBCCBF
(203,204,191)
#D2D2C7
(210,210,199)
#D9D8CF
(217,216,207)
#E0DED7
(224,222,215)
#E7E4DF
(231,228,223)
#EEEAE7
(238,234,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB49F color. Also use rgb(175,180,159) instead hex code.

Text Font Color

.myTextColor { color: #AFB49F; }

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

This text font color is #AFB49F.


Background Color

.myBgColor { background-color: #AFB49F; }

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

This div background color is #AFB49F.


Border color

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

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

This div border color is #AFB49F.


Opacity

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

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

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

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

This text has shadow with #AFB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB49F on black background.


Color preview on white background

This text has color #AFB49F on white background.



Black color preview on #AFB49F background

This text has black color on #AFB49F background.


White color preview on #AFB49F background

This text has white color on #AFB49F background.