COLOR #AFB59C

HEX: #AFB59C
RGB: (175,181,156)

Color info

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

RGB color model

#AFB59C color RGB value is (175,181,156).

  • red value is 175;
  • green value is 181;
  • blue value is 156.
RGB:
(175,181,156)
(69%,71%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 156 of 255 = 61%

175
181
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 156 = 512 (100%)
R 175 of 512 ~ 34.18%
G 181 of 512 ~ 35.35%
B 156 of 512 ~ 30.47%

%34.18
%35.35
%30.47

CMYK color model

#AFB59C color CMYK value is (3,0,14,29).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(3,0,14,29)
C3M0Y14K29 
(3%,0%,14%,29%)
(0.03/0.00/0.14/0.29)	

CMYK percentages

%3.31
%0
%13.81
%29.02

Codes

Color #AFB59C in popluar color models

AFB59C
RGB175181156
HSL74°14.45%66.08%
HSB/HSV74°13.81%70.98%
CMYK3.31%0.00%13.81%
29.02%

Color #AFB59C in popluar number systems.

HEXAFB59C
Decimal175181156
Binary101011111011010110011100
Octal257265234

Shades and tints

Shades of #AFB59C

#AFB59C
(175,181,156)
#A0A58E
(160,165,142)
#919580
(145,149,128)
#828572
(130,133,114)
#737564
(115,117,100)
#646556
(100,101,86)
#555548
(85,85,72)
#46453A
(70,69,58)
#37352C
(55,53,44)
#28251E
(40,37,30)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFB59C

#AFB59C
(175,181,156)
#B6BBA5
(182,187,165)
#BDC1AE
(189,193,174)
#C4C7B7
(196,199,183)
#CBCDC0
(203,205,192)
#D2D3C9
(210,211,201)
#D9D9D2
(217,217,210)
#E0DFDB
(224,223,219)
#E7E5E4
(231,229,228)
#EEEBED
(238,235,237)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB59C color. Also use rgb(175,181,156) instead hex code.

Text Font Color

.myTextColor { color: #AFB59C; }

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

This text font color is #AFB59C.


Background Color

.myBgColor { background-color: #AFB59C; }

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

This div background color is #AFB59C.


Border color

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

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

This div border color is #AFB59C.


Opacity

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

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

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

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

This text has shadow with #AFB59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB59C on black background.


Color preview on white background

This text has color #AFB59C on white background.



Black color preview on #AFB59C background

This text has black color on #AFB59C background.


White color preview on #AFB59C background

This text has white color on #AFB59C background.