COLOR #AF9E97

HEX: #AF9E97 RGB: (175,158,151)

Color info

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

RGB color model

#AF9E97 color RGB value is (175,158,151).

RGB: (175,158,151) (69%, 62%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 151 of 255 = 59%

175
158
151

R + G + B ~ 63%. #AF9E97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 158 + 151 = 484 (100%)
R 175 of 484 ~ 36.16%
G 158 of 484 ~ 32.64%
B 151 of 484 ~ 31.2'%

%36.16
%32.64
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 13.71%
  • key color value is 31.37%

CMYK: (0,10,14,31)
C0M10Y14K31 (0%, 10%, 14%, 31%)
(0.00 / 0.10 / 0.14 / 0.31)

CMYK percentages

%0
%9.71
%13.71
%31.37

Codes

Color #AF9E97 in popluar color models

AF 9E 97
RGB 175 158 151
HSL 18° 13.04% 63.92%
HSB/HSV 18° 13.71% 68.63%
CMYK 0.00% 9.71% 13.71%
31.37%

Color #AF9E97 in popluar number systems.

HEX AF 9E 97
Decimal 175 158 151
Binary 10101111 10011110 10010111
Octal 257 236 227

Shades and tints

Shades of #AF9E97

#AF9E97
(175,158,151)
#A0908A
(160,144,138)
#91827D
(145,130,125)
#827470
(130,116,112)
#736663
(115,102,99)
#645856
(100,88,86)
#554A49
(85,74,73)
#463C3C
(70,60,60)
#372E2F
(55,46,47)
#282022
(40,32,34)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #AF9E97

#AF9E97
(175,158,151)
#B6A6A0
(182,166,160)
#BDAEA9
(189,174,169)
#C4B6B2
(196,182,178)
#CBBEBB
(203,190,187)
#D2C6C4
(210,198,196)
#D9CECD
(217,206,205)
#E0D6D6
(224,214,214)
#E7DEDF
(231,222,223)
#EEE6E8
(238,230,232)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E97; }

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

This text font color is #AF9E97.

Background Color

.myBgColor { background-color: #AF9E97; }

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

This div background color is #AF9E97.

Border color

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

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

This div border color is #AF9E97.

Opacity

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

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

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

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

This text has shadow with #AF9E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9E97.

Preview

Color preview on black background

This text has color #AF9E97 on black background.


Color preview on white background

This text has color #AF9E97 on white background.


Black color preview on #AF9E97 background

This text has black color on #AF9E97 background.


White color preview on #AF9E97 background

This text has white color on #AF9E97 background.


Related colors

Complementary color

Complementary color for #hex is #506168.


I love getcolorcode.com

Triadic colors

1 #97AF9E and #9E97AF with #AF9E97 are triadic colors.

2 #979EAF and #9EAF97 with #AF9E97 are triadic colors.