COLOR #AFB09B

HEX: #AFB09B RGB: (175,176,155)

Color info

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

RGB color model

#AFB09B color RGB value is (175,176,155).

RGB: (175,176,155) (69%, 69%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 155 of 255 = 61%

175
176
155

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

Portions of RGB colors in percentages

R + G + B = 175 + 176 + 155 = 506 (100%)
R 175 of 506 ~ 34.58%
G 176 of 506 ~ 34.78%
B 155 of 506 ~ 30.63'%

%34.58
%34.78
%30.63

CMYK color model

#AFB09B color CMYK value is (1,0,12,31).

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

CMYK: (1,0,12,31)
C1M0Y12K31 (1%, 0%, 12%, 31%)
(0.01 / 0.00 / 0.12 / 0.31)

CMYK percentages

%0.57
%0
%11.93
%30.98

Codes

Color #AFB09B in popluar color models

AF B0 9B
RGB 175 176 155
HSL 63° 11.73% 64.90%
HSB/HSV 63° 11.93% 69.02%
CMYK 0.57% 0.00% 11.93%
30.98%

Color #AFB09B in popluar number systems.

HEX AF B0 9B
Decimal 175 176 155
Binary 10101111 10110000 10011011
Octal 257 260 233

Shades and tints

Shades of #AFB09B

#AFB09B
(175,176,155)
#A0A08D
(160,160,141)
#91907F
(145,144,127)
#828071
(130,128,113)
#737063
(115,112,99)
#646055
(100,96,85)
#555047
(85,80,71)
#464039
(70,64,57)
#37302B
(55,48,43)
#28201D
(40,32,29)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #AFB09B

#AFB09B
(175,176,155)
#B6B7A4
(182,183,164)
#BDBEAD
(189,190,173)
#C4C5B6
(196,197,182)
#CBCCBF
(203,204,191)
#D2D3C8
(210,211,200)
#D9DAD1
(217,218,209)
#E0E1DA
(224,225,218)
#E7E8E3
(231,232,227)
#EEEFEC
(238,239,236)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB09B; }

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

This text font color is #AFB09B.

Background Color

.myBgColor { background-color: #AFB09B; }

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

This div background color is #AFB09B.

Border color

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

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

This div border color is #AFB09B.

Opacity

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

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

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

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

This text has shadow with #AFB09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB09B.

Preview

Color preview on black background

This text has color #AFB09B on black background.


Color preview on white background

This text has color #AFB09B on white background.


Black color preview on #AFB09B background

This text has black color on #AFB09B background.


White color preview on #AFB09B background

This text has white color on #AFB09B background.


Related colors

Complementary color

Complementary color for #hex is #504F64.


I love getcolorcode.com

Triadic colors

1 #9BAFB0 and #B09BAF with #AFB09B are triadic colors.

2 #9BB0AF and #B0AF9B with #AFB09B are triadic colors.