COLOR #AFB399

HEX: #AFB399
RGB: (175,179,153)

Color info

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

RGB color model

#AFB399 color RGB value is (175,179,153).

  • red value is 175;
  • green value is 179;
  • blue value is 153.
RGB:
(175,179,153)
(69%,70%,60%)

RGB channels and saturation

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

175
179
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 153 = 507 (100%)
R 175 of 507 ~ 34.52%
G 179 of 507 ~ 35.31%
B 153 of 507 ~ 30.18%

%34.52
%35.31
%30.18

CMYK color model

#AFB399 color CMYK value is (2,0,15,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK:
(2,0,15,30)
C2M0Y15K30 
(2%,0%,15%,30%)
(0.02/0.00/0.15/0.30)	

CMYK percentages

%2.23
%0
%14.53
%29.8

Codes

Color #AFB399 in popluar color models

AFB399
RGB175179153
HSL69°14.61%65.10%
HSB/HSV69°14.53%70.20%
CMYK2.23%0.00%14.53%
29.80%

Color #AFB399 in popluar number systems.

HEXAFB399
Decimal175179153
Binary101011111011001110011001
Octal257263231

Shades and tints

Shades of #AFB399

#AFB399
(175,179,153)
#A0A38C
(160,163,140)
#91937F
(145,147,127)
#828372
(130,131,114)
#737365
(115,115,101)
#646358
(100,99,88)
#55534B
(85,83,75)
#46433E
(70,67,62)
#373331
(55,51,49)
#282324
(40,35,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFB399

#AFB399
(175,179,153)
#B6B9A2
(182,185,162)
#BDBFAB
(189,191,171)
#C4C5B4
(196,197,180)
#CBCBBD
(203,203,189)
#D2D1C6
(210,209,198)
#D9D7CF
(217,215,207)
#E0DDD8
(224,221,216)
#E7E3E1
(231,227,225)
#EEE9EA
(238,233,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB399; }

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

This text font color is #AFB399.


Background Color

.myBgColor { background-color: #AFB399; }

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

This div background color is #AFB399.


Border color

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

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

This div border color is #AFB399.


Opacity

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

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

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

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

This text has shadow with #AFB399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB399 on black background.


Color preview on white background

This text has color #AFB399 on white background.



Black color preview on #AFB399 background

This text has black color on #AFB399 background.


White color preview on #AFB399 background

This text has white color on #AFB399 background.