COLOR #AFAA9F

HEX: #AFAA9F
RGB: (175,170,159)

Color info

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

RGB color model

#AFAA9F color RGB value is (175,170,159).

  • red value is 175;
  • green value is 170;
  • blue value is 159.
RGB:
(175,170,159)
(69%,67%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 159 of 255 = 62%

175
170
159

R + G + B ~ 66%. #AFAA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 159 = 504 (100%)
R 175 of 504 ~ 34.72%
G 170 of 504 ~ 33.73%
B 159 of 504 ~ 31.55%

%34.72
%33.73
%31.55

CMYK color model

#AFAA9F color CMYK value is (0,3,9,31).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(0,3,9,31)
C0M3Y9K31 
(0%,3%,9%,31%)
(0.00/0.03/0.09/0.31)	

CMYK percentages

%0
%2.86
%9.14
%31.37

Codes

Color #AFAA9F in popluar color models

AFAA9F
RGB175170159
HSL41°9.09%65.49%
HSB/HSV41°9.14%68.63%
CMYK0.00%2.86%9.14%
31.37%

Color #AFAA9F in popluar number systems.

HEXAFAA9F
Decimal175170159
Binary101011111010101010011111
Octal257252237

Shades and tints

Shades of #AFAA9F

#AFAA9F
(175,170,159)
#A09B91
(160,155,145)
#918C83
(145,140,131)
#827D75
(130,125,117)
#736E67
(115,110,103)
#645F59
(100,95,89)
#55504B
(85,80,75)
#46413D
(70,65,61)
#37322F
(55,50,47)
#282321
(40,35,33)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFAA9F

#AFAA9F
(175,170,159)
#B6B1A7
(182,177,167)
#BDB8AF
(189,184,175)
#C4BFB7
(196,191,183)
#CBC6BF
(203,198,191)
#D2CDC7
(210,205,199)
#D9D4CF
(217,212,207)
#E0DBD7
(224,219,215)
#E7E2DF
(231,226,223)
#EEE9E7
(238,233,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAA9F color. Also use rgb(175,170,159) instead hex code.

Text Font Color

.myTextColor { color: #AFAA9F; }

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

This text font color is #AFAA9F.


Background Color

.myBgColor { background-color: #AFAA9F; }

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

This div background color is #AFAA9F.


Border color

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

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

This div border color is #AFAA9F.


Opacity

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

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

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

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

This text has shadow with #AFAA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAA9F on black background.


Color preview on white background

This text has color #AFAA9F on white background.



Black color preview on #AFAA9F background

This text has black color on #AFAA9F background.


White color preview on #AFAA9F background

This text has white color on #AFAA9F background.