COLOR #AF9D98

HEX: #AF9D98
RGB: (175,157,152)

Color info

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

RGB color model

#AF9D98 color RGB value is (175,157,152).

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

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 152 of 255 = 60%

175
157
152

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

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 152 = 484 (100%)
R 175 of 484 ~ 36.16%
G 157 of 484 ~ 32.44%
B 152 of 484 ~ 31.4%

%36.16
%32.44
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(0,10,13,31)
C0M10Y13K31 
(0%,10%,13%,31%)
(0.00/0.10/0.13/0.31)	

CMYK percentages

%0
%10.29
%13.14
%31.37

Codes

Color #AF9D98 in popluar color models

AF9D98
RGB175157152
HSL13°12.57%64.12%
HSB/HSV13°13.14%68.63%
CMYK0.00%10.29%13.14%
31.37%

Color #AF9D98 in popluar number systems.

HEXAF9D98
Decimal175157152
Binary101011111001110110011000
Octal257235230

Shades and tints

Shades of #AF9D98

#AF9D98
(175,157,152)
#A08F8B
(160,143,139)
#91817E
(145,129,126)
#827371
(130,115,113)
#736564
(115,101,100)
#645757
(100,87,87)
#55494A
(85,73,74)
#463B3D
(70,59,61)
#372D30
(55,45,48)
#281F23
(40,31,35)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AF9D98

#AF9D98
(175,157,152)
#B6A5A1
(182,165,161)
#BDADAA
(189,173,170)
#C4B5B3
(196,181,179)
#CBBDBC
(203,189,188)
#D2C5C5
(210,197,197)
#D9CDCE
(217,205,206)
#E0D5D7
(224,213,215)
#E7DDE0
(231,221,224)
#EEE5E9
(238,229,233)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9D98; }

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

This text font color is #AF9D98.


Background Color

.myBgColor { background-color: #AF9D98; }

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

This div background color is #AF9D98.


Border color

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

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

This div border color is #AF9D98.


Opacity

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

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

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

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

This text has shadow with #AF9D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9D98 on black background.


Color preview on white background

This text has color #AF9D98 on white background.



Black color preview on #AF9D98 background

This text has black color on #AF9D98 background.


White color preview on #AF9D98 background

This text has white color on #AF9D98 background.