COLOR #AF9E9B

HEX: #AF9E9B
RGB: (175,158,155)

Color info

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

RGB color model

#AF9E9B color RGB value is (175,158,155).

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

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 155 of 255 = 61%

175
158
155

R + G + B ~ 64%. #AF9E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 155 = 488 (100%)
R 175 of 488 ~ 35.86%
G 158 of 488 ~ 32.38%
B 155 of 488 ~ 31.76%

%35.86
%32.38
%31.76

CMYK color model

#AF9E9B color CMYK value is (0,10,11,31).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(0,10,11,31)
C0M10Y11K31 
(0%,10%,11%,31%)
(0.00/0.10/0.11/0.31)	

CMYK percentages

%0
%9.71
%11.43
%31.37

Codes

Color #AF9E9B in popluar color models

AF9E9B
RGB175158155
HSL11.11%64.71%
HSB/HSV11.43%68.63%
CMYK0.00%9.71%11.43%
31.37%

Color #AF9E9B in popluar number systems.

HEXAF9E9B
Decimal175158155
Binary101011111001111010011011
Octal257236233

Shades and tints

Shades of #AF9E9B

#AF9E9B
(175,158,155)
#A0908D
(160,144,141)
#91827F
(145,130,127)
#827471
(130,116,113)
#736663
(115,102,99)
#645855
(100,88,85)
#554A47
(85,74,71)
#463C39
(70,60,57)
#372E2B
(55,46,43)
#28201D
(40,32,29)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #AF9E9B

#AF9E9B
(175,158,155)
#B6A6A4
(182,166,164)
#BDAEAD
(189,174,173)
#C4B6B6
(196,182,182)
#CBBEBF
(203,190,191)
#D2C6C8
(210,198,200)
#D9CED1
(217,206,209)
#E0D6DA
(224,214,218)
#E7DEE3
(231,222,227)
#EEE6EC
(238,230,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E9B; }

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

This text font color is #AF9E9B.


Background Color

.myBgColor { background-color: #AF9E9B; }

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

This div background color is #AF9E9B.


Border color

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

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

This div border color is #AF9E9B.


Opacity

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

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

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

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

This text has shadow with #AF9E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9E9B on black background.


Color preview on white background

This text has color #AF9E9B on white background.



Black color preview on #AF9E9B background

This text has black color on #AF9E9B background.


White color preview on #AF9E9B background

This text has white color on #AF9E9B background.