COLOR #AF868B

HEX: #AF868B
RGB: (175,134,139)

Color info

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

RGB color model

#AF868B color RGB value is (175,134,139).

  • red value is 175;
  • green value is 134;
  • blue value is 139.
RGB:
(175,134,139)
(69%,53%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 139 of 255 = 55%

175
134
139

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

Portions of RGB colors in percentages

R + G + B =
175 + 134 + 139 = 448 (100%)
R 175 of 448 ~ 39.06%
G 134 of 448 ~ 29.91%
B 139 of 448 ~ 31.03%

%39.06
%29.91
%31.03

CMYK color model

#AF868B color CMYK value is (0,23,21,31).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 20.57%
  • key color value is 31.37%
CMYK:
(0,23,21,31)
C0M23Y21K31 
(0%,23%,21%,31%)
(0.00/0.23/0.21/0.31)	

CMYK percentages

%0
%23.43
%20.57
%31.37

Codes

Color #AF868B in popluar color models

AF868B
RGB175134139
HSL353°20.40%60.59%
HSB/HSV353°23.43%68.63%
CMYK0.00%23.43%20.57%
31.37%

Color #AF868B in popluar number systems.

HEXAF868B
Decimal175134139
Binary101011111000011010001011
Octal257206213

Shades and tints

Shades of #AF868B

#AF868B
(175,134,139)
#A07A7F
(160,122,127)
#916E73
(145,110,115)
#826267
(130,98,103)
#73565B
(115,86,91)
#644A4F
(100,74,79)
#553E43
(85,62,67)
#463237
(70,50,55)
#37262B
(55,38,43)
#281A1F
(40,26,31)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #AF868B

#AF868B
(175,134,139)
#B69195
(182,145,149)
#BD9C9F
(189,156,159)
#C4A7A9
(196,167,169)
#CBB2B3
(203,178,179)
#D2BDBD
(210,189,189)
#D9C8C7
(217,200,199)
#E0D3D1
(224,211,209)
#E7DEDB
(231,222,219)
#EEE9E5
(238,233,229)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF868B color. Also use rgb(175,134,139) instead hex code.

Text Font Color

.myTextColor { color: #AF868B; }

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

This text font color is #AF868B.


Background Color

.myBgColor { background-color: #AF868B; }

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

This div background color is #AF868B.


Border color

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

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

This div border color is #AF868B.


Opacity

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

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

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

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

This text has shadow with #AF868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF868B on black background.


Color preview on white background

This text has color #AF868B on white background.



Black color preview on #AF868B background

This text has black color on #AF868B background.


White color preview on #AF868B background

This text has white color on #AF868B background.