COLOR #AF95A3

HEX: #AF95A3 RGB: (175,149,163)

Color info

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

RGB color model

#AF95A3 color RGB value is (175,149,163).

RGB: (175,149,163) (69%, 58%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 163 of 255 = 64%

175
149
163

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

Portions of RGB colors in percentages

R + G + B = 175 + 149 + 163 = 487 (100%)
R 175 of 487 ~ 35.93%
G 149 of 487 ~ 30.6%
B 163 of 487 ~ 33.47'%

%35.93
%30.6
%33.47

CMYK color model

#AF95A3 color CMYK value is (0,15,7,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 6.86%
  • key color value is 31.37%

CMYK: (0,15,7,31)
C0M15Y7K31 (0%, 15%, 7%, 31%)
(0.00 / 0.15 / 0.07 / 0.31)

CMYK percentages

%0
%14.86
%6.86
%31.37

Codes

Color #AF95A3 in popluar color models

AF 95 A3
RGB 175 149 163
HSL 328° 13.98% 63.53%
HSB/HSV 328° 14.86% 68.63%
CMYK 0.00% 14.86% 6.86%
31.37%

Color #AF95A3 in popluar number systems.

HEX AF 95 A3
Decimal 175 149 163
Binary 10101111 10010101 10100011
Octal 257 225 243

Shades and tints

Shades of #AF95A3

#AF95A3
(175,149,163)
#A08895
(160,136,149)
#917B87
(145,123,135)
#826E79
(130,110,121)
#73616B
(115,97,107)
#64545D
(100,84,93)
#55474F
(85,71,79)
#463A41
(70,58,65)
#372D33
(55,45,51)
#282025
(40,32,37)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AF95A3

#AF95A3
(175,149,163)
#B69EAB
(182,158,171)
#BDA7B3
(189,167,179)
#C4B0BB
(196,176,187)
#CBB9C3
(203,185,195)
#D2C2CB
(210,194,203)
#D9CBD3
(217,203,211)
#E0D4DB
(224,212,219)
#E7DDE3
(231,221,227)
#EEE6EB
(238,230,235)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF95A3; }

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

This text font color is #AF95A3.

Background Color

.myBgColor { background-color: #AF95A3; }

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

This div background color is #AF95A3.

Border color

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

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

This div border color is #AF95A3.

Opacity

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

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

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

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

This text has shadow with #AF95A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF95A3.

Preview

Color preview on black background

This text has color #AF95A3 on black background.


Color preview on white background

This text has color #AF95A3 on white background.


Black color preview on #AF95A3 background

This text has black color on #AF95A3 background.


White color preview on #AF95A3 background

This text has white color on #AF95A3 background.


Related colors

Complementary color

Complementary color for #hex is #506A5C.


I love getcolorcode.com

Triadic colors

1 #A3AF95 and #95A3AF with #AF95A3 are triadic colors.

2 #A395AF and #95AFA3 with #AF95A3 are triadic colors.