COLOR #AF858D

HEX: #AF858D
RGB: (175,133,141)

Color info

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

RGB color model

#AF858D color RGB value is (175,133,141).

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

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 141 of 255 = 55%

175
133
141

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

Portions of RGB colors in percentages

R + G + B =
175 + 133 + 141 = 449 (100%)
R 175 of 449 ~ 38.98%
G 133 of 449 ~ 29.62%
B 141 of 449 ~ 31.4%

%38.98
%29.62
%31.4

CMYK color model

#AF858D color CMYK value is (0,24,19,31).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(0,24,19,31)
C0M24Y19K31 
(0%,24%,19%,31%)
(0.00/0.24/0.19/0.31)	

CMYK percentages

%0
%24
%19.43
%31.37

Codes

Color #AF858D in popluar color models

AF858D
RGB175133141
HSL349°20.79%60.39%
HSB/HSV349°24.00%68.63%
CMYK0.00%24.00%19.43%
31.37%

Color #AF858D in popluar number systems.

HEXAF858D
Decimal175133141
Binary101011111000010110001101
Octal257205215

Shades and tints

Shades of #AF858D

#AF858D
(175,133,141)
#A07981
(160,121,129)
#916D75
(145,109,117)
#826169
(130,97,105)
#73555D
(115,85,93)
#644951
(100,73,81)
#553D45
(85,61,69)
#463139
(70,49,57)
#37252D
(55,37,45)
#281921
(40,25,33)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #AF858D

#AF858D
(175,133,141)
#B69097
(182,144,151)
#BD9BA1
(189,155,161)
#C4A6AB
(196,166,171)
#CBB1B5
(203,177,181)
#D2BCBF
(210,188,191)
#D9C7C9
(217,199,201)
#E0D2D3
(224,210,211)
#E7DDDD
(231,221,221)
#EEE8E7
(238,232,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF858D; }

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

This text font color is #AF858D.


Background Color

.myBgColor { background-color: #AF858D; }

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

This div background color is #AF858D.


Border color

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

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

This div border color is #AF858D.


Opacity

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

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

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

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

This text has shadow with #AF858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF858D on black background.


Color preview on white background

This text has color #AF858D on white background.



Black color preview on #AF858D background

This text has black color on #AF858D background.


White color preview on #AF858D background

This text has white color on #AF858D background.