COLOR #AF908A

HEX: #AF908A
RGB: (175,144,138)

Color info

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

RGB color model

#AF908A color RGB value is (175,144,138).

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

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 138 of 255 = 54%

175
144
138

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

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 138 = 457 (100%)
R 175 of 457 ~ 38.29%
G 144 of 457 ~ 31.51%
B 138 of 457 ~ 30.2%

%38.29
%31.51
%30.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 21.14%
  • 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
%21.14
%31.37

Codes

Color #AF908A in popluar color models

AF908A
RGB175144138
HSL10°18.78%61.37%
HSB/HSV10°21.14%68.63%
CMYK0.00%17.71%21.14%
31.37%

Color #AF908A in popluar number systems.

HEXAF908A
Decimal175144138
Binary101011111001000010001010
Octal257220212

Shades and tints

Shades of #AF908A

#AF908A
(175,144,138)
#A0837E
(160,131,126)
#917672
(145,118,114)
#826966
(130,105,102)
#735C5A
(115,92,90)
#644F4E
(100,79,78)
#554242
(85,66,66)
#463536
(70,53,54)
#37282A
(55,40,42)
#281B1E
(40,27,30)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #AF908A

#AF908A
(175,144,138)
#B69A94
(182,154,148)
#BDA49E
(189,164,158)
#C4AEA8
(196,174,168)
#CBB8B2
(203,184,178)
#D2C2BC
(210,194,188)
#D9CCC6
(217,204,198)
#E0D6D0
(224,214,208)
#E7E0DA
(231,224,218)
#EEEAE4
(238,234,228)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF908A; }

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

This text font color is #AF908A.


Background Color

.myBgColor { background-color: #AF908A; }

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

This div background color is #AF908A.


Border color

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

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

This div border color is #AF908A.


Opacity

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

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

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

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

This text has shadow with #AF908A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF908A on black background.


Color preview on white background

This text has color #AF908A on white background.



Black color preview on #AF908A background

This text has black color on #AF908A background.


White color preview on #AF908A background

This text has white color on #AF908A background.