COLOR #AFAC9D

HEX: #AFAC9D RGB: (175,172,157)

Color info

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

RGB color model

#AFAC9D color RGB value is (175,172,157).

RGB: (175,172,157) (69%, 67%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 172 of 255 = 67%
B 157 of 255 = 62%

175
172
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 172 + 157 = 504 (100%)
R 175 of 504 ~ 34.72%
G 172 of 504 ~ 34.13%
B 157 of 504 ~ 31.15'%

%34.72
%34.13
%31.15

CMYK color model

#AFAC9D color CMYK value is (0,2,10,31).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 10.29%
  • key color value is 31.37%

CMYK: (0,2,10,31)
C0M2Y10K31 (0%, 2%, 10%, 31%)
(0.00 / 0.02 / 0.10 / 0.31)

CMYK percentages

%0
%1.71
%10.29
%31.37

Codes

Color #AFAC9D in popluar color models

AF AC 9D
RGB 175 172 157
HSL 50° 10.11% 65.10%
HSB/HSV 50° 10.29% 68.63%
CMYK 0.00% 1.71% 10.29%
31.37%

Color #AFAC9D in popluar number systems.

HEX AF AC 9D
Decimal 175 172 157
Binary 10101111 10101100 10011101
Octal 257 254 235

Shades and tints

Shades of #AFAC9D

#AFAC9D
(175,172,157)
#A09D8F
(160,157,143)
#918E81
(145,142,129)
#827F73
(130,127,115)
#737065
(115,112,101)
#646157
(100,97,87)
#555249
(85,82,73)
#46433B
(70,67,59)
#37342D
(55,52,45)
#28251F
(40,37,31)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #AFAC9D

#AFAC9D
(175,172,157)
#B6B3A5
(182,179,165)
#BDBAAD
(189,186,173)
#C4C1B5
(196,193,181)
#CBC8BD
(203,200,189)
#D2CFC5
(210,207,197)
#D9D6CD
(217,214,205)
#E0DDD5
(224,221,213)
#E7E4DD
(231,228,221)
#EEEBE5
(238,235,229)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAC9D color. Also use rgb(175,172,157) instead hex code.

Text Font Color

.myTextColor { color: #AFAC9D; }

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

This text font color is #AFAC9D.

Background Color

.myBgColor { background-color: #AFAC9D; }

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

This div background color is #AFAC9D.

Border color

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

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

This div border color is #AFAC9D.

Opacity

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

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

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

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

This text has shadow with #AFAC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAC9D.

Preview

Color preview on black background

This text has color #AFAC9D on black background.


Color preview on white background

This text has color #AFAC9D on white background.


Black color preview on #AFAC9D background

This text has black color on #AFAC9D background.


White color preview on #AFAC9D background

This text has white color on #AFAC9D background.


Related colors

Complementary color

Complementary color for #hex is #505362.


I love getcolorcode.com

Triadic colors

1 #9DAFAC and #AC9DAF with #AFAC9D are triadic colors.

2 #9DACAF and #ACAF9D with #AFAC9D are triadic colors.