COLOR #AF7570

HEX: #AF7570
RGB: (175,117,112)

Color info

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

RGB color model

#AF7570 color RGB value is (175,117,112).

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

RGB channels and saturation

R 175 of 255 = 69%
G 117 of 255 = 46%
B 112 of 255 = 44%

175
117
112

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

Portions of RGB colors in percentages

R + G + B =
175 + 117 + 112 = 404 (100%)
R 175 of 404 ~ 43.32%
G 117 of 404 ~ 28.96%
B 112 of 404 ~ 27.72%

%43.32
%28.96
%27.72

CMYK color model

#AF7570 color CMYK value is (0,33,36,31).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 36.00%
  • key color value is 31.37%
CMYK:
(0,33,36,31)
C0M33Y36K31 
(0%,33%,36%,31%)
(0.00/0.33/0.36/0.31)	

CMYK percentages

%0
%33.14
%36
%31.37

Codes

Color #AF7570 in popluar color models

AF7570
RGB175117112
HSL28.25%56.27%
HSB/HSV36.00%68.63%
CMYK0.00%33.14%36.00%
31.37%

Color #AF7570 in popluar number systems.

HEXAF7570
Decimal175117112
Binary1010111111101011110000
Octal257165160

Shades and tints

Shades of #AF7570

#AF7570
(175,117,112)
#A06B66
(160,107,102)
#91615C
(145,97,92)
#825752
(130,87,82)
#734D48
(115,77,72)
#64433E
(100,67,62)
#553934
(85,57,52)
#462F2A
(70,47,42)
#372520
(55,37,32)
#281B16
(40,27,22)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #AF7570

#AF7570
(175,117,112)
#B6817D
(182,129,125)
#BD8D8A
(189,141,138)
#C49997
(196,153,151)
#CBA5A4
(203,165,164)
#D2B1B1
(210,177,177)
#D9BDBE
(217,189,190)
#E0C9CB
(224,201,203)
#E7D5D8
(231,213,216)
#EEE1E5
(238,225,229)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7570; }

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

This text font color is #AF7570.


Background Color

.myBgColor { background-color: #AF7570; }

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

This div background color is #AF7570.


Border color

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

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

This div border color is #AF7570.


Opacity

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

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

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

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

This text has shadow with #AF7570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7570 on black background.


Color preview on white background

This text has color #AF7570 on white background.



Black color preview on #AF7570 background

This text has black color on #AF7570 background.


White color preview on #AF7570 background

This text has white color on #AF7570 background.