COLOR #AF9AA6

HEX: #AF9AA6
RGB: (175,154,166)

Color info

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

RGB color model

#AF9AA6 color RGB value is (175,154,166).

  • red value is 175;
  • green value is 154;
  • blue value is 166.
RGB:
(175,154,166)
(69%,60%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 166 of 255 = 65%

175
154
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 154 + 166 = 495 (100%)
R 175 of 495 ~ 35.35%
G 154 of 495 ~ 31.11%
B 166 of 495 ~ 33.54%

%35.35
%31.11
%33.54

CMYK color model

#AF9AA6 color CMYK value is (0,12,5,31).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(0,12,5,31)
C0M12Y5K31 
(0%,12%,5%,31%)
(0.00/0.12/0.05/0.31)	

CMYK percentages

%0
%12
%5.14
%31.37

Codes

Color #AF9AA6 in popluar color models

AF9AA6
RGB175154166
HSL326°11.60%64.51%
HSB/HSV326°12.00%68.63%
CMYK0.00%12.00%5.14%
31.37%

Color #AF9AA6 in popluar number systems.

HEXAF9AA6
Decimal175154166
Binary101011111001101010100110
Octal257232246

Shades and tints

Shades of #AF9AA6

#AF9AA6
(175,154,166)
#A08C97
(160,140,151)
#917E88
(145,126,136)
#827079
(130,112,121)
#73626A
(115,98,106)
#64545B
(100,84,91)
#55464C
(85,70,76)
#46383D
(70,56,61)
#372A2E
(55,42,46)
#281C1F
(40,28,31)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF9AA6

#AF9AA6
(175,154,166)
#B6A3AE
(182,163,174)
#BDACB6
(189,172,182)
#C4B5BE
(196,181,190)
#CBBEC6
(203,190,198)
#D2C7CE
(210,199,206)
#D9D0D6
(217,208,214)
#E0D9DE
(224,217,222)
#E7E2E6
(231,226,230)
#EEEBEE
(238,235,238)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9AA6; }

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

This text font color is #AF9AA6.


Background Color

.myBgColor { background-color: #AF9AA6; }

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

This div background color is #AF9AA6.


Border color

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

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

This div border color is #AF9AA6.


Opacity

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

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

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

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

This text has shadow with #AF9AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9AA6 on black background.


Color preview on white background

This text has color #AF9AA6 on white background.



Black color preview on #AF9AA6 background

This text has black color on #AF9AA6 background.


White color preview on #AF9AA6 background

This text has white color on #AF9AA6 background.