COLOR #AF9C96

HEX: #AF9C96
RGB: (175,156,150)

Color info

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

RGB color model

#AF9C96 color RGB value is (175,156,150).

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

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 150 of 255 = 59%

175
156
150

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

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 150 = 481 (100%)
R 175 of 481 ~ 36.38%
G 156 of 481 ~ 32.43%
B 150 of 481 ~ 31.19%

%36.38
%32.43
%31.19

CMYK color model

#AF9C96 color CMYK value is (0,11,14,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(0,11,14,31)
C0M11Y14K31 
(0%,11%,14%,31%)
(0.00/0.11/0.14/0.31)	

CMYK percentages

%0
%10.86
%14.29
%31.37

Codes

Color #AF9C96 in popluar color models

AF9C96
RGB175156150
HSL14°13.51%63.73%
HSB/HSV14°14.29%68.63%
CMYK0.00%10.86%14.29%
31.37%

Color #AF9C96 in popluar number systems.

HEXAF9C96
Decimal175156150
Binary101011111001110010010110
Octal257234226

Shades and tints

Shades of #AF9C96

#AF9C96
(175,156,150)
#A08E89
(160,142,137)
#91807C
(145,128,124)
#82726F
(130,114,111)
#736462
(115,100,98)
#645655
(100,86,85)
#554848
(85,72,72)
#463A3B
(70,58,59)
#372C2E
(55,44,46)
#281E21
(40,30,33)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AF9C96

#AF9C96
(175,156,150)
#B6A59F
(182,165,159)
#BDAEA8
(189,174,168)
#C4B7B1
(196,183,177)
#CBC0BA
(203,192,186)
#D2C9C3
(210,201,195)
#D9D2CC
(217,210,204)
#E0DBD5
(224,219,213)
#E7E4DE
(231,228,222)
#EEEDE7
(238,237,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9C96; }

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

This text font color is #AF9C96.


Background Color

.myBgColor { background-color: #AF9C96; }

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

This div background color is #AF9C96.


Border color

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

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

This div border color is #AF9C96.


Opacity

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

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

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

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

This text has shadow with #AF9C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9C96 on black background.


Color preview on white background

This text has color #AF9C96 on white background.



Black color preview on #AF9C96 background

This text has black color on #AF9C96 background.


White color preview on #AF9C96 background

This text has white color on #AF9C96 background.