COLOR #AF8B88

HEX: #AF8B88
RGB: (175,139,136)

Color info

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

RGB color model

#AF8B88 color RGB value is (175,139,136).

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

RGB channels and saturation

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

175
139
136

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

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 136 = 450 (100%)
R 175 of 450 ~ 38.89%
G 139 of 450 ~ 30.89%
B 136 of 450 ~ 30.22%

%38.89
%30.89
%30.22

CMYK color model

#AF8B88 color CMYK value is (0,21,22,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(0,21,22,31)
C0M21Y22K31 
(0%,21%,22%,31%)
(0.00/0.21/0.22/0.31)	

CMYK percentages

%0
%20.57
%22.29
%31.37

Codes

Color #AF8B88 in popluar color models

AF8B88
RGB175139136
HSL19.60%60.98%
HSB/HSV22.29%68.63%
CMYK0.00%20.57%22.29%
31.37%

Color #AF8B88 in popluar number systems.

HEXAF8B88
Decimal175139136
Binary101011111000101110001000
Octal257213210

Shades and tints

Shades of #AF8B88

#AF8B88
(175,139,136)
#A07F7C
(160,127,124)
#917370
(145,115,112)
#826764
(130,103,100)
#735B58
(115,91,88)
#644F4C
(100,79,76)
#554340
(85,67,64)
#463734
(70,55,52)
#372B28
(55,43,40)
#281F1C
(40,31,28)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AF8B88

#AF8B88
(175,139,136)
#B69592
(182,149,146)
#BD9F9C
(189,159,156)
#C4A9A6
(196,169,166)
#CBB3B0
(203,179,176)
#D2BDBA
(210,189,186)
#D9C7C4
(217,199,196)
#E0D1CE
(224,209,206)
#E7DBD8
(231,219,216)
#EEE5E2
(238,229,226)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8B88; }

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

This text font color is #AF8B88.


Background Color

.myBgColor { background-color: #AF8B88; }

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

This div background color is #AF8B88.


Border color

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

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

This div border color is #AF8B88.


Opacity

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

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

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

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

This text has shadow with #AF8B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8B88 on black background.


Color preview on white background

This text has color #AF8B88 on white background.



Black color preview on #AF8B88 background

This text has black color on #AF8B88 background.


White color preview on #AF8B88 background

This text has white color on #AF8B88 background.