COLOR #AF9A96

HEX: #AF9A96
RGB: (175,154,150)

Color info

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

RGB color model

#AF9A96 color RGB value is (175,154,150).

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

RGB channels and saturation

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

175
154
150

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

Portions of RGB colors in percentages

R + G + B =
175 + 154 + 150 = 479 (100%)
R 175 of 479 ~ 36.53%
G 154 of 479 ~ 32.15%
B 150 of 479 ~ 31.32%

%36.53
%32.15
%31.32

CMYK color model

#AF9A96 color CMYK value is (0,12,14,31).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(0,12,14,31)
C0M12Y14K31 
(0%,12%,14%,31%)
(0.00/0.12/0.14/0.31)	

CMYK percentages

%0
%12
%14.29
%31.37

Codes

Color #AF9A96 in popluar color models

AF9A96
RGB175154150
HSL10°13.51%63.73%
HSB/HSV10°14.29%68.63%
CMYK0.00%12.00%14.29%
31.37%

Color #AF9A96 in popluar number systems.

HEXAF9A96
Decimal175154150
Binary101011111001101010010110
Octal257232226

Shades and tints

Shades of #AF9A96

#AF9A96
(175,154,150)
#A08C89
(160,140,137)
#917E7C
(145,126,124)
#82706F
(130,112,111)
#736262
(115,98,98)
#645455
(100,84,85)
#554648
(85,70,72)
#46383B
(70,56,59)
#372A2E
(55,42,46)
#281C21
(40,28,33)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #AF9A96

#AF9A96
(175,154,150)
#B6A39F
(182,163,159)
#BDACA8
(189,172,168)
#C4B5B1
(196,181,177)
#CBBEBA
(203,190,186)
#D2C7C3
(210,199,195)
#D9D0CC
(217,208,204)
#E0D9D5
(224,217,213)
#E7E2DE
(231,226,222)
#EEEBE7
(238,235,231)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9A96; }

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

This text font color is #AF9A96.


Background Color

.myBgColor { background-color: #AF9A96; }

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

This div background color is #AF9A96.


Border color

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

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

This div border color is #AF9A96.


Opacity

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

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

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

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

This text has shadow with #AF9A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9A96 on black background.


Color preview on white background

This text has color #AF9A96 on white background.



Black color preview on #AF9A96 background

This text has black color on #AF9A96 background.


White color preview on #AF9A96 background

This text has white color on #AF9A96 background.