COLOR #AF647E

HEX: #AF647E
RGB: (175,100,126)

Color info

#AF647E contains mainly red and blue colors. Web safe color of #AF647E is #996666 (or #966).

RGB color model

#AF647E color RGB value is (175,100,126).

  • red value is 175;
  • green value is 100;
  • blue value is 126.
RGB:
(175,100,126)
(69%,39%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 126 of 255 = 49%

175
100
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 100 + 126 = 401 (100%)
R 175 of 401 ~ 43.64%
G 100 of 401 ~ 24.94%
B 126 of 401 ~ 31.42%

%43.64
%24.94
%31.42

CMYK color model

#AF647E color CMYK value is (0,43,28,31).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(0,43,28,31)
C0M43Y28K31 
(0%,43%,28%,31%)
(0.00/0.43/0.28/0.31)	

CMYK percentages

%0
%42.86
%28
%31.37

Codes

Color #AF647E in popluar color models

AF647E
RGB175100126
HSL339°31.91%53.92%
HSB/HSV339°42.86%68.63%
CMYK0.00%42.86%28.00%
31.37%

Color #AF647E in popluar number systems.

HEXAF647E
Decimal175100126
Binary1010111111001001111110
Octal257144176

Shades and tints

Shades of #AF647E

#AF647E
(175,100,126)
#A05B73
(160,91,115)
#915268
(145,82,104)
#82495D
(130,73,93)
#734052
(115,64,82)
#643747
(100,55,71)
#552E3C
(85,46,60)
#462531
(70,37,49)
#371C26
(55,28,38)
#28131B
(40,19,27)
#190A10
(25,10,16)
#000000
(0,0,0)

Tints of #AF647E

#AF647E
(175,100,126)
#B67289
(182,114,137)
#BD8094
(189,128,148)
#C48E9F
(196,142,159)
#CB9CAA
(203,156,170)
#D2AAB5
(210,170,181)
#D9B8C0
(217,184,192)
#E0C6CB
(224,198,203)
#E7D4D6
(231,212,214)
#EEE2E1
(238,226,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF647E color. Also use rgb(175,100,126) instead hex code.

Text Font Color

.myTextColor { color: #AF647E; }

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

This text font color is #AF647E.


Background Color

.myBgColor { background-color: #AF647E; }

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

This div background color is #AF647E.


Border color

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

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

This div border color is #AF647E.


Opacity

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

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

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

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

This text has shadow with #AF647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF647E on black background.


Color preview on white background

This text has color #AF647E on white background.



Black color preview on #AF647E background

This text has black color on #AF647E background.


White color preview on #AF647E background

This text has white color on #AF647E background.