COLOR #AF9BA6

HEX: #AF9BA6 RGB: (175,155,166)

Color info

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

RGB color model

#AF9BA6 color RGB value is (175,155,166).

RGB: (175,155,166) (69%, 61%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 166 of 255 = 65%

175
155
166

R + G + B ~ 65%. #AF9BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 155 + 166 = 496 (100%)
R 175 of 496 ~ 35.28%
G 155 of 496 ~ 31.25%
B 166 of 496 ~ 33.47'%

%35.28
%31.25
%33.47

CMYK color model

#AF9BA6 color CMYK value is (0,11,5,31).

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

CMYK: (0,11,5,31)
C0M11Y5K31 (0%, 11%, 5%, 31%)
(0.00 / 0.11 / 0.05 / 0.31)

CMYK percentages

%0
%11.43
%5.14
%31.37

Codes

Color #AF9BA6 in popluar color models

AF 9B A6
RGB 175 155 166
HSL 327° 11.11% 64.71%
HSB/HSV 327° 11.43% 68.63%
CMYK 0.00% 11.43% 5.14%
31.37%

Color #AF9BA6 in popluar number systems.

HEX AF 9B A6
Decimal 175 155 166
Binary 10101111 10011011 10100110
Octal 257 233 246

Shades and tints

Shades of #AF9BA6

#AF9BA6
(175,155,166)
#A08D97
(160,141,151)
#917F88
(145,127,136)
#827179
(130,113,121)
#73636A
(115,99,106)
#64555B
(100,85,91)
#55474C
(85,71,76)
#46393D
(70,57,61)
#372B2E
(55,43,46)
#281D1F
(40,29,31)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #AF9BA6

#AF9BA6
(175,155,166)
#B6A4AE
(182,164,174)
#BDADB6
(189,173,182)
#C4B6BE
(196,182,190)
#CBBFC6
(203,191,198)
#D2C8CE
(210,200,206)
#D9D1D6
(217,209,214)
#E0DADE
(224,218,222)
#E7E3E6
(231,227,230)
#EEECEE
(238,236,238)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9BA6; }

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

This text font color is #AF9BA6.

Background Color

.myBgColor { background-color: #AF9BA6; }

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

This div background color is #AF9BA6.

Border color

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

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

This div border color is #AF9BA6.

Opacity

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

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

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

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

This text has shadow with #AF9BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9BA6.

Preview

Color preview on black background

This text has color #AF9BA6 on black background.


Color preview on white background

This text has color #AF9BA6 on white background.


Black color preview on #AF9BA6 background

This text has black color on #AF9BA6 background.


White color preview on #AF9BA6 background

This text has white color on #AF9BA6 background.


Related colors

Complementary color

Complementary color for #hex is #506459.


I love getcolorcode.com

Triadic colors

1 #A6AF9B and #9BA6AF with #AF9BA6 are triadic colors.

2 #A69BAF and #9BAFA6 with #AF9BA6 are triadic colors.