COLOR #AFB39A

HEX: #AFB39A RGB: (175,179,154)

Color info

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

RGB color model

#AFB39A color RGB value is (175,179,154).

RGB: (175,179,154) (69%, 70%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 154 of 255 = 60%

175
179
154

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

Portions of RGB colors in percentages

R + G + B = 175 + 179 + 154 = 508 (100%)
R 175 of 508 ~ 34.45%
G 179 of 508 ~ 35.24%
B 154 of 508 ~ 30.31'%

%34.45
%35.24
%30.31

CMYK color model

#AFB39A color CMYK value is (2,0,14,30).

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

CMYK: (2,0,14,30)
C2M0Y14K30 (2%, 0%, 14%, 30%)
(0.02 / 0.00 / 0.14 / 0.30)

CMYK percentages

%2.23
%0
%13.97
%29.8

Codes

Color #AFB39A in popluar color models

AF B3 9A
RGB 175 179 154
HSL 70° 14.12% 65.29%
HSB/HSV 70° 13.97% 70.20%
CMYK 2.23% 0.00% 13.97%
29.80%

Color #AFB39A in popluar number systems.

HEX AF B3 9A
Decimal 175 179 154
Binary 10101111 10110011 10011010
Octal 257 263 232

Shades and tints

Shades of #AFB39A

#AFB39A
(175,179,154)
#A0A38C
(160,163,140)
#91937E
(145,147,126)
#828370
(130,131,112)
#737362
(115,115,98)
#646354
(100,99,84)
#555346
(85,83,70)
#464338
(70,67,56)
#37332A
(55,51,42)
#28231C
(40,35,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AFB39A

#AFB39A
(175,179,154)
#B6B9A3
(182,185,163)
#BDBFAC
(189,191,172)
#C4C5B5
(196,197,181)
#CBCBBE
(203,203,190)
#D2D1C7
(210,209,199)
#D9D7D0
(217,215,208)
#E0DDD9
(224,221,217)
#E7E3E2
(231,227,226)
#EEE9EB
(238,233,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB39A; }

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

This text font color is #AFB39A.

Background Color

.myBgColor { background-color: #AFB39A; }

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

This div background color is #AFB39A.

Border color

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

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

This div border color is #AFB39A.

Opacity

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

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

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

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

This text has shadow with #AFB39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB39A.

Preview

Color preview on black background

This text has color #AFB39A on black background.


Color preview on white background

This text has color #AFB39A on white background.


Black color preview on #AFB39A background

This text has black color on #AFB39A background.


White color preview on #AFB39A background

This text has white color on #AFB39A background.


Related colors

Complementary color

Complementary color for #hex is #504C65.


I love getcolorcode.com

Triadic colors

1 #9AAFB3 and #B39AAF with #AFB39A are triadic colors.

2 #9AB3AF and #B3AF9A with #AFB39A are triadic colors.