COLOR #AF899B

HEX: #AF899B
RGB: (175,137,155)

Color info

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

RGB color model

#AF899B color RGB value is (175,137,155).

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

RGB channels and saturation

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

175
137
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 155 = 467 (100%)
R 175 of 467 ~ 37.47%
G 137 of 467 ~ 29.34%
B 155 of 467 ~ 33.19%

%37.47
%29.34
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 11.43%
  • 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
%11.43
%31.37

Codes

Color #AF899B in popluar color models

AF899B
RGB175137155
HSL332°19.19%61.18%
HSB/HSV332°21.71%68.63%
CMYK0.00%21.71%11.43%
31.37%

Color #AF899B in popluar number systems.

HEXAF899B
Decimal175137155
Binary101011111000100110011011
Octal257211233

Shades and tints

Shades of #AF899B

#AF899B
(175,137,155)
#A07D8D
(160,125,141)
#91717F
(145,113,127)
#826571
(130,101,113)
#735963
(115,89,99)
#644D55
(100,77,85)
#554147
(85,65,71)
#463539
(70,53,57)
#37292B
(55,41,43)
#281D1D
(40,29,29)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #AF899B

#AF899B
(175,137,155)
#B693A4
(182,147,164)
#BD9DAD
(189,157,173)
#C4A7B6
(196,167,182)
#CBB1BF
(203,177,191)
#D2BBC8
(210,187,200)
#D9C5D1
(217,197,209)
#E0CFDA
(224,207,218)
#E7D9E3
(231,217,227)
#EEE3EC
(238,227,236)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF899B; }

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

This text font color is #AF899B.


Background Color

.myBgColor { background-color: #AF899B; }

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

This div background color is #AF899B.


Border color

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

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

This div border color is #AF899B.


Opacity

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

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

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

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

This text has shadow with #AF899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF899B on black background.


Color preview on white background

This text has color #AF899B on white background.



Black color preview on #AF899B background

This text has black color on #AF899B background.


White color preview on #AF899B background

This text has white color on #AF899B background.