COLOR #AF95A9

HEX: #AF95A9
RGB: (175,149,169)

Color info

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

RGB color model

#AF95A9 color RGB value is (175,149,169).

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

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 169 of 255 = 66%

175
149
169

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

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 169 = 493 (100%)
R 175 of 493 ~ 35.5%
G 149 of 493 ~ 30.22%
B 169 of 493 ~ 34.28%

%35.5
%30.22
%34.28

CMYK color model

#AF95A9 color CMYK value is (0,15,3,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 3.43%
  • key color value is 31.37%
CMYK:
(0,15,3,31)
C0M15Y3K31 
(0%,15%,3%,31%)
(0.00/0.15/0.03/0.31)	

CMYK percentages

%0
%14.86
%3.43
%31.37

Codes

Color #AF95A9 in popluar color models

AF95A9
RGB175149169
HSL314°13.98%63.53%
HSB/HSV314°14.86%68.63%
CMYK0.00%14.86%3.43%
31.37%

Color #AF95A9 in popluar number systems.

HEXAF95A9
Decimal175149169
Binary101011111001010110101001
Octal257225251

Shades and tints

Shades of #AF95A9

#AF95A9
(175,149,169)
#A0889A
(160,136,154)
#917B8B
(145,123,139)
#826E7C
(130,110,124)
#73616D
(115,97,109)
#64545E
(100,84,94)
#55474F
(85,71,79)
#463A40
(70,58,64)
#372D31
(55,45,49)
#282022
(40,32,34)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF95A9

#AF95A9
(175,149,169)
#B69EB0
(182,158,176)
#BDA7B7
(189,167,183)
#C4B0BE
(196,176,190)
#CBB9C5
(203,185,197)
#D2C2CC
(210,194,204)
#D9CBD3
(217,203,211)
#E0D4DA
(224,212,218)
#E7DDE1
(231,221,225)
#EEE6E8
(238,230,232)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF95A9; }

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

This text font color is #AF95A9.


Background Color

.myBgColor { background-color: #AF95A9; }

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

This div background color is #AF95A9.


Border color

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

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

This div border color is #AF95A9.


Opacity

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

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

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

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

This text has shadow with #AF95A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF95A9 on black background.


Color preview on white background

This text has color #AF95A9 on white background.



Black color preview on #AF95A9 background

This text has black color on #AF95A9 background.


White color preview on #AF95A9 background

This text has white color on #AF95A9 background.