COLOR #AF7071

HEX: #AF7071
RGB: (175,112,113)

Color info

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

RGB color model

#AF7071 color RGB value is (175,112,113).

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

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 113 of 255 = 44%

175
112
113

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

Portions of RGB colors in percentages

R + G + B =
175 + 112 + 113 = 400 (100%)
R 175 of 400 ~ 43.75%
G 112 of 400 ~ 28%
B 113 of 400 ~ 28.25%

%43.75
%28
%28.25

CMYK color model

#AF7071 color CMYK value is (0,36,35,31).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 35.43%
  • key color value is 31.37%
CMYK:
(0,36,35,31)
C0M36Y35K31 
(0%,36%,35%,31%)
(0.00/0.36/0.35/0.31)	

CMYK percentages

%0
%36
%35.43
%31.37

Codes

Color #AF7071 in popluar color models

AF7071
RGB175112113
HSL359°28.25%56.27%
HSB/HSV359°36.00%68.63%
CMYK0.00%36.00%35.43%
31.37%

Color #AF7071 in popluar number systems.

HEXAF7071
Decimal175112113
Binary1010111111100001110001
Octal257160161

Shades and tints

Shades of #AF7071

#AF7071
(175,112,113)
#A06667
(160,102,103)
#915C5D
(145,92,93)
#825253
(130,82,83)
#734849
(115,72,73)
#643E3F
(100,62,63)
#553435
(85,52,53)
#462A2B
(70,42,43)
#372021
(55,32,33)
#281617
(40,22,23)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #AF7071

#AF7071
(175,112,113)
#B67D7D
(182,125,125)
#BD8A89
(189,138,137)
#C49795
(196,151,149)
#CBA4A1
(203,164,161)
#D2B1AD
(210,177,173)
#D9BEB9
(217,190,185)
#E0CBC5
(224,203,197)
#E7D8D1
(231,216,209)
#EEE5DD
(238,229,221)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7071; }

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

This text font color is #AF7071.


Background Color

.myBgColor { background-color: #AF7071; }

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

This div background color is #AF7071.


Border color

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

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

This div border color is #AF7071.


Opacity

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

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

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

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

This text has shadow with #AF7071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7071 on black background.


Color preview on white background

This text has color #AF7071 on white background.



Black color preview on #AF7071 background

This text has black color on #AF7071 background.


White color preview on #AF7071 background

This text has white color on #AF7071 background.