COLOR #AF8D8C

HEX: #AF8D8C
RGB: (175,141,140)

Color info

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

RGB color model

#AF8D8C color RGB value is (175,141,140).

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

RGB channels and saturation

R 175 of 255 = 69%
G 141 of 255 = 55%
B 140 of 255 = 55%

175
141
140

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

Portions of RGB colors in percentages

R + G + B =
175 + 141 + 140 = 456 (100%)
R 175 of 456 ~ 38.38%
G 141 of 456 ~ 30.92%
B 140 of 456 ~ 30.7%

%38.38
%30.92
%30.7

CMYK color model

#AF8D8C color CMYK value is (0,19,20,31).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(0,19,20,31)
C0M19Y20K31 
(0%,19%,20%,31%)
(0.00/0.19/0.20/0.31)	

CMYK percentages

%0
%19.43
%20
%31.37

Codes

Color #AF8D8C in popluar color models

AF8D8C
RGB175141140
HSL17.95%61.76%
HSB/HSV20.00%68.63%
CMYK0.00%19.43%20.00%
31.37%

Color #AF8D8C in popluar number systems.

HEXAF8D8C
Decimal175141140
Binary101011111000110110001100
Octal257215214

Shades and tints

Shades of #AF8D8C

#AF8D8C
(175,141,140)
#A08180
(160,129,128)
#917574
(145,117,116)
#826968
(130,105,104)
#735D5C
(115,93,92)
#645150
(100,81,80)
#554544
(85,69,68)
#463938
(70,57,56)
#372D2C
(55,45,44)
#282120
(40,33,32)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AF8D8C

#AF8D8C
(175,141,140)
#B69796
(182,151,150)
#BDA1A0
(189,161,160)
#C4ABAA
(196,171,170)
#CBB5B4
(203,181,180)
#D2BFBE
(210,191,190)
#D9C9C8
(217,201,200)
#E0D3D2
(224,211,210)
#E7DDDC
(231,221,220)
#EEE7E6
(238,231,230)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8D8C; }

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

This text font color is #AF8D8C.


Background Color

.myBgColor { background-color: #AF8D8C; }

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

This div background color is #AF8D8C.


Border color

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

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

This div border color is #AF8D8C.


Opacity

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

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

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

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

This text has shadow with #AF8D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8D8C on black background.


Color preview on white background

This text has color #AF8D8C on white background.



Black color preview on #AF8D8C background

This text has black color on #AF8D8C background.


White color preview on #AF8D8C background

This text has white color on #AF8D8C background.