COLOR #AF8996

HEX: #AF8996 RGB: (175,137,150)

Color info

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

RGB color model

#AF8996 color RGB value is (175,137,150).

RGB: (175,137,150) (69%, 54%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 150 of 255 = 59%

175
137
150

R + G + B ~ 61%. #AF8996 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 150 = 462 (100%)
R 175 of 462 ~ 37.88%
G 137 of 462 ~ 29.65%
B 150 of 462 ~ 32.47'%

%37.88
%29.65
%32.47

CMYK color model

#AF8996 color CMYK value is (0,22,14,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK: (0,22,14,31) C0M22Y14K31 (0%,22%,14%,31%) (0.00/0.22/0.14/0.31) 

CMYK percentages

%0
%21.71
%14.29
%31.37

Codes

Color #AF8996 in popluar color models

AF 89 96
RGB 175 137 150
HSL 339° 19.19% 61.18%
HSB/HSV 339° 21.71% 68.63%
CMYK 0.00% 21.71% 14.29%
31.37%

Color #AF8996 in popluar number systems.

HEX AF 89 96
Decimal 175 137 150
Binary 10101111 10001001 10010110
Octal 257 211 226

Shades and tints

Shades of #AF8996

#AF8996
(175,137,150)
#A07D89
(160,125,137)
#91717C
(145,113,124)
#82656F
(130,101,111)
#735962
(115,89,98)
#644D55
(100,77,85)
#554148
(85,65,72)
#46353B
(70,53,59)
#37292E
(55,41,46)
#281D21
(40,29,33)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #AF8996

#AF8996
(175,137,150)
#B6939F
(182,147,159)
#BD9DA8
(189,157,168)
#C4A7B1
(196,167,177)
#CBB1BA
(203,177,186)
#D2BBC3
(210,187,195)
#D9C5CC
(217,197,204)
#E0CFD5
(224,207,213)
#E7D9DE
(231,217,222)
#EEE3E7
(238,227,231)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8996 color. Also use rgb(175,137,150) instead hex code.

Text Font Color

.myTextColor { color: #AF8996; }

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

This text font color is #AF8996.

Background Color

.myBgColor { background-color: #AF8996; }

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

This div background color is #AF8996.

Border color

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

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

This div border color is #AF8996.

Opacity

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

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

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

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

This text has shadow with #AF8996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8996.

Preview

Color preview on black background

This text has color #AF8996 on black background.


Color preview on white background

This text has color #AF8996 on white background.


Black color preview on #AF8996 background

This text has black color on #AF8996 background.


White color preview on #AF8996 background

This text has white color on #AF8996 background.


Related colors

Complementary color

Complementary color for #hex is #507669.


I love getcolorcode.com

Triadic colors

1 #96AF89 and #8996AF with #AF8996 are triadic colors.

2 #9689AF and #89AF96 with #AF8996 are triadic colors.