COLOR #AF9E9D

HEX: #AF9E9D
RGB: (175,158,157)

Color info

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

RGB color model

#AF9E9D color RGB value is (175,158,157).

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

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 157 of 255 = 62%

175
158
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 157 = 490 (100%)
R 175 of 490 ~ 35.71%
G 158 of 490 ~ 32.24%
B 157 of 490 ~ 32.04%

%35.71
%32.24
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,10,10,31)
C0M10Y10K31 
(0%,10%,10%,31%)
(0.00/0.10/0.10/0.31)	

CMYK percentages

%0
%9.71
%10.29
%31.37

Codes

Color #AF9E9D in popluar color models

AF9E9D
RGB175158157
HSL10.11%65.10%
HSB/HSV10.29%68.63%
CMYK0.00%9.71%10.29%
31.37%

Color #AF9E9D in popluar number systems.

HEXAF9E9D
Decimal175158157
Binary101011111001111010011101
Octal257236235

Shades and tints

Shades of #AF9E9D

#AF9E9D
(175,158,157)
#A0908F
(160,144,143)
#918281
(145,130,129)
#827473
(130,116,115)
#736665
(115,102,101)
#645857
(100,88,87)
#554A49
(85,74,73)
#463C3B
(70,60,59)
#372E2D
(55,46,45)
#28201F
(40,32,31)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF9E9D

#AF9E9D
(175,158,157)
#B6A6A5
(182,166,165)
#BDAEAD
(189,174,173)
#C4B6B5
(196,182,181)
#CBBEBD
(203,190,189)
#D2C6C5
(210,198,197)
#D9CECD
(217,206,205)
#E0D6D5
(224,214,213)
#E7DEDD
(231,222,221)
#EEE6E5
(238,230,229)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E9D; }

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

This text font color is #AF9E9D.


Background Color

.myBgColor { background-color: #AF9E9D; }

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

This div background color is #AF9E9D.


Border color

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

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

This div border color is #AF9E9D.


Opacity

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

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

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

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

This text has shadow with #AF9E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9E9D on black background.


Color preview on white background

This text has color #AF9E9D on white background.



Black color preview on #AF9E9D background

This text has black color on #AF9E9D background.


White color preview on #AF9E9D background

This text has white color on #AF9E9D background.