COLOR #AF908F

HEX: #AF908F
RGB: (175,144,143)

Color info

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

RGB color model

#AF908F color RGB value is (175,144,143).

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

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 143 of 255 = 56%

175
144
143

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

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 143 = 462 (100%)
R 175 of 462 ~ 37.88%
G 144 of 462 ~ 31.17%
B 143 of 462 ~ 30.95%

%37.88
%31.17
%30.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,18,18,31)
C0M18Y18K31 
(0%,18%,18%,31%)
(0.00/0.18/0.18/0.31)	

CMYK percentages

%0
%17.71
%18.29
%31.37

Codes

Color #AF908F in popluar color models

AF908F
RGB175144143
HSL16.67%62.35%
HSB/HSV18.29%68.63%
CMYK0.00%17.71%18.29%
31.37%

Color #AF908F in popluar number systems.

HEXAF908F
Decimal175144143
Binary101011111001000010001111
Octal257220217

Shades and tints

Shades of #AF908F

#AF908F
(175,144,143)
#A08382
(160,131,130)
#917675
(145,118,117)
#826968
(130,105,104)
#735C5B
(115,92,91)
#644F4E
(100,79,78)
#554241
(85,66,65)
#463534
(70,53,52)
#372827
(55,40,39)
#281B1A
(40,27,26)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #AF908F

#AF908F
(175,144,143)
#B69A99
(182,154,153)
#BDA4A3
(189,164,163)
#C4AEAD
(196,174,173)
#CBB8B7
(203,184,183)
#D2C2C1
(210,194,193)
#D9CCCB
(217,204,203)
#E0D6D5
(224,214,213)
#E7E0DF
(231,224,223)
#EEEAE9
(238,234,233)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF908F; }

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

This text font color is #AF908F.


Background Color

.myBgColor { background-color: #AF908F; }

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

This div background color is #AF908F.


Border color

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

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

This div border color is #AF908F.


Opacity

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

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

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

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

This text has shadow with #AF908F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF908F on black background.


Color preview on white background

This text has color #AF908F on white background.



Black color preview on #AF908F background

This text has black color on #AF908F background.


White color preview on #AF908F background

This text has white color on #AF908F background.