COLOR #AF93A4

HEX: #AF93A4 RGB: (175,147,164)

Color info

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

RGB color model

#AF93A4 color RGB value is (175,147,164).

RGB: (175,147,164) (69%, 58%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 164 of 255 = 64%

175
147
164

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

Portions of RGB colors in percentages

R + G + B = 175 + 147 + 164 = 486 (100%)
R 175 of 486 ~ 36.01%
G 147 of 486 ~ 30.25%
B 164 of 486 ~ 33.74'%

%36.01
%30.25
%33.74

CMYK color model

#AF93A4 color CMYK value is (0,16,6,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 6.29%
  • key color value is 31.37%

CMYK: (0,16,6,31)
C0M16Y6K31 (0%, 16%, 6%, 31%)
(0.00 / 0.16 / 0.06 / 0.31)

CMYK percentages

%0
%16
%6.29
%31.37

Codes

Color #AF93A4 in popluar color models

AF 93 A4
RGB 175 147 164
HSL 324° 14.89% 63.14%
HSB/HSV 324° 16.00% 68.63%
CMYK 0.00% 16.00% 6.29%
31.37%

Color #AF93A4 in popluar number systems.

HEX AF 93 A4
Decimal 175 147 164
Binary 10101111 10010011 10100100
Octal 257 223 244

Shades and tints

Shades of #AF93A4

#AF93A4
(175,147,164)
#A08696
(160,134,150)
#917988
(145,121,136)
#826C7A
(130,108,122)
#735F6C
(115,95,108)
#64525E
(100,82,94)
#554550
(85,69,80)
#463842
(70,56,66)
#372B34
(55,43,52)
#281E26
(40,30,38)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AF93A4

#AF93A4
(175,147,164)
#B69CAC
(182,156,172)
#BDA5B4
(189,165,180)
#C4AEBC
(196,174,188)
#CBB7C4
(203,183,196)
#D2C0CC
(210,192,204)
#D9C9D4
(217,201,212)
#E0D2DC
(224,210,220)
#E7DBE4
(231,219,228)
#EEE4EC
(238,228,236)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF93A4; }

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

This text font color is #AF93A4.

Background Color

.myBgColor { background-color: #AF93A4; }

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

This div background color is #AF93A4.

Border color

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

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

This div border color is #AF93A4.

Opacity

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

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

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

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

This text has shadow with #AF93A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF93A4.

Preview

Color preview on black background

This text has color #AF93A4 on black background.


Color preview on white background

This text has color #AF93A4 on white background.


Black color preview on #AF93A4 background

This text has black color on #AF93A4 background.


White color preview on #AF93A4 background

This text has white color on #AF93A4 background.


Related colors

Complementary color

Complementary color for #hex is #506C5B.


I love getcolorcode.com

Triadic colors

1 #A4AF93 and #93A4AF with #AF93A4 are triadic colors.

2 #A493AF and #93AFA4 with #AF93A4 are triadic colors.