COLOR #AFB99F

HEX: #AFB99F RGB: (175,185,159)

Color info

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

RGB color model

#AFB99F color RGB value is (175,185,159).

RGB: (175,185,159) (69%, 73%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 159 of 255 = 62%

175
185
159

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 159 = 519 (100%)
R 175 of 519 ~ 33.72%
G 185 of 519 ~ 35.65%
B 159 of 519 ~ 30.64'%

%33.72
%35.65
%30.64

CMYK color model

#AFB99F color CMYK value is (5,0,14,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 27.45%

CMYK: (5,0,14,27)
C5M0Y14K27 (5%, 0%, 14%, 27%)
(0.05 / 0.00 / 0.14 / 0.27)

CMYK percentages

%5.41
%0
%14.05
%27.45

Codes

Color #AFB99F in popluar color models

AF B9 9F
RGB 175 185 159
HSL 83° 15.66% 67.45%
HSB/HSV 83° 14.05% 72.55%
CMYK 5.41% 0.00% 14.05%
27.45%

Color #AFB99F in popluar number systems.

HEX AF B9 9F
Decimal 175 185 159
Binary 10101111 10111001 10011111
Octal 257 271 237

Shades and tints

Shades of #AFB99F

#AFB99F
(175,185,159)
#A0A991
(160,169,145)
#919983
(145,153,131)
#828975
(130,137,117)
#737967
(115,121,103)
#646959
(100,105,89)
#55594B
(85,89,75)
#46493D
(70,73,61)
#37392F
(55,57,47)
#282921
(40,41,33)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFB99F

#AFB99F
(175,185,159)
#B6BFA7
(182,191,167)
#BDC5AF
(189,197,175)
#C4CBB7
(196,203,183)
#CBD1BF
(203,209,191)
#D2D7C7
(210,215,199)
#D9DDCF
(217,221,207)
#E0E3D7
(224,227,215)
#E7E9DF
(231,233,223)
#EEEFE7
(238,239,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB99F; }

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

This text font color is #AFB99F.

Background Color

.myBgColor { background-color: #AFB99F; }

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

This div background color is #AFB99F.

Border color

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

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

This div border color is #AFB99F.

Opacity

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

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

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

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

This text has shadow with #AFB99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB99F.

Preview

Color preview on black background

This text has color #AFB99F on black background.


Color preview on white background

This text has color #AFB99F on white background.


Black color preview on #AFB99F background

This text has black color on #AFB99F background.


White color preview on #AFB99F background

This text has white color on #AFB99F background.


Related colors

Complementary color

Complementary color for #hex is #504660.


I love getcolorcode.com

Triadic colors

1 #9FAFB9 and #B99FAF with #AFB99F are triadic colors.

2 #9FB9AF and #B9AF9F with #AFB99F are triadic colors.