COLOR #AF867E

HEX: #AF867E
RGB: (175,134,126)

Color info

#AF867E contains red, green and blue colors in about the same proportion. Web safe color of #AF867E is #999966 (or #996).

RGB color model

#AF867E color RGB value is (175,134,126).

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

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 126 of 255 = 49%

175
134
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 134 + 126 = 435 (100%)
R 175 of 435 ~ 40.23%
G 134 of 435 ~ 30.8%
B 126 of 435 ~ 28.97%

%40.23
%30.8
%28.97

CMYK color model

#AF867E color CMYK value is (0,23,28,31).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(0,23,28,31)
C0M23Y28K31 
(0%,23%,28%,31%)
(0.00/0.23/0.28/0.31)	

CMYK percentages

%0
%23.43
%28
%31.37

Codes

Color #AF867E in popluar color models

AF867E
RGB175134126
HSL10°23.44%59.02%
HSB/HSV10°28.00%68.63%
CMYK0.00%23.43%28.00%
31.37%

Color #AF867E in popluar number systems.

HEXAF867E
Decimal175134126
Binary10101111100001101111110
Octal257206176

Shades and tints

Shades of #AF867E

#AF867E
(175,134,126)
#A07A73
(160,122,115)
#916E68
(145,110,104)
#82625D
(130,98,93)
#735652
(115,86,82)
#644A47
(100,74,71)
#553E3C
(85,62,60)
#463231
(70,50,49)
#372626
(55,38,38)
#281A1B
(40,26,27)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF867E

#AF867E
(175,134,126)
#B69189
(182,145,137)
#BD9C94
(189,156,148)
#C4A79F
(196,167,159)
#CBB2AA
(203,178,170)
#D2BDB5
(210,189,181)
#D9C8C0
(217,200,192)
#E0D3CB
(224,211,203)
#E7DED6
(231,222,214)
#EEE9E1
(238,233,225)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF867E; }

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

This text font color is #AF867E.


Background Color

.myBgColor { background-color: #AF867E; }

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

This div background color is #AF867E.


Border color

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

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

This div border color is #AF867E.


Opacity

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

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

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

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

This text has shadow with #AF867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF867E on black background.


Color preview on white background

This text has color #AF867E on white background.



Black color preview on #AF867E background

This text has black color on #AF867E background.


White color preview on #AF867E background

This text has white color on #AF867E background.