COLOR #AF899C

HEX: #AF899C
RGB: (175,137,156)

Color info

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

RGB color model

#AF899C color RGB value is (175,137,156).

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

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 156 of 255 = 61%

175
137
156

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 156 = 468 (100%)
R 175 of 468 ~ 37.39%
G 137 of 468 ~ 29.27%
B 156 of 468 ~ 33.33%

%37.39
%29.27
%33.33

CMYK color model

#AF899C color CMYK value is (0,22,11,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(0,22,11,31)
C0M22Y11K31 
(0%,22%,11%,31%)
(0.00/0.22/0.11/0.31)	

CMYK percentages

%0
%21.71
%10.86
%31.37

Codes

Color #AF899C in popluar color models

AF899C
RGB175137156
HSL330°19.19%61.18%
HSB/HSV330°21.71%68.63%
CMYK0.00%21.71%10.86%
31.37%

Color #AF899C in popluar number systems.

HEXAF899C
Decimal175137156
Binary101011111000100110011100
Octal257211234

Shades and tints

Shades of #AF899C

#AF899C
(175,137,156)
#A07D8E
(160,125,142)
#917180
(145,113,128)
#826572
(130,101,114)
#735964
(115,89,100)
#644D56
(100,77,86)
#554148
(85,65,72)
#46353A
(70,53,58)
#37292C
(55,41,44)
#281D1E
(40,29,30)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #AF899C

#AF899C
(175,137,156)
#B693A5
(182,147,165)
#BD9DAE
(189,157,174)
#C4A7B7
(196,167,183)
#CBB1C0
(203,177,192)
#D2BBC9
(210,187,201)
#D9C5D2
(217,197,210)
#E0CFDB
(224,207,219)
#E7D9E4
(231,217,228)
#EEE3ED
(238,227,237)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF899C; }

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

This text font color is #AF899C.


Background Color

.myBgColor { background-color: #AF899C; }

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

This div background color is #AF899C.


Border color

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

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

This div border color is #AF899C.


Opacity

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

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

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

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

This text has shadow with #AF899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF899C on black background.


Color preview on white background

This text has color #AF899C on white background.



Black color preview on #AF899C background

This text has black color on #AF899C background.


White color preview on #AF899C background

This text has white color on #AF899C background.