COLOR #AFA893

HEX: #AFA893
RGB: (175,168,147)

Color info

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

RGB color model

#AFA893 color RGB value is (175,168,147).

  • red value is 175;
  • green value is 168;
  • blue value is 147.
RGB:
(175,168,147)
(69%,66%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 147 of 255 = 58%

175
168
147

R + G + B ~ 64%. #AFA893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 147 = 490 (100%)
R 175 of 490 ~ 35.71%
G 168 of 490 ~ 34.29%
B 147 of 490 ~ 30%

%35.71
%34.29
%30

CMYK color model

#AFA893 color CMYK value is (0,4,16,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(0,4,16,31)
C0M4Y16K31 
(0%,4%,16%,31%)
(0.00/0.04/0.16/0.31)	

CMYK percentages

%0
%4
%16
%31.37

Codes

Color #AFA893 in popluar color models

AFA893
RGB175168147
HSL45°14.89%63.14%
HSB/HSV45°16.00%68.63%
CMYK0.00%4.00%16.00%
31.37%

Color #AFA893 in popluar number systems.

HEXAFA893
Decimal175168147
Binary101011111010100010010011
Octal257250223

Shades and tints

Shades of #AFA893

#AFA893
(175,168,147)
#A09986
(160,153,134)
#918A79
(145,138,121)
#827B6C
(130,123,108)
#736C5F
(115,108,95)
#645D52
(100,93,82)
#554E45
(85,78,69)
#463F38
(70,63,56)
#37302B
(55,48,43)
#28211E
(40,33,30)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AFA893

#AFA893
(175,168,147)
#B6AF9C
(182,175,156)
#BDB6A5
(189,182,165)
#C4BDAE
(196,189,174)
#CBC4B7
(203,196,183)
#D2CBC0
(210,203,192)
#D9D2C9
(217,210,201)
#E0D9D2
(224,217,210)
#E7E0DB
(231,224,219)
#EEE7E4
(238,231,228)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA893 color. Also use rgb(175,168,147) instead hex code.

Text Font Color

.myTextColor { color: #AFA893; }

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

This text font color is #AFA893.


Background Color

.myBgColor { background-color: #AFA893; }

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

This div background color is #AFA893.


Border color

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

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

This div border color is #AFA893.


Opacity

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

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

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

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

This text has shadow with #AFA893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA893 on black background.


Color preview on white background

This text has color #AFA893 on white background.



Black color preview on #AFA893 background

This text has black color on #AFA893 background.


White color preview on #AFA893 background

This text has white color on #AFA893 background.