COLOR #AF9B86

HEX: #AF9B86
RGB: (175,155,134)

Color info

#AF9B86 contains red, green and blue colors in about the same proportion. Web safe color of #AF9B86 is #999999 (or #999).

RGB color model

#AF9B86 color RGB value is (175,155,134).

  • red value is 175;
  • green value is 155;
  • blue value is 134.
RGB:
(175,155,134)
(69%,61%,53%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 134 of 255 = 53%

175
155
134

R + G + B ~ 61%. #AF9B86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 134 = 464 (100%)
R 175 of 464 ~ 37.72%
G 155 of 464 ~ 33.41%
B 134 of 464 ~ 28.88%

%37.72
%33.41
%28.88

CMYK color model

#AF9B86 color CMYK value is (0,11,23,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 23.43%
  • key color value is 31.37%
CMYK:
(0,11,23,31)
C0M11Y23K31 
(0%,11%,23%,31%)
(0.00/0.11/0.23/0.31)	

CMYK percentages

%0
%11.43
%23.43
%31.37

Codes

Color #AF9B86 in popluar color models

AF9B86
RGB175155134
HSL31°20.40%60.59%
HSB/HSV31°23.43%68.63%
CMYK0.00%11.43%23.43%
31.37%

Color #AF9B86 in popluar number systems.

HEXAF9B86
Decimal175155134
Binary101011111001101110000110
Octal257233206

Shades and tints

Shades of #AF9B86

#AF9B86
(175,155,134)
#A08D7A
(160,141,122)
#917F6E
(145,127,110)
#827162
(130,113,98)
#736356
(115,99,86)
#64554A
(100,85,74)
#55473E
(85,71,62)
#463932
(70,57,50)
#372B26
(55,43,38)
#281D1A
(40,29,26)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #AF9B86

#AF9B86
(175,155,134)
#B6A491
(182,164,145)
#BDAD9C
(189,173,156)
#C4B6A7
(196,182,167)
#CBBFB2
(203,191,178)
#D2C8BD
(210,200,189)
#D9D1C8
(217,209,200)
#E0DAD3
(224,218,211)
#E7E3DE
(231,227,222)
#EEECE9
(238,236,233)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9B86 color. Also use rgb(175,155,134) instead hex code.

Text Font Color

.myTextColor { color: #AF9B86; }

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

This text font color is #AF9B86.


Background Color

.myBgColor { background-color: #AF9B86; }

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

This div background color is #AF9B86.


Border color

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

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

This div border color is #AF9B86.


Opacity

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

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

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

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

This text has shadow with #AF9B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9B86 on black background.


Color preview on white background

This text has color #AF9B86 on white background.



Black color preview on #AF9B86 background

This text has black color on #AF9B86 background.


White color preview on #AF9B86 background

This text has white color on #AF9B86 background.