COLOR #AF8793

HEX: #AF8793
RGB: (175,135,147)

Color info

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

RGB color model

#AF8793 color RGB value is (175,135,147).

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

RGB channels and saturation

R 175 of 255 = 69%
G 135 of 255 = 53%
B 147 of 255 = 58%

175
135
147

R + G + B ~ 60%. #AF8793 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 135 + 147 = 457 (100%)
R 175 of 457 ~ 38.29%
G 135 of 457 ~ 29.54%
B 147 of 457 ~ 32.17%

%38.29
%29.54
%32.17

CMYK color model

#AF8793 color CMYK value is (0,23,16,31).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(0,23,16,31)
C0M23Y16K31 
(0%,23%,16%,31%)
(0.00/0.23/0.16/0.31)	

CMYK percentages

%0
%22.86
%16
%31.37

Codes

Color #AF8793 in popluar color models

AF8793
RGB175135147
HSL342°20.00%60.78%
HSB/HSV342°22.86%68.63%
CMYK0.00%22.86%16.00%
31.37%

Color #AF8793 in popluar number systems.

HEXAF8793
Decimal175135147
Binary101011111000011110010011
Octal257207223

Shades and tints

Shades of #AF8793

#AF8793
(175,135,147)
#A07B86
(160,123,134)
#916F79
(145,111,121)
#82636C
(130,99,108)
#73575F
(115,87,95)
#644B52
(100,75,82)
#553F45
(85,63,69)
#463338
(70,51,56)
#37272B
(55,39,43)
#281B1E
(40,27,30)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF8793

#AF8793
(175,135,147)
#B6919C
(182,145,156)
#BD9BA5
(189,155,165)
#C4A5AE
(196,165,174)
#CBAFB7
(203,175,183)
#D2B9C0
(210,185,192)
#D9C3C9
(217,195,201)
#E0CDD2
(224,205,210)
#E7D7DB
(231,215,219)
#EEE1E4
(238,225,228)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8793; }

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

This text font color is #AF8793.


Background Color

.myBgColor { background-color: #AF8793; }

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

This div background color is #AF8793.


Border color

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

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

This div border color is #AF8793.


Opacity

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

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

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

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

This text has shadow with #AF8793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8793 on black background.


Color preview on white background

This text has color #AF8793 on white background.



Black color preview on #AF8793 background

This text has black color on #AF8793 background.


White color preview on #AF8793 background

This text has white color on #AF8793 background.