COLOR #AF908E

HEX: #AF908E
RGB: (175,144,142)

Color info

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

RGB color model

#AF908E color RGB value is (175,144,142).

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

RGB channels and saturation

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

175
144
142

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

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 142 = 461 (100%)
R 175 of 461 ~ 37.96%
G 144 of 461 ~ 31.24%
B 142 of 461 ~ 30.8%

%37.96
%31.24
%30.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(0,18,19,31)
C0M18Y19K31 
(0%,18%,19%,31%)
(0.00/0.18/0.19/0.31)	

CMYK percentages

%0
%17.71
%18.86
%31.37

Codes

Color #AF908E in popluar color models

AF908E
RGB175144142
HSL17.10%62.16%
HSB/HSV18.86%68.63%
CMYK0.00%17.71%18.86%
31.37%

Color #AF908E in popluar number systems.

HEXAF908E
Decimal175144142
Binary101011111001000010001110
Octal257220216

Shades and tints

Shades of #AF908E

#AF908E
(175,144,142)
#A08382
(160,131,130)
#917676
(145,118,118)
#82696A
(130,105,106)
#735C5E
(115,92,94)
#644F52
(100,79,82)
#554246
(85,66,70)
#46353A
(70,53,58)
#37282E
(55,40,46)
#281B22
(40,27,34)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #AF908E

#AF908E
(175,144,142)
#B69A98
(182,154,152)
#BDA4A2
(189,164,162)
#C4AEAC
(196,174,172)
#CBB8B6
(203,184,182)
#D2C2C0
(210,194,192)
#D9CCCA
(217,204,202)
#E0D6D4
(224,214,212)
#E7E0DE
(231,224,222)
#EEEAE8
(238,234,232)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF908E; }

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

This text font color is #AF908E.


Background Color

.myBgColor { background-color: #AF908E; }

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

This div background color is #AF908E.


Border color

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

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

This div border color is #AF908E.


Opacity

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

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

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

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

This text has shadow with #AF908E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF908E on black background.


Color preview on white background

This text has color #AF908E on white background.



Black color preview on #AF908E background

This text has black color on #AF908E background.


White color preview on #AF908E background

This text has white color on #AF908E background.