COLOR #AF858F

HEX: #AF858F
RGB: (175,133,143)

Color info

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

RGB color model

#AF858F color RGB value is (175,133,143).

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

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 143 of 255 = 56%

175
133
143

R + G + B ~ 59%. #AF858F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 133 + 143 = 451 (100%)
R 175 of 451 ~ 38.8%
G 133 of 451 ~ 29.49%
B 143 of 451 ~ 31.71%

%38.8
%29.49
%31.71

CMYK color model

#AF858F color CMYK value is (0,24,18,31).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,24,18,31)
C0M24Y18K31 
(0%,24%,18%,31%)
(0.00/0.24/0.18/0.31)	

CMYK percentages

%0
%24
%18.29
%31.37

Codes

Color #AF858F in popluar color models

AF858F
RGB175133143
HSL346°20.79%60.39%
HSB/HSV346°24.00%68.63%
CMYK0.00%24.00%18.29%
31.37%

Color #AF858F in popluar number systems.

HEXAF858F
Decimal175133143
Binary101011111000010110001111
Octal257205217

Shades and tints

Shades of #AF858F

#AF858F
(175,133,143)
#A07982
(160,121,130)
#916D75
(145,109,117)
#826168
(130,97,104)
#73555B
(115,85,91)
#64494E
(100,73,78)
#553D41
(85,61,65)
#463134
(70,49,52)
#372527
(55,37,39)
#28191A
(40,25,26)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #AF858F

#AF858F
(175,133,143)
#B69099
(182,144,153)
#BD9BA3
(189,155,163)
#C4A6AD
(196,166,173)
#CBB1B7
(203,177,183)
#D2BCC1
(210,188,193)
#D9C7CB
(217,199,203)
#E0D2D5
(224,210,213)
#E7DDDF
(231,221,223)
#EEE8E9
(238,232,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF858F; }

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

This text font color is #AF858F.


Background Color

.myBgColor { background-color: #AF858F; }

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

This div background color is #AF858F.


Border color

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

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

This div border color is #AF858F.


Opacity

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

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

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

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

This text has shadow with #AF858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF858F on black background.


Color preview on white background

This text has color #AF858F on white background.



Black color preview on #AF858F background

This text has black color on #AF858F background.


White color preview on #AF858F background

This text has white color on #AF858F background.