COLOR #AFB08C

HEX: #AFB08C RGB: (175,176,140)

Color info

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

RGB color model

#AFB08C color RGB value is (175,176,140).

RGB: (175,176,140) (69%, 69%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 140 of 255 = 55%

175
176
140

R + G + B ~ 64%. #AFB08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 140 = 491 (100%)
R 175 of 491 ~ 35.64%
G 176 of 491 ~ 35.85%
B 140 of 491 ~ 28.51'%

%35.64
%35.85
%28.51

CMYK color model

#AFB08C color CMYK value is (1,0,20,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (1,0,20,31)
C1M0Y20K31 (1%, 0%, 20%, 31%)
(0.01 / 0.00 / 0.20 / 0.31)

CMYK percentages

%0.57
%0
%20.45
%30.98

Codes

Color #AFB08C in popluar color models

AF B0 8C
RGB 175 176 140
HSL 62° 18.56% 61.96%
HSB/HSV 62° 20.45% 69.02%
CMYK 0.57% 0.00% 20.45%
30.98%

Color #AFB08C in popluar number systems.

HEX AF B0 8C
Decimal 175 176 140
Binary 10101111 10110000 10001100
Octal 257 260 214

Shades and tints

Shades of #AFB08C

#AFB08C
(175,176,140)
#A0A080
(160,160,128)
#919074
(145,144,116)
#828068
(130,128,104)
#73705C
(115,112,92)
#646050
(100,96,80)
#555044
(85,80,68)
#464038
(70,64,56)
#37302C
(55,48,44)
#282020
(40,32,32)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFB08C

#AFB08C
(175,176,140)
#B6B796
(182,183,150)
#BDBEA0
(189,190,160)
#C4C5AA
(196,197,170)
#CBCCB4
(203,204,180)
#D2D3BE
(210,211,190)
#D9DAC8
(217,218,200)
#E0E1D2
(224,225,210)
#E7E8DC
(231,232,220)
#EEEFE6
(238,239,230)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB08C; }

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

This text font color is #AFB08C.

Background Color

.myBgColor { background-color: #AFB08C; }

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

This div background color is #AFB08C.

Border color

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

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

This div border color is #AFB08C.

Opacity

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

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

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

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

This text has shadow with #AFB08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB08C.

Preview

Color preview on black background

This text has color #AFB08C on black background.


Color preview on white background

This text has color #AFB08C on white background.


Black color preview on #AFB08C background

This text has black color on #AFB08C background.


White color preview on #AFB08C background

This text has white color on #AFB08C background.


Related colors

Complementary color

Complementary color for #hex is #504F73.


I love getcolorcode.com

Triadic colors

1 #8CAFB0 and #B08CAF with #AFB08C are triadic colors.

2 #8CB0AF and #B0AF8C with #AFB08C are triadic colors.