COLOR #AF9C94

HEX: #AF9C94
RGB: (175,156,148)

Color info

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

RGB color model

#AF9C94 color RGB value is (175,156,148).

  • red value is 175;
  • green value is 156;
  • blue value is 148.
RGB:
(175,156,148)
(69%,61%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 148 of 255 = 58%

175
156
148

R + G + B ~ 63%. #AF9C94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 148 = 479 (100%)
R 175 of 479 ~ 36.53%
G 156 of 479 ~ 32.57%
B 148 of 479 ~ 30.9%

%36.53
%32.57
%30.9

CMYK color model

#AF9C94 color CMYK value is (0,11,15,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 15.43%
  • key color value is 31.37%
CMYK:
(0,11,15,31)
C0M11Y15K31 
(0%,11%,15%,31%)
(0.00/0.11/0.15/0.31)	

CMYK percentages

%0
%10.86
%15.43
%31.37

Codes

Color #AF9C94 in popluar color models

AF9C94
RGB175156148
HSL18°14.44%63.33%
HSB/HSV18°15.43%68.63%
CMYK0.00%10.86%15.43%
31.37%

Color #AF9C94 in popluar number systems.

HEXAF9C94
Decimal175156148
Binary101011111001110010010100
Octal257234224

Shades and tints

Shades of #AF9C94

#AF9C94
(175,156,148)
#A08E87
(160,142,135)
#91807A
(145,128,122)
#82726D
(130,114,109)
#736460
(115,100,96)
#645653
(100,86,83)
#554846
(85,72,70)
#463A39
(70,58,57)
#372C2C
(55,44,44)
#281E1F
(40,30,31)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #AF9C94

#AF9C94
(175,156,148)
#B6A59D
(182,165,157)
#BDAEA6
(189,174,166)
#C4B7AF
(196,183,175)
#CBC0B8
(203,192,184)
#D2C9C1
(210,201,193)
#D9D2CA
(217,210,202)
#E0DBD3
(224,219,211)
#E7E4DC
(231,228,220)
#EEEDE5
(238,237,229)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9C94 color. Also use rgb(175,156,148) instead hex code.

Text Font Color

.myTextColor { color: #AF9C94; }

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

This text font color is #AF9C94.


Background Color

.myBgColor { background-color: #AF9C94; }

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

This div background color is #AF9C94.


Border color

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

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

This div border color is #AF9C94.


Opacity

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

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

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

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

This text has shadow with #AF9C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9C94 on black background.


Color preview on white background

This text has color #AF9C94 on white background.



Black color preview on #AF9C94 background

This text has black color on #AF9C94 background.


White color preview on #AF9C94 background

This text has white color on #AF9C94 background.