COLOR #AF8F93

HEX: #AF8F93
RGB: (175,143,147)

Color info

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

RGB color model

#AF8F93 color RGB value is (175,143,147).

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

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 147 of 255 = 58%

175
143
147

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 147 = 465 (100%)
R 175 of 465 ~ 37.63%
G 143 of 465 ~ 30.75%
B 147 of 465 ~ 31.61%

%37.63
%30.75
%31.61

CMYK color model

#AF8F93 color CMYK value is (0,18,16,31).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(0,18,16,31)
C0M18Y16K31 
(0%,18%,16%,31%)
(0.00/0.18/0.16/0.31)	

CMYK percentages

%0
%18.29
%16
%31.37

Codes

Color #AF8F93 in popluar color models

AF8F93
RGB175143147
HSL353°16.67%62.35%
HSB/HSV353°18.29%68.63%
CMYK0.00%18.29%16.00%
31.37%

Color #AF8F93 in popluar number systems.

HEXAF8F93
Decimal175143147
Binary101011111000111110010011
Octal257217223

Shades and tints

Shades of #AF8F93

#AF8F93
(175,143,147)
#A08286
(160,130,134)
#917579
(145,117,121)
#82686C
(130,104,108)
#735B5F
(115,91,95)
#644E52
(100,78,82)
#554145
(85,65,69)
#463438
(70,52,56)
#37272B
(55,39,43)
#281A1E
(40,26,30)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #AF8F93

#AF8F93
(175,143,147)
#B6999C
(182,153,156)
#BDA3A5
(189,163,165)
#C4ADAE
(196,173,174)
#CBB7B7
(203,183,183)
#D2C1C0
(210,193,192)
#D9CBC9
(217,203,201)
#E0D5D2
(224,213,210)
#E7DFDB
(231,223,219)
#EEE9E4
(238,233,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8F93; }

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

This text font color is #AF8F93.


Background Color

.myBgColor { background-color: #AF8F93; }

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

This div background color is #AF8F93.


Border color

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

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

This div border color is #AF8F93.


Opacity

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

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

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

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

This text has shadow with #AF8F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F93 on black background.


Color preview on white background

This text has color #AF8F93 on white background.



Black color preview on #AF8F93 background

This text has black color on #AF8F93 background.


White color preview on #AF8F93 background

This text has white color on #AF8F93 background.