COLOR #AFA79B

HEX: #AFA79B
RGB: (175,167,155)

Color info

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

RGB color model

#AFA79B color RGB value is (175,167,155).

  • red value is 175;
  • green value is 167;
  • blue value is 155.
RGB:
(175,167,155)
(69%,65%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 155 of 255 = 61%

175
167
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 155 = 497 (100%)
R 175 of 497 ~ 35.21%
G 167 of 497 ~ 33.6%
B 155 of 497 ~ 31.19%

%35.21
%33.6
%31.19

CMYK color model

#AFA79B color CMYK value is (0,5,11,31).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(0,5,11,31)
C0M5Y11K31 
(0%,5%,11%,31%)
(0.00/0.05/0.11/0.31)	

CMYK percentages

%0
%4.57
%11.43
%31.37

Codes

Color #AFA79B in popluar color models

AFA79B
RGB175167155
HSL36°11.11%64.71%
HSB/HSV36°11.43%68.63%
CMYK0.00%4.57%11.43%
31.37%

Color #AFA79B in popluar number systems.

HEXAFA79B
Decimal175167155
Binary101011111010011110011011
Octal257247233

Shades and tints

Shades of #AFA79B

#AFA79B
(175,167,155)
#A0988D
(160,152,141)
#91897F
(145,137,127)
#827A71
(130,122,113)
#736B63
(115,107,99)
#645C55
(100,92,85)
#554D47
(85,77,71)
#463E39
(70,62,57)
#372F2B
(55,47,43)
#28201D
(40,32,29)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #AFA79B

#AFA79B
(175,167,155)
#B6AFA4
(182,175,164)
#BDB7AD
(189,183,173)
#C4BFB6
(196,191,182)
#CBC7BF
(203,199,191)
#D2CFC8
(210,207,200)
#D9D7D1
(217,215,209)
#E0DFDA
(224,223,218)
#E7E7E3
(231,231,227)
#EEEFEC
(238,239,236)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA79B; }

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

This text font color is #AFA79B.


Background Color

.myBgColor { background-color: #AFA79B; }

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

This div background color is #AFA79B.


Border color

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

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

This div border color is #AFA79B.


Opacity

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

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

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

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

This text has shadow with #AFA79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA79B on black background.


Color preview on white background

This text has color #AFA79B on white background.



Black color preview on #AFA79B background

This text has black color on #AFA79B background.


White color preview on #AFA79B background

This text has white color on #AFA79B background.