COLOR #AF6172

HEX: #AF6172
RGB: (175,97,114)

Color info

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

RGB color model

#AF6172 color RGB value is (175,97,114).

  • red value is 175;
  • green value is 97;
  • blue value is 114.
RGB:
(175,97,114)
(69%,38%,45%)

RGB channels and saturation

R 175 of 255 = 69%
G 97 of 255 = 38%
B 114 of 255 = 45%

175
97
114

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

Portions of RGB colors in percentages

R + G + B =
175 + 97 + 114 = 386 (100%)
R 175 of 386 ~ 45.34%
G 97 of 386 ~ 25.13%
B 114 of 386 ~ 29.53%

%45.34
%25.13
%29.53

CMYK color model

#AF6172 color CMYK value is (0,45,35,31).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 34.86%
  • key color value is 31.37%
CMYK:
(0,45,35,31)
C0M45Y35K31 
(0%,45%,35%,31%)
(0.00/0.45/0.35/0.31)	

CMYK percentages

%0
%44.57
%34.86
%31.37

Codes

Color #AF6172 in popluar color models

AF6172
RGB17597114
HSL347°32.77%53.33%
HSB/HSV347°44.57%68.63%
CMYK0.00%44.57%34.86%
31.37%

Color #AF6172 in popluar number systems.

HEXAF6172
Decimal17597114
Binary1010111111000011110010
Octal257141162

Shades and tints

Shades of #AF6172

#AF6172
(175,97,114)
#A05968
(160,89,104)
#91515E
(145,81,94)
#824954
(130,73,84)
#73414A
(115,65,74)
#643940
(100,57,64)
#553136
(85,49,54)
#46292C
(70,41,44)
#372122
(55,33,34)
#281918
(40,25,24)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AF6172

#AF6172
(175,97,114)
#B66F7E
(182,111,126)
#BD7D8A
(189,125,138)
#C48B96
(196,139,150)
#CB99A2
(203,153,162)
#D2A7AE
(210,167,174)
#D9B5BA
(217,181,186)
#E0C3C6
(224,195,198)
#E7D1D2
(231,209,210)
#EEDFDE
(238,223,222)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6172 color. Also use rgb(175,97,114) instead hex code.

Text Font Color

.myTextColor { color: #AF6172; }

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

This text font color is #AF6172.


Background Color

.myBgColor { background-color: #AF6172; }

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

This div background color is #AF6172.


Border color

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

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

This div border color is #AF6172.


Opacity

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

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

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

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

This text has shadow with #AF6172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6172 on black background.


Color preview on white background

This text has color #AF6172 on white background.



Black color preview on #AF6172 background

This text has black color on #AF6172 background.


White color preview on #AF6172 background

This text has white color on #AF6172 background.