COLOR #AF8B8E

HEX: #AF8B8E
RGB: (175,139,142)

Color info

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

RGB color model

#AF8B8E color RGB value is (175,139,142).

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

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 142 of 255 = 56%

175
139
142

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

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 142 = 456 (100%)
R 175 of 456 ~ 38.38%
G 139 of 456 ~ 30.48%
B 142 of 456 ~ 31.14%

%38.38
%30.48
%31.14

CMYK color model

#AF8B8E color CMYK value is (0,21,19,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(0,21,19,31)
C0M21Y19K31 
(0%,21%,19%,31%)
(0.00/0.21/0.19/0.31)	

CMYK percentages

%0
%20.57
%18.86
%31.37

Codes

Color #AF8B8E in popluar color models

AF8B8E
RGB175139142
HSL355°18.37%61.57%
HSB/HSV355°20.57%68.63%
CMYK0.00%20.57%18.86%
31.37%

Color #AF8B8E in popluar number systems.

HEXAF8B8E
Decimal175139142
Binary101011111000101110001110
Octal257213216

Shades and tints

Shades of #AF8B8E

#AF8B8E
(175,139,142)
#A07F82
(160,127,130)
#917376
(145,115,118)
#82676A
(130,103,106)
#735B5E
(115,91,94)
#644F52
(100,79,82)
#554346
(85,67,70)
#46373A
(70,55,58)
#372B2E
(55,43,46)
#281F22
(40,31,34)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #AF8B8E

#AF8B8E
(175,139,142)
#B69598
(182,149,152)
#BD9FA2
(189,159,162)
#C4A9AC
(196,169,172)
#CBB3B6
(203,179,182)
#D2BDC0
(210,189,192)
#D9C7CA
(217,199,202)
#E0D1D4
(224,209,212)
#E7DBDE
(231,219,222)
#EEE5E8
(238,229,232)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8B8E; }

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

This text font color is #AF8B8E.


Background Color

.myBgColor { background-color: #AF8B8E; }

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

This div background color is #AF8B8E.


Border color

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

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

This div border color is #AF8B8E.


Opacity

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

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

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

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

This text has shadow with #AF8B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8B8E on black background.


Color preview on white background

This text has color #AF8B8E on white background.



Black color preview on #AF8B8E background

This text has black color on #AF8B8E background.


White color preview on #AF8B8E background

This text has white color on #AF8B8E background.