COLOR #AFB79A

HEX: #AFB79A
RGB: (175,183,154)

Color info

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

RGB color model

#AFB79A color RGB value is (175,183,154).

  • red value is 175;
  • green value is 183;
  • blue value is 154.
RGB:
(175,183,154)
(69%,72%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 154 of 255 = 60%

175
183
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 154 = 512 (100%)
R 175 of 512 ~ 34.18%
G 183 of 512 ~ 35.74%
B 154 of 512 ~ 30.08%

%34.18
%35.74
%30.08

CMYK color model

#AFB79A color CMYK value is (4,0,16,28).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(4,0,16,28)
C4M0Y16K28 
(4%,0%,16%,28%)
(0.04/0.00/0.16/0.28)	

CMYK percentages

%4.37
%0
%15.85
%28.24

Codes

Color #AFB79A in popluar color models

AFB79A
RGB175183154
HSL77°16.76%66.08%
HSB/HSV77°15.85%71.76%
CMYK4.37%0.00%15.85%
28.24%

Color #AFB79A in popluar number systems.

HEXAFB79A
Decimal175183154
Binary101011111011011110011010
Octal257267232

Shades and tints

Shades of #AFB79A

#AFB79A
(175,183,154)
#A0A78C
(160,167,140)
#91977E
(145,151,126)
#828770
(130,135,112)
#737762
(115,119,98)
#646754
(100,103,84)
#555746
(85,87,70)
#464738
(70,71,56)
#37372A
(55,55,42)
#28271C
(40,39,28)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #AFB79A

#AFB79A
(175,183,154)
#B6BDA3
(182,189,163)
#BDC3AC
(189,195,172)
#C4C9B5
(196,201,181)
#CBCFBE
(203,207,190)
#D2D5C7
(210,213,199)
#D9DBD0
(217,219,208)
#E0E1D9
(224,225,217)
#E7E7E2
(231,231,226)
#EEEDEB
(238,237,235)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB79A color. Also use rgb(175,183,154) instead hex code.

Text Font Color

.myTextColor { color: #AFB79A; }

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

This text font color is #AFB79A.


Background Color

.myBgColor { background-color: #AFB79A; }

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

This div background color is #AFB79A.


Border color

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

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

This div border color is #AFB79A.


Opacity

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

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

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

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

This text has shadow with #AFB79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB79A on black background.


Color preview on white background

This text has color #AFB79A on white background.



Black color preview on #AFB79A background

This text has black color on #AFB79A background.


White color preview on #AFB79A background

This text has white color on #AFB79A background.