COLOR #AF9395

HEX: #AF9395
RGB: (175,147,149)

Color info

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

RGB color model

#AF9395 color RGB value is (175,147,149).

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

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 149 of 255 = 58%

175
147
149

R + G + B ~ 62%. #AF9395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 147 + 149 = 471 (100%)
R 175 of 471 ~ 37.15%
G 147 of 471 ~ 31.21%
B 149 of 471 ~ 31.63%

%37.15
%31.21
%31.63

CMYK color model

#AF9395 color CMYK value is (0,16,15,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(0,16,15,31)
C0M16Y15K31 
(0%,16%,15%,31%)
(0.00/0.16/0.15/0.31)	

CMYK percentages

%0
%16
%14.86
%31.37

Codes

Color #AF9395 in popluar color models

AF9395
RGB175147149
HSL356°14.89%63.14%
HSB/HSV356°16.00%68.63%
CMYK0.00%16.00%14.86%
31.37%

Color #AF9395 in popluar number systems.

HEXAF9395
Decimal175147149
Binary101011111001001110010101
Octal257223225

Shades and tints

Shades of #AF9395

#AF9395
(175,147,149)
#A08688
(160,134,136)
#91797B
(145,121,123)
#826C6E
(130,108,110)
#735F61
(115,95,97)
#645254
(100,82,84)
#554547
(85,69,71)
#46383A
(70,56,58)
#372B2D
(55,43,45)
#281E20
(40,30,32)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AF9395

#AF9395
(175,147,149)
#B69C9E
(182,156,158)
#BDA5A7
(189,165,167)
#C4AEB0
(196,174,176)
#CBB7B9
(203,183,185)
#D2C0C2
(210,192,194)
#D9C9CB
(217,201,203)
#E0D2D4
(224,210,212)
#E7DBDD
(231,219,221)
#EEE4E6
(238,228,230)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9395; }

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

This text font color is #AF9395.


Background Color

.myBgColor { background-color: #AF9395; }

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

This div background color is #AF9395.


Border color

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

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

This div border color is #AF9395.


Opacity

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

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

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

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

This text has shadow with #AF9395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9395 on black background.


Color preview on white background

This text has color #AF9395 on white background.



Black color preview on #AF9395 background

This text has black color on #AF9395 background.


White color preview on #AF9395 background

This text has white color on #AF9395 background.