COLOR #AF939E

HEX: #AF939E RGB: (175,147,158)

Color info

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

RGB color model

#AF939E color RGB value is (175,147,158).

RGB: (175,147,158) (69%, 58%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 158 of 255 = 62%

175
147
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 147 + 158 = 480 (100%)
R 175 of 480 ~ 36.46%
G 147 of 480 ~ 30.63%
B 158 of 480 ~ 32.92'%

%36.46
%30.63
%32.92

CMYK color model

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

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

CMYK: (0,16,10,31)
C0M16Y10K31 (0%, 16%, 10%, 31%)
(0.00 / 0.16 / 0.10 / 0.31)

CMYK percentages

%0
%16
%9.71
%31.37

Codes

Color #AF939E in popluar color models

AF 93 9E
RGB 175 147 158
HSL 336° 14.89% 63.14%
HSB/HSV 336° 16.00% 68.63%
CMYK 0.00% 16.00% 9.71%
31.37%

Color #AF939E in popluar number systems.

HEX AF 93 9E
Decimal 175 147 158
Binary 10101111 10010011 10011110
Octal 257 223 236

Shades and tints

Shades of #AF939E

#AF939E
(175,147,158)
#A08690
(160,134,144)
#917982
(145,121,130)
#826C74
(130,108,116)
#735F66
(115,95,102)
#645258
(100,82,88)
#55454A
(85,69,74)
#46383C
(70,56,60)
#372B2E
(55,43,46)
#281E20
(40,30,32)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AF939E

#AF939E
(175,147,158)
#B69CA6
(182,156,166)
#BDA5AE
(189,165,174)
#C4AEB6
(196,174,182)
#CBB7BE
(203,183,190)
#D2C0C6
(210,192,198)
#D9C9CE
(217,201,206)
#E0D2D6
(224,210,214)
#E7DBDE
(231,219,222)
#EEE4E6
(238,228,230)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF939E; }

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

This text font color is #AF939E.

Background Color

.myBgColor { background-color: #AF939E; }

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

This div background color is #AF939E.

Border color

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

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

This div border color is #AF939E.

Opacity

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

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

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

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

This text has shadow with #AF939E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF939E.

Preview

Color preview on black background

This text has color #AF939E on black background.


Color preview on white background

This text has color #AF939E on white background.


Black color preview on #AF939E background

This text has black color on #AF939E background.


White color preview on #AF939E background

This text has white color on #AF939E background.


Related colors

Complementary color

Complementary color for #hex is #506C61.


I love getcolorcode.com

Triadic colors

1 #9EAF93 and #939EAF with #AF939E are triadic colors.

2 #9E93AF and #93AF9E with #AF939E are triadic colors.