COLOR #AF93A0

HEX: #AF93A0
RGB: (175,147,160)

Color info

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

RGB color model

#AF93A0 color RGB value is (175,147,160).

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

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 160 of 255 = 63%

175
147
160

R + G + B ~ 63%. #AF93A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 147 + 160 = 482 (100%)
R 175 of 482 ~ 36.31%
G 147 of 482 ~ 30.5%
B 160 of 482 ~ 33.2%

%36.31
%30.5
%33.2

CMYK color model

#AF93A0 color CMYK value is (0,16,9,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(0,16,9,31)
C0M16Y9K31 
(0%,16%,9%,31%)
(0.00/0.16/0.09/0.31)	

CMYK percentages

%0
%16
%8.57
%31.37

Codes

Color #AF93A0 in popluar color models

AF93A0
RGB175147160
HSL332°14.89%63.14%
HSB/HSV332°16.00%68.63%
CMYK0.00%16.00%8.57%
31.37%

Color #AF93A0 in popluar number systems.

HEXAF93A0
Decimal175147160
Binary101011111001001110100000
Octal257223240

Shades and tints

Shades of #AF93A0

#AF93A0
(175,147,160)
#A08692
(160,134,146)
#917984
(145,121,132)
#826C76
(130,108,118)
#735F68
(115,95,104)
#64525A
(100,82,90)
#55454C
(85,69,76)
#46383E
(70,56,62)
#372B30
(55,43,48)
#281E22
(40,30,34)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #AF93A0

#AF93A0
(175,147,160)
#B69CA8
(182,156,168)
#BDA5B0
(189,165,176)
#C4AEB8
(196,174,184)
#CBB7C0
(203,183,192)
#D2C0C8
(210,192,200)
#D9C9D0
(217,201,208)
#E0D2D8
(224,210,216)
#E7DBE0
(231,219,224)
#EEE4E8
(238,228,232)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF93A0; }

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

This text font color is #AF93A0.


Background Color

.myBgColor { background-color: #AF93A0; }

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

This div background color is #AF93A0.


Border color

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

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

This div border color is #AF93A0.


Opacity

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

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

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

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

This text has shadow with #AF93A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF93A0 on black background.


Color preview on white background

This text has color #AF93A0 on white background.



Black color preview on #AF93A0 background

This text has black color on #AF93A0 background.


White color preview on #AF93A0 background

This text has white color on #AF93A0 background.