COLOR #AF9E98

HEX: #AF9E98 RGB: (175,158,152)

Color info

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

RGB color model

#AF9E98 color RGB value is (175,158,152).

RGB: (175,158,152) (69%, 62%, 60%)

RGB channels and saturation

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

175
158
152

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

Portions of RGB colors in percentages

R + G + B = 175 + 158 + 152 = 485 (100%)
R 175 of 485 ~ 36.08%
G 158 of 485 ~ 32.58%
B 152 of 485 ~ 31.34'%

%36.08
%32.58
%31.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.71%
  • 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
%9.71
%13.14
%31.37

Codes

Color #AF9E98 in popluar color models

AF 9E 98
RGB 175 158 152
HSL 16° 12.57% 64.12%
HSB/HSV 16° 13.14% 68.63%
CMYK 0.00% 9.71% 13.14%
31.37%

Color #AF9E98 in popluar number systems.

HEX AF 9E 98
Decimal 175 158 152
Binary 10101111 10011110 10011000
Octal 257 236 230

Shades and tints

Shades of #AF9E98

#AF9E98
(175,158,152)
#A0908B
(160,144,139)
#91827E
(145,130,126)
#827471
(130,116,113)
#736664
(115,102,100)
#645857
(100,88,87)
#554A4A
(85,74,74)
#463C3D
(70,60,61)
#372E30
(55,46,48)
#282023
(40,32,35)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AF9E98

#AF9E98
(175,158,152)
#B6A6A1
(182,166,161)
#BDAEAA
(189,174,170)
#C4B6B3
(196,182,179)
#CBBEBC
(203,190,188)
#D2C6C5
(210,198,197)
#D9CECE
(217,206,206)
#E0D6D7
(224,214,215)
#E7DEE0
(231,222,224)
#EEE6E9
(238,230,233)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E98; }

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

This text font color is #AF9E98.

Background Color

.myBgColor { background-color: #AF9E98; }

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

This div background color is #AF9E98.

Border color

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

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

This div border color is #AF9E98.

Opacity

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

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

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

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

This text has shadow with #AF9E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9E98.

Preview

Color preview on black background

This text has color #AF9E98 on black background.


Color preview on white background

This text has color #AF9E98 on white background.


Black color preview on #AF9E98 background

This text has black color on #AF9E98 background.


White color preview on #AF9E98 background

This text has white color on #AF9E98 background.


Related colors

Complementary color

Complementary color for #hex is #506167.


I love getcolorcode.com

Triadic colors

1 #98AF9E and #9E98AF with #AF9E98 are triadic colors.

2 #989EAF and #9EAF98 with #AF9E98 are triadic colors.