COLOR #AF9A93

HEX: #AF9A93
RGB: (175,154,147)

Color info

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

RGB color model

#AF9A93 color RGB value is (175,154,147).

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

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 147 of 255 = 58%

175
154
147

R + G + B ~ 62%. #AF9A93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 154 + 147 = 476 (100%)
R 175 of 476 ~ 36.76%
G 154 of 476 ~ 32.35%
B 147 of 476 ~ 30.88%

%36.76
%32.35
%30.88

CMYK color model

#AF9A93 color CMYK value is (0,12,16,31).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(0,12,16,31)
C0M12Y16K31 
(0%,12%,16%,31%)
(0.00/0.12/0.16/0.31)	

CMYK percentages

%0
%12
%16
%31.37

Codes

Color #AF9A93 in popluar color models

AF9A93
RGB175154147
HSL15°14.89%63.14%
HSB/HSV15°16.00%68.63%
CMYK0.00%12.00%16.00%
31.37%

Color #AF9A93 in popluar number systems.

HEXAF9A93
Decimal175154147
Binary101011111001101010010011
Octal257232223

Shades and tints

Shades of #AF9A93

#AF9A93
(175,154,147)
#A08C86
(160,140,134)
#917E79
(145,126,121)
#82706C
(130,112,108)
#73625F
(115,98,95)
#645452
(100,84,82)
#554645
(85,70,69)
#463838
(70,56,56)
#372A2B
(55,42,43)
#281C1E
(40,28,30)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #AF9A93

#AF9A93
(175,154,147)
#B6A39C
(182,163,156)
#BDACA5
(189,172,165)
#C4B5AE
(196,181,174)
#CBBEB7
(203,190,183)
#D2C7C0
(210,199,192)
#D9D0C9
(217,208,201)
#E0D9D2
(224,217,210)
#E7E2DB
(231,226,219)
#EEEBE4
(238,235,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9A93; }

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

This text font color is #AF9A93.


Background Color

.myBgColor { background-color: #AF9A93; }

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

This div background color is #AF9A93.


Border color

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

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

This div border color is #AF9A93.


Opacity

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

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

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

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

This text has shadow with #AF9A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9A93 on black background.


Color preview on white background

This text has color #AF9A93 on white background.



Black color preview on #AF9A93 background

This text has black color on #AF9A93 background.


White color preview on #AF9A93 background

This text has white color on #AF9A93 background.