COLOR #AFB5A0

HEX: #AFB5A0
RGB: (175,181,160)

Color info

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

RGB color model

#AFB5A0 color RGB value is (175,181,160).

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

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 160 of 255 = 63%

175
181
160

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

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 160 = 516 (100%)
R 175 of 516 ~ 33.91%
G 181 of 516 ~ 35.08%
B 160 of 516 ~ 31.01%

%33.91
%35.08
%31.01

CMYK color model

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

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

CMYK percentages

%3.31
%0
%11.6
%29.02

Codes

Color #AFB5A0 in popluar color models

AFB5A0
RGB175181160
HSL77°12.43%66.86%
HSB/HSV77°11.60%70.98%
CMYK3.31%0.00%11.60%
29.02%

Color #AFB5A0 in popluar number systems.

HEXAFB5A0
Decimal175181160
Binary101011111011010110100000
Octal257265240

Shades and tints

Shades of #AFB5A0

#AFB5A0
(175,181,160)
#A0A592
(160,165,146)
#919584
(145,149,132)
#828576
(130,133,118)
#737568
(115,117,104)
#64655A
(100,101,90)
#55554C
(85,85,76)
#46453E
(70,69,62)
#373530
(55,53,48)
#282522
(40,37,34)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFB5A0

#AFB5A0
(175,181,160)
#B6BBA8
(182,187,168)
#BDC1B0
(189,193,176)
#C4C7B8
(196,199,184)
#CBCDC0
(203,205,192)
#D2D3C8
(210,211,200)
#D9D9D0
(217,217,208)
#E0DFD8
(224,223,216)
#E7E5E0
(231,229,224)
#EEEBE8
(238,235,232)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5A0; }

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

This text font color is #AFB5A0.


Background Color

.myBgColor { background-color: #AFB5A0; }

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

This div background color is #AFB5A0.


Border color

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

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

This div border color is #AFB5A0.


Opacity

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

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

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

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

This text has shadow with #AFB5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5A0 on black background.


Color preview on white background

This text has color #AFB5A0 on white background.



Black color preview on #AFB5A0 background

This text has black color on #AFB5A0 background.


White color preview on #AFB5A0 background

This text has white color on #AFB5A0 background.