COLOR #AF938C

HEX: #AF938C
RGB: (175,147,140)

Color info

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

RGB color model

#AF938C color RGB value is (175,147,140).

  • red value is 175;
  • green value is 147;
  • blue value is 140.
RGB:
(175,147,140)
(69%,58%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 140 of 255 = 55%

175
147
140

R + G + B ~ 61%. #AF938C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 147 + 140 = 462 (100%)
R 175 of 462 ~ 37.88%
G 147 of 462 ~ 31.82%
B 140 of 462 ~ 30.3%

%37.88
%31.82
%30.3

CMYK color model

#AF938C color CMYK value is (0,16,20,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(0,16,20,31)
C0M16Y20K31 
(0%,16%,20%,31%)
(0.00/0.16/0.20/0.31)	

CMYK percentages

%0
%16
%20
%31.37

Codes

Color #AF938C in popluar color models

AF938C
RGB175147140
HSL12°17.95%61.76%
HSB/HSV12°20.00%68.63%
CMYK0.00%16.00%20.00%
31.37%

Color #AF938C in popluar number systems.

HEXAF938C
Decimal175147140
Binary101011111001001110001100
Octal257223214

Shades and tints

Shades of #AF938C

#AF938C
(175,147,140)
#A08680
(160,134,128)
#917974
(145,121,116)
#826C68
(130,108,104)
#735F5C
(115,95,92)
#645250
(100,82,80)
#554544
(85,69,68)
#463838
(70,56,56)
#372B2C
(55,43,44)
#281E20
(40,30,32)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #AF938C

#AF938C
(175,147,140)
#B69C96
(182,156,150)
#BDA5A0
(189,165,160)
#C4AEAA
(196,174,170)
#CBB7B4
(203,183,180)
#D2C0BE
(210,192,190)
#D9C9C8
(217,201,200)
#E0D2D2
(224,210,210)
#E7DBDC
(231,219,220)
#EEE4E6
(238,228,230)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF938C color. Also use rgb(175,147,140) instead hex code.

Text Font Color

.myTextColor { color: #AF938C; }

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

This text font color is #AF938C.


Background Color

.myBgColor { background-color: #AF938C; }

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

This div background color is #AF938C.


Border color

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

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

This div border color is #AF938C.


Opacity

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

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

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

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

This text has shadow with #AF938C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF938C on black background.


Color preview on white background

This text has color #AF938C on white background.



Black color preview on #AF938C background

This text has black color on #AF938C background.


White color preview on #AF938C background

This text has white color on #AF938C background.