COLOR #AF9896

HEX: #AF9896
RGB: (175,152,150)

Color info

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

RGB color model

#AF9896 color RGB value is (175,152,150).

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

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 150 of 255 = 59%

175
152
150

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

Portions of RGB colors in percentages

R + G + B =
175 + 152 + 150 = 477 (100%)
R 175 of 477 ~ 36.69%
G 152 of 477 ~ 31.87%
B 150 of 477 ~ 31.45%

%36.69
%31.87
%31.45

CMYK color model

#AF9896 color CMYK value is (0,13,14,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(0,13,14,31)
C0M13Y14K31 
(0%,13%,14%,31%)
(0.00/0.13/0.14/0.31)	

CMYK percentages

%0
%13.14
%14.29
%31.37

Codes

Color #AF9896 in popluar color models

AF9896
RGB175152150
HSL13.51%63.73%
HSB/HSV14.29%68.63%
CMYK0.00%13.14%14.29%
31.37%

Color #AF9896 in popluar number systems.

HEXAF9896
Decimal175152150
Binary101011111001100010010110
Octal257230226

Shades and tints

Shades of #AF9896

#AF9896
(175,152,150)
#A08B89
(160,139,137)
#917E7C
(145,126,124)
#82716F
(130,113,111)
#736462
(115,100,98)
#645755
(100,87,85)
#554A48
(85,74,72)
#463D3B
(70,61,59)
#37302E
(55,48,46)
#282321
(40,35,33)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AF9896

#AF9896
(175,152,150)
#B6A19F
(182,161,159)
#BDAAA8
(189,170,168)
#C4B3B1
(196,179,177)
#CBBCBA
(203,188,186)
#D2C5C3
(210,197,195)
#D9CECC
(217,206,204)
#E0D7D5
(224,215,213)
#E7E0DE
(231,224,222)
#EEE9E7
(238,233,231)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9896; }

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

This text font color is #AF9896.


Background Color

.myBgColor { background-color: #AF9896; }

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

This div background color is #AF9896.


Border color

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

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

This div border color is #AF9896.


Opacity

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

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

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

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

This text has shadow with #AF9896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9896 on black background.


Color preview on white background

This text has color #AF9896 on white background.



Black color preview on #AF9896 background

This text has black color on #AF9896 background.


White color preview on #AF9896 background

This text has white color on #AF9896 background.