COLOR #AF6470

HEX: #AF6470
RGB: (175,100,112)

Color info

#AF6470 contains mainly red color. Web safe color of #AF6470 is #996666 (or #966).

RGB color model

#AF6470 color RGB value is (175,100,112).

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

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 112 of 255 = 44%

175
100
112

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

Portions of RGB colors in percentages

R + G + B =
175 + 100 + 112 = 387 (100%)
R 175 of 387 ~ 45.22%
G 100 of 387 ~ 25.84%
B 112 of 387 ~ 28.94%

%45.22
%25.84
%28.94

CMYK color model

#AF6470 color CMYK value is (0,43,36,31).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 36.00%
  • key color value is 31.37%
CMYK:
(0,43,36,31)
C0M43Y36K31 
(0%,43%,36%,31%)
(0.00/0.43/0.36/0.31)	

CMYK percentages

%0
%42.86
%36
%31.37

Codes

Color #AF6470 in popluar color models

AF6470
RGB175100112
HSL350°31.91%53.92%
HSB/HSV350°42.86%68.63%
CMYK0.00%42.86%36.00%
31.37%

Color #AF6470 in popluar number systems.

HEXAF6470
Decimal175100112
Binary1010111111001001110000
Octal257144160

Shades and tints

Shades of #AF6470

#AF6470
(175,100,112)
#A05B66
(160,91,102)
#91525C
(145,82,92)
#824952
(130,73,82)
#734048
(115,64,72)
#64373E
(100,55,62)
#552E34
(85,46,52)
#46252A
(70,37,42)
#371C20
(55,28,32)
#281316
(40,19,22)
#190A0C
(25,10,12)
#000000
(0,0,0)

Tints of #AF6470

#AF6470
(175,100,112)
#B6727D
(182,114,125)
#BD808A
(189,128,138)
#C48E97
(196,142,151)
#CB9CA4
(203,156,164)
#D2AAB1
(210,170,177)
#D9B8BE
(217,184,190)
#E0C6CB
(224,198,203)
#E7D4D8
(231,212,216)
#EEE2E5
(238,226,229)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6470; }

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

This text font color is #AF6470.


Background Color

.myBgColor { background-color: #AF6470; }

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

This div background color is #AF6470.


Border color

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

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

This div border color is #AF6470.


Opacity

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

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

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

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

This text has shadow with #AF6470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6470 on black background.


Color preview on white background

This text has color #AF6470 on white background.



Black color preview on #AF6470 background

This text has black color on #AF6470 background.


White color preview on #AF6470 background

This text has white color on #AF6470 background.