COLOR #AF9B8C

HEX: #AF9B8C RGB: (175,155,140)

Color info

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

RGB color model

#AF9B8C color RGB value is (175,155,140).

RGB: (175,155,140) (69%, 61%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 140 of 255 = 55%

175
155
140

R + G + B ~ 62%. #AF9B8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 155 + 140 = 470 (100%)
R 175 of 470 ~ 37.23%
G 155 of 470 ~ 32.98%
B 140 of 470 ~ 29.79'%

%37.23
%32.98
%29.79

CMYK color model

#AF9B8C color CMYK value is (0,11,20,31).

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

CMYK: (0,11,20,31)
C0M11Y20K31 (0%, 11%, 20%, 31%)
(0.00 / 0.11 / 0.20 / 0.31)

CMYK percentages

%0
%11.43
%20
%31.37

Codes

Color #AF9B8C in popluar color models

AF 9B 8C
RGB 175 155 140
HSL 26° 17.95% 61.76%
HSB/HSV 26° 20.00% 68.63%
CMYK 0.00% 11.43% 20.00%
31.37%

Color #AF9B8C in popluar number systems.

HEX AF 9B 8C
Decimal 175 155 140
Binary 10101111 10011011 10001100
Octal 257 233 214

Shades and tints

Shades of #AF9B8C

#AF9B8C
(175,155,140)
#A08D80
(160,141,128)
#917F74
(145,127,116)
#827168
(130,113,104)
#73635C
(115,99,92)
#645550
(100,85,80)
#554744
(85,71,68)
#463938
(70,57,56)
#372B2C
(55,43,44)
#281D20
(40,29,32)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #AF9B8C

#AF9B8C
(175,155,140)
#B6A496
(182,164,150)
#BDADA0
(189,173,160)
#C4B6AA
(196,182,170)
#CBBFB4
(203,191,180)
#D2C8BE
(210,200,190)
#D9D1C8
(217,209,200)
#E0DAD2
(224,218,210)
#E7E3DC
(231,227,220)
#EEECE6
(238,236,230)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B8C; }

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

This text font color is #AF9B8C.

Background Color

.myBgColor { background-color: #AF9B8C; }

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

This div background color is #AF9B8C.

Border color

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

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

This div border color is #AF9B8C.

Opacity

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

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

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

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

This text has shadow with #AF9B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9B8C.

Preview

Color preview on black background

This text has color #AF9B8C on black background.


Color preview on white background

This text has color #AF9B8C on white background.


Black color preview on #AF9B8C background

This text has black color on #AF9B8C background.


White color preview on #AF9B8C background

This text has white color on #AF9B8C background.


Related colors

Complementary color

Complementary color for #hex is #506473.


I love getcolorcode.com

Triadic colors

1 #8CAF9B and #9B8CAF with #AF9B8C are triadic colors.

2 #8C9BAF and #9BAF8C with #AF9B8C are triadic colors.