COLOR #AF8495

HEX: #AF8495 RGB: (175,132,149)

Color info

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

RGB color model

#AF8495 color RGB value is (175,132,149).

RGB: (175,132,149) (69%, 52%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 149 of 255 = 58%

175
132
149

R + G + B ~ 60%. #AF8495 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 132 + 149 = 456 (100%)
R 175 of 456 ~ 38.38%
G 132 of 456 ~ 28.95%
B 149 of 456 ~ 32.68'%

%38.38
%28.95
%32.68

CMYK color model

#AF8495 color CMYK value is (0,25,15,31).

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

CMYK: (0,25,15,31)
C0M25Y15K31 (0%, 25%, 15%, 31%)
(0.00 / 0.25 / 0.15 / 0.31)

CMYK percentages

%0
%24.57
%14.86
%31.37

Codes

Color #AF8495 in popluar color models

AF 84 95
RGB 175 132 149
HSL 336° 21.18% 60.20%
HSB/HSV 336° 24.57% 68.63%
CMYK 0.00% 24.57% 14.86%
31.37%

Color #AF8495 in popluar number systems.

HEX AF 84 95
Decimal 175 132 149
Binary 10101111 10000100 10010101
Octal 257 204 225

Shades and tints

Shades of #AF8495

#AF8495
(175,132,149)
#A07888
(160,120,136)
#916C7B
(145,108,123)
#82606E
(130,96,110)
#735461
(115,84,97)
#644854
(100,72,84)
#553C47
(85,60,71)
#46303A
(70,48,58)
#37242D
(55,36,45)
#281820
(40,24,32)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #AF8495

#AF8495
(175,132,149)
#B68F9E
(182,143,158)
#BD9AA7
(189,154,167)
#C4A5B0
(196,165,176)
#CBB0B9
(203,176,185)
#D2BBC2
(210,187,194)
#D9C6CB
(217,198,203)
#E0D1D4
(224,209,212)
#E7DCDD
(231,220,221)
#EEE7E6
(238,231,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8495; }

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

This text font color is #AF8495.

Background Color

.myBgColor { background-color: #AF8495; }

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

This div background color is #AF8495.

Border color

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

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

This div border color is #AF8495.

Opacity

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

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

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

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

This text has shadow with #AF8495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8495.

Preview

Color preview on black background

This text has color #AF8495 on black background.


Color preview on white background

This text has color #AF8495 on white background.


Black color preview on #AF8495 background

This text has black color on #AF8495 background.


White color preview on #AF8495 background

This text has white color on #AF8495 background.


Related colors

Complementary color

Complementary color for #hex is #507B6A.


I love getcolorcode.com

Triadic colors

1 #95AF84 and #8495AF with #AF8495 are triadic colors.

2 #9584AF and #84AF95 with #AF8495 are triadic colors.