COLOR #AF9496

HEX: #AF9496 RGB: (175,148,150)

Color info

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

RGB color model

#AF9496 color RGB value is (175,148,150).

RGB: (175,148,150) (69%, 58%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 150 of 255 = 59%

175
148
150

R + G + B ~ 62%. #AF9496 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 150 = 473 (100%)
R 175 of 473 ~ 37%
G 148 of 473 ~ 31.29%
B 150 of 473 ~ 31.71'%

%37
%31.29
%31.71

CMYK color model

#AF9496 color CMYK value is (0,15,14,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 14.29%
  • key color value is 31.37%

CMYK: (0,15,14,31)
C0M15Y14K31 (0%, 15%, 14%, 31%)
(0.00 / 0.15 / 0.14 / 0.31)

CMYK percentages

%0
%15.43
%14.29
%31.37

Codes

Color #AF9496 in popluar color models

AF 94 96
RGB 175 148 150
HSL 356° 14.44% 63.33%
HSB/HSV 356° 15.43% 68.63%
CMYK 0.00% 15.43% 14.29%
31.37%

Color #AF9496 in popluar number systems.

HEX AF 94 96
Decimal 175 148 150
Binary 10101111 10010100 10010110
Octal 257 224 226

Shades and tints

Shades of #AF9496

#AF9496
(175,148,150)
#A08789
(160,135,137)
#917A7C
(145,122,124)
#826D6F
(130,109,111)
#736062
(115,96,98)
#645355
(100,83,85)
#554648
(85,70,72)
#46393B
(70,57,59)
#372C2E
(55,44,46)
#281F21
(40,31,33)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AF9496

#AF9496
(175,148,150)
#B69D9F
(182,157,159)
#BDA6A8
(189,166,168)
#C4AFB1
(196,175,177)
#CBB8BA
(203,184,186)
#D2C1C3
(210,193,195)
#D9CACC
(217,202,204)
#E0D3D5
(224,211,213)
#E7DCDE
(231,220,222)
#EEE5E7
(238,229,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9496; }

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

This text font color is #AF9496.

Background Color

.myBgColor { background-color: #AF9496; }

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

This div background color is #AF9496.

Border color

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

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

This div border color is #AF9496.

Opacity

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

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

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

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

This text has shadow with #AF9496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9496.

Preview

Color preview on black background

This text has color #AF9496 on black background.


Color preview on white background

This text has color #AF9496 on white background.


Black color preview on #AF9496 background

This text has black color on #AF9496 background.


White color preview on #AF9496 background

This text has white color on #AF9496 background.


Related colors

Complementary color

Complementary color for #hex is #506B69.


I love getcolorcode.com

Triadic colors

1 #96AF94 and #9496AF with #AF9496 are triadic colors.

2 #9694AF and #94AF96 with #AF9496 are triadic colors.