COLOR #AF8F91

HEX: #AF8F91
RGB: (175,143,145)

Color info

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

RGB color model

#AF8F91 color RGB value is (175,143,145).

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

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 145 of 255 = 57%

175
143
145

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 145 = 463 (100%)
R 175 of 463 ~ 37.8%
G 143 of 463 ~ 30.89%
B 145 of 463 ~ 31.32%

%37.8
%30.89
%31.32

CMYK color model

#AF8F91 color CMYK value is (0,18,17,31).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(0,18,17,31)
C0M18Y17K31 
(0%,18%,17%,31%)
(0.00/0.18/0.17/0.31)	

CMYK percentages

%0
%18.29
%17.14
%31.37

Codes

Color #AF8F91 in popluar color models

AF8F91
RGB175143145
HSL356°16.67%62.35%
HSB/HSV356°18.29%68.63%
CMYK0.00%18.29%17.14%
31.37%

Color #AF8F91 in popluar number systems.

HEXAF8F91
Decimal175143145
Binary101011111000111110010001
Octal257217221

Shades and tints

Shades of #AF8F91

#AF8F91
(175,143,145)
#A08284
(160,130,132)
#917577
(145,117,119)
#82686A
(130,104,106)
#735B5D
(115,91,93)
#644E50
(100,78,80)
#554143
(85,65,67)
#463436
(70,52,54)
#372729
(55,39,41)
#281A1C
(40,26,28)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #AF8F91

#AF8F91
(175,143,145)
#B6999B
(182,153,155)
#BDA3A5
(189,163,165)
#C4ADAF
(196,173,175)
#CBB7B9
(203,183,185)
#D2C1C3
(210,193,195)
#D9CBCD
(217,203,205)
#E0D5D7
(224,213,215)
#E7DFE1
(231,223,225)
#EEE9EB
(238,233,235)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8F91; }

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

This text font color is #AF8F91.


Background Color

.myBgColor { background-color: #AF8F91; }

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

This div background color is #AF8F91.


Border color

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

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

This div border color is #AF8F91.


Opacity

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

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

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

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

This text has shadow with #AF8F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F91 on black background.


Color preview on white background

This text has color #AF8F91 on white background.



Black color preview on #AF8F91 background

This text has black color on #AF8F91 background.


White color preview on #AF8F91 background

This text has white color on #AF8F91 background.