COLOR #AF6F78

HEX: #AF6F78
RGB: (175,111,120)

Color info

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

RGB color model

#AF6F78 color RGB value is (175,111,120).

  • red value is 175;
  • green value is 111;
  • blue value is 120.
RGB:
(175,111,120)
(69%,44%,47%)

RGB channels and saturation

R 175 of 255 = 69%
G 111 of 255 = 44%
B 120 of 255 = 47%

175
111
120

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

Portions of RGB colors in percentages

R + G + B =
175 + 111 + 120 = 406 (100%)
R 175 of 406 ~ 43.1%
G 111 of 406 ~ 27.34%
B 120 of 406 ~ 29.56%

%43.1
%27.34
%29.56

CMYK color model

#AF6F78 color CMYK value is (0,37,31,31).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 31.43%
  • key color value is 31.37%
CMYK:
(0,37,31,31)
C0M37Y31K31 
(0%,37%,31%,31%)
(0.00/0.37/0.31/0.31)	

CMYK percentages

%0
%36.57
%31.43
%31.37

Codes

Color #AF6F78 in popluar color models

AF6F78
RGB175111120
HSL352°28.57%56.08%
HSB/HSV352°36.57%68.63%
CMYK0.00%36.57%31.43%
31.37%

Color #AF6F78 in popluar number systems.

HEXAF6F78
Decimal175111120
Binary1010111111011111111000
Octal257157170

Shades and tints

Shades of #AF6F78

#AF6F78
(175,111,120)
#A0656E
(160,101,110)
#915B64
(145,91,100)
#82515A
(130,81,90)
#734750
(115,71,80)
#643D46
(100,61,70)
#55333C
(85,51,60)
#462932
(70,41,50)
#371F28
(55,31,40)
#28151E
(40,21,30)
#190B14
(25,11,20)
#000000
(0,0,0)

Tints of #AF6F78

#AF6F78
(175,111,120)
#B67C84
(182,124,132)
#BD8990
(189,137,144)
#C4969C
(196,150,156)
#CBA3A8
(203,163,168)
#D2B0B4
(210,176,180)
#D9BDC0
(217,189,192)
#E0CACC
(224,202,204)
#E7D7D8
(231,215,216)
#EEE4E4
(238,228,228)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6F78 color. Also use rgb(175,111,120) instead hex code.

Text Font Color

.myTextColor { color: #AF6F78; }

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

This text font color is #AF6F78.


Background Color

.myBgColor { background-color: #AF6F78; }

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

This div background color is #AF6F78.


Border color

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

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

This div border color is #AF6F78.


Opacity

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

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

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

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

This text has shadow with #AF6F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6F78 on black background.


Color preview on white background

This text has color #AF6F78 on white background.



Black color preview on #AF6F78 background

This text has black color on #AF6F78 background.


White color preview on #AF6F78 background

This text has white color on #AF6F78 background.