COLOR #AF9B91

HEX: #AF9B91
RGB: (175,155,145)

Color info

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

RGB color model

#AF9B91 color RGB value is (175,155,145).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 145 of 255 = 57%

175
155
145

R + G + B ~ 62%. #AF9B91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 145 = 475 (100%)
R 175 of 475 ~ 36.84%
G 155 of 475 ~ 32.63%
B 145 of 475 ~ 30.53%

%36.84
%32.63
%30.53

CMYK color model

#AF9B91 color CMYK value is (0,11,17,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(0,11,17,31)
C0M11Y17K31 
(0%,11%,17%,31%)
(0.00/0.11/0.17/0.31)	

CMYK percentages

%0
%11.43
%17.14
%31.37

Codes

Color #AF9B91 in popluar color models

AF9B91
RGB175155145
HSL20°15.79%62.75%
HSB/HSV20°17.14%68.63%
CMYK0.00%11.43%17.14%
31.37%

Color #AF9B91 in popluar number systems.

HEXAF9B91
Decimal175155145
Binary101011111001101110010001
Octal257233221

Shades and tints

Shades of #AF9B91

#AF9B91
(175,155,145)
#A08D84
(160,141,132)
#917F77
(145,127,119)
#82716A
(130,113,106)
#73635D
(115,99,93)
#645550
(100,85,80)
#554743
(85,71,67)
#463936
(70,57,54)
#372B29
(55,43,41)
#281D1C
(40,29,28)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF9B91

#AF9B91
(175,155,145)
#B6A49B
(182,164,155)
#BDADA5
(189,173,165)
#C4B6AF
(196,182,175)
#CBBFB9
(203,191,185)
#D2C8C3
(210,200,195)
#D9D1CD
(217,209,205)
#E0DAD7
(224,218,215)
#E7E3E1
(231,227,225)
#EEECEB
(238,236,235)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B91; }

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

This text font color is #AF9B91.


Background Color

.myBgColor { background-color: #AF9B91; }

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

This div background color is #AF9B91.


Border color

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

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

This div border color is #AF9B91.


Opacity

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

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

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

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

This text has shadow with #AF9B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9B91 on black background.


Color preview on white background

This text has color #AF9B91 on white background.



Black color preview on #AF9B91 background

This text has black color on #AF9B91 background.


White color preview on #AF9B91 background

This text has white color on #AF9B91 background.