COLOR #AF949C

HEX: #AF949C
RGB: (175,148,156)

Color info

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

RGB color model

#AF949C color RGB value is (175,148,156).

  • red value is 175;
  • green value is 148;
  • blue value is 156.
RGB:
(175,148,156)
(69%,58%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 156 of 255 = 61%

175
148
156

R + G + B ~ 63%. #AF949C is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 156 = 479 (100%)
R 175 of 479 ~ 36.53%
G 148 of 479 ~ 30.9%
B 156 of 479 ~ 32.57%

%36.53
%30.9
%32.57

CMYK color model

#AF949C color CMYK value is (0,15,11,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,15,11,31)
C0M15Y11K31 
(0%,15%,11%,31%)
(0.00/0.15/0.11/0.31)	

CMYK percentages

%0
%15.43
%10.86
%31.37

Codes

Color #AF949C in popluar color models

AF949C
RGB175148156
HSL342°14.44%63.33%
HSB/HSV342°15.43%68.63%
CMYK0.00%15.43%10.86%
31.37%

Color #AF949C in popluar number systems.

HEXAF949C
Decimal175148156
Binary101011111001010010011100
Octal257224234

Shades and tints

Shades of #AF949C

#AF949C
(175,148,156)
#A0878E
(160,135,142)
#917A80
(145,122,128)
#826D72
(130,109,114)
#736064
(115,96,100)
#645356
(100,83,86)
#554648
(85,70,72)
#46393A
(70,57,58)
#372C2C
(55,44,44)
#281F1E
(40,31,30)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AF949C

#AF949C
(175,148,156)
#B69DA5
(182,157,165)
#BDA6AE
(189,166,174)
#C4AFB7
(196,175,183)
#CBB8C0
(203,184,192)
#D2C1C9
(210,193,201)
#D9CAD2
(217,202,210)
#E0D3DB
(224,211,219)
#E7DCE4
(231,220,228)
#EEE5ED
(238,229,237)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF949C; }

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

This text font color is #AF949C.


Background Color

.myBgColor { background-color: #AF949C; }

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

This div background color is #AF949C.


Border color

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

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

This div border color is #AF949C.


Opacity

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

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

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

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

This text has shadow with #AF949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF949C on black background.


Color preview on white background

This text has color #AF949C on white background.



Black color preview on #AF949C background

This text has black color on #AF949C background.


White color preview on #AF949C background

This text has white color on #AF949C background.