COLOR #AF95A6

HEX: #AF95A6
RGB: (175,149,166)

Color info

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

RGB color model

#AF95A6 color RGB value is (175,149,166).

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

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 166 of 255 = 65%

175
149
166

R + G + B ~ 64%. #AF95A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 166 = 490 (100%)
R 175 of 490 ~ 35.71%
G 149 of 490 ~ 30.41%
B 166 of 490 ~ 33.88%

%35.71
%30.41
%33.88

CMYK color model

#AF95A6 color CMYK value is (0,15,5,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(0,15,5,31)
C0M15Y5K31 
(0%,15%,5%,31%)
(0.00/0.15/0.05/0.31)	

CMYK percentages

%0
%14.86
%5.14
%31.37

Codes

Color #AF95A6 in popluar color models

AF95A6
RGB175149166
HSL321°13.98%63.53%
HSB/HSV321°14.86%68.63%
CMYK0.00%14.86%5.14%
31.37%

Color #AF95A6 in popluar number systems.

HEXAF95A6
Decimal175149166
Binary101011111001010110100110
Octal257225246

Shades and tints

Shades of #AF95A6

#AF95A6
(175,149,166)
#A08897
(160,136,151)
#917B88
(145,123,136)
#826E79
(130,110,121)
#73616A
(115,97,106)
#64545B
(100,84,91)
#55474C
(85,71,76)
#463A3D
(70,58,61)
#372D2E
(55,45,46)
#28201F
(40,32,31)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AF95A6

#AF95A6
(175,149,166)
#B69EAE
(182,158,174)
#BDA7B6
(189,167,182)
#C4B0BE
(196,176,190)
#CBB9C6
(203,185,198)
#D2C2CE
(210,194,206)
#D9CBD6
(217,203,214)
#E0D4DE
(224,212,222)
#E7DDE6
(231,221,230)
#EEE6EE
(238,230,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF95A6; }

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

This text font color is #AF95A6.


Background Color

.myBgColor { background-color: #AF95A6; }

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

This div background color is #AF95A6.


Border color

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

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

This div border color is #AF95A6.


Opacity

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

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

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

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

This text has shadow with #AF95A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF95A6 on black background.


Color preview on white background

This text has color #AF95A6 on white background.



Black color preview on #AF95A6 background

This text has black color on #AF95A6 background.


White color preview on #AF95A6 background

This text has white color on #AF95A6 background.