COLOR #AF9F95

HEX: #AF9F95
RGB: (175,159,149)

Color info

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

RGB color model

#AF9F95 color RGB value is (175,159,149).

  • red value is 175;
  • green value is 159;
  • blue value is 149.
RGB:
(175,159,149)
(69%,62%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 149 of 255 = 58%

175
159
149

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 149 = 483 (100%)
R 175 of 483 ~ 36.23%
G 159 of 483 ~ 32.92%
B 149 of 483 ~ 30.85%

%36.23
%32.92
%30.85

CMYK color model

#AF9F95 color CMYK value is (0,9,15,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(0,9,15,31)
C0M9Y15K31 
(0%,9%,15%,31%)
(0.00/0.09/0.15/0.31)	

CMYK percentages

%0
%9.14
%14.86
%31.37

Codes

Color #AF9F95 in popluar color models

AF9F95
RGB175159149
HSL23°13.98%63.53%
HSB/HSV23°14.86%68.63%
CMYK0.00%9.14%14.86%
31.37%

Color #AF9F95 in popluar number systems.

HEXAF9F95
Decimal175159149
Binary101011111001111110010101
Octal257237225

Shades and tints

Shades of #AF9F95

#AF9F95
(175,159,149)
#A09188
(160,145,136)
#91837B
(145,131,123)
#82756E
(130,117,110)
#736761
(115,103,97)
#645954
(100,89,84)
#554B47
(85,75,71)
#463D3A
(70,61,58)
#372F2D
(55,47,45)
#282120
(40,33,32)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF9F95

#AF9F95
(175,159,149)
#B6A79E
(182,167,158)
#BDAFA7
(189,175,167)
#C4B7B0
(196,183,176)
#CBBFB9
(203,191,185)
#D2C7C2
(210,199,194)
#D9CFCB
(217,207,203)
#E0D7D4
(224,215,212)
#E7DFDD
(231,223,221)
#EEE7E6
(238,231,230)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9F95 color. Also use rgb(175,159,149) instead hex code.

Text Font Color

.myTextColor { color: #AF9F95; }

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

This text font color is #AF9F95.


Background Color

.myBgColor { background-color: #AF9F95; }

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

This div background color is #AF9F95.


Border color

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

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

This div border color is #AF9F95.


Opacity

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

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

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

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

This text has shadow with #AF9F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9F95 on black background.


Color preview on white background

This text has color #AF9F95 on white background.



Black color preview on #AF9F95 background

This text has black color on #AF9F95 background.


White color preview on #AF9F95 background

This text has white color on #AF9F95 background.