COLOR #AFB38F

HEX: #AFB38F RGB: (175,179,143)

Color info

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

RGB color model

#AFB38F color RGB value is (175,179,143).

RGB: (175,179,143) (69%, 70%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 143 of 255 = 56%

175
179
143

R + G + B ~ 65%. #AFB38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 179 + 143 = 497 (100%)
R 175 of 497 ~ 35.21%
G 179 of 497 ~ 36.02%
B 143 of 497 ~ 28.77'%

%35.21
%36.02
%28.77

CMYK color model

#AFB38F color CMYK value is (2,0,20,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%

CMYK: (2,0,20,30)
C2M0Y20K30 (2%, 0%, 20%, 30%)
(0.02 / 0.00 / 0.20 / 0.30)

CMYK percentages

%2.23
%0
%20.11
%29.8

Codes

Color #AFB38F in popluar color models

AF B3 8F
RGB 175 179 143
HSL 67° 19.15% 63.14%
HSB/HSV 67° 20.11% 70.20%
CMYK 2.23% 0.00% 20.11%
29.80%

Color #AFB38F in popluar number systems.

HEX AF B3 8F
Decimal 175 179 143
Binary 10101111 10110011 10001111
Octal 257 263 217

Shades and tints

Shades of #AFB38F

#AFB38F
(175,179,143)
#A0A382
(160,163,130)
#919375
(145,147,117)
#828368
(130,131,104)
#73735B
(115,115,91)
#64634E
(100,99,78)
#555341
(85,83,65)
#464334
(70,67,52)
#373327
(55,51,39)
#28231A
(40,35,26)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #AFB38F

#AFB38F
(175,179,143)
#B6B999
(182,185,153)
#BDBFA3
(189,191,163)
#C4C5AD
(196,197,173)
#CBCBB7
(203,203,183)
#D2D1C1
(210,209,193)
#D9D7CB
(217,215,203)
#E0DDD5
(224,221,213)
#E7E3DF
(231,227,223)
#EEE9E9
(238,233,233)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB38F color. Also use rgb(175,179,143) instead hex code.

Text Font Color

.myTextColor { color: #AFB38F; }

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

This text font color is #AFB38F.

Background Color

.myBgColor { background-color: #AFB38F; }

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

This div background color is #AFB38F.

Border color

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

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

This div border color is #AFB38F.

Opacity

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

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

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

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

This text has shadow with #AFB38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB38F.

Preview

Color preview on black background

This text has color #AFB38F on black background.


Color preview on white background

This text has color #AFB38F on white background.


Black color preview on #AFB38F background

This text has black color on #AFB38F background.


White color preview on #AFB38F background

This text has white color on #AFB38F background.


Related colors

Complementary color

Complementary color for #hex is #504C70.


I love getcolorcode.com

Triadic colors

1 #8FAFB3 and #B38FAF with #AFB38F are triadic colors.

2 #8FB3AF and #B3AF8F with #AFB38F are triadic colors.