COLOR #AF9B9E

HEX: #AF9B9E RGB: (175,155,158)

Color info

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

RGB color model

#AF9B9E color RGB value is (175,155,158).

RGB: (175,155,158) (69%, 61%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 158 of 255 = 62%

175
155
158

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

Portions of RGB colors in percentages

R + G + B = 175 + 155 + 158 = 488 (100%)
R 175 of 488 ~ 35.86%
G 155 of 488 ~ 31.76%
B 158 of 488 ~ 32.38'%

%35.86
%31.76
%32.38

CMYK color model

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

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

CMYK: (0,11,10,31)
C0M11Y10K31 (0%, 11%, 10%, 31%)
(0.00 / 0.11 / 0.10 / 0.31)

CMYK percentages

%0
%11.43
%9.71
%31.37

Codes

Color #AF9B9E in popluar color models

AF 9B 9E
RGB 175 155 158
HSL 351° 11.11% 64.71%
HSB/HSV 351° 11.43% 68.63%
CMYK 0.00% 11.43% 9.71%
31.37%

Color #AF9B9E in popluar number systems.

HEX AF 9B 9E
Decimal 175 155 158
Binary 10101111 10011011 10011110
Octal 257 233 236

Shades and tints

Shades of #AF9B9E

#AF9B9E
(175,155,158)
#A08D90
(160,141,144)
#917F82
(145,127,130)
#827174
(130,113,116)
#736366
(115,99,102)
#645558
(100,85,88)
#55474A
(85,71,74)
#46393C
(70,57,60)
#372B2E
(55,43,46)
#281D20
(40,29,32)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF9B9E

#AF9B9E
(175,155,158)
#B6A4A6
(182,164,166)
#BDADAE
(189,173,174)
#C4B6B6
(196,182,182)
#CBBFBE
(203,191,190)
#D2C8C6
(210,200,198)
#D9D1CE
(217,209,206)
#E0DAD6
(224,218,214)
#E7E3DE
(231,227,222)
#EEECE6
(238,236,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B9E; }

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

This text font color is #AF9B9E.

Background Color

.myBgColor { background-color: #AF9B9E; }

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

This div background color is #AF9B9E.

Border color

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

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

This div border color is #AF9B9E.

Opacity

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

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

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

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

This text has shadow with #AF9B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9B9E.

Preview

Color preview on black background

This text has color #AF9B9E on black background.


Color preview on white background

This text has color #AF9B9E on white background.


Black color preview on #AF9B9E background

This text has black color on #AF9B9E background.


White color preview on #AF9B9E background

This text has white color on #AF9B9E background.


Related colors

Complementary color

Complementary color for #hex is #506461.


I love getcolorcode.com

Triadic colors

1 #9EAF9B and #9B9EAF with #AF9B9E are triadic colors.

2 #9E9BAF and #9BAF9E with #AF9B9E are triadic colors.