COLOR #AF908B

HEX: #AF908B
RGB: (175,144,139)

Color info

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

RGB color model

#AF908B color RGB value is (175,144,139).

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

RGB channels and saturation

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

175
144
139

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

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 139 = 458 (100%)
R 175 of 458 ~ 38.21%
G 144 of 458 ~ 31.44%
B 139 of 458 ~ 30.35%

%38.21
%31.44
%30.35

CMYK color model

#AF908B color CMYK value is (0,18,21,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 20.57%
  • key color value is 31.37%
CMYK:
(0,18,21,31)
C0M18Y21K31 
(0%,18%,21%,31%)
(0.00/0.18/0.21/0.31)	

CMYK percentages

%0
%17.71
%20.57
%31.37

Codes

Color #AF908B in popluar color models

AF908B
RGB175144139
HSL18.37%61.57%
HSB/HSV20.57%68.63%
CMYK0.00%17.71%20.57%
31.37%

Color #AF908B in popluar number systems.

HEXAF908B
Decimal175144139
Binary101011111001000010001011
Octal257220213

Shades and tints

Shades of #AF908B

#AF908B
(175,144,139)
#A0837F
(160,131,127)
#917673
(145,118,115)
#826967
(130,105,103)
#735C5B
(115,92,91)
#644F4F
(100,79,79)
#554243
(85,66,67)
#463537
(70,53,55)
#37282B
(55,40,43)
#281B1F
(40,27,31)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #AF908B

#AF908B
(175,144,139)
#B69A95
(182,154,149)
#BDA49F
(189,164,159)
#C4AEA9
(196,174,169)
#CBB8B3
(203,184,179)
#D2C2BD
(210,194,189)
#D9CCC7
(217,204,199)
#E0D6D1
(224,214,209)
#E7E0DB
(231,224,219)
#EEEAE5
(238,234,229)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF908B; }

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

This text font color is #AF908B.


Background Color

.myBgColor { background-color: #AF908B; }

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

This div background color is #AF908B.


Border color

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

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

This div border color is #AF908B.


Opacity

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

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

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

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

This text has shadow with #AF908B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF908B on black background.


Color preview on white background

This text has color #AF908B on white background.



Black color preview on #AF908B background

This text has black color on #AF908B background.


White color preview on #AF908B background

This text has white color on #AF908B background.