COLOR #AF4749

HEX: #AF4749 RGB: (175,71,73)

Color info

#AF4749 contains mainly red color. Web safe color of #AF4749 is #993333 (or #933).

RGB color model

#AF4749 color RGB value is (175,71,73).

RGB: (175,71,73) (69%, 28%, 29%)

RGB channels and saturation

R 175 of 255 = 69%
G 71 of 255 = 28%
B 73 of 255 = 29%

175
71
73

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

Portions of RGB colors in percentages

R + G + B = 175 + 71 + 73 = 319 (100%)
R 175 of 319 ~ 54.86%
G 71 of 319 ~ 22.26%
B 73 of 319 ~ 22.88'%

%54.86
%22.26
%22.88

CMYK color model

#AF4749 color CMYK value is (0,59,58,31).

  • cyan value is 0.00%
  • magenta value is 59.43%
  • yellow value is 58.29%
  • key color value is 31.37%

CMYK: (0,59,58,31)
C0M59Y58K31 (0%, 59%, 58%, 31%)
(0.00 / 0.59 / 0.58 / 0.31)

CMYK percentages

%0
%59.43
%58.29
%31.37

Codes

Color #AF4749 in popluar color models

AF 47 49
RGB 175 71 73
HSL 359° 42.28% 48.24%
HSB/HSV 359° 59.43% 68.63%
CMYK 0.00% 59.43% 58.29%
31.37%

Color #AF4749 in popluar number systems.

HEX AF 47 49
Decimal 175 71 73
Binary 10101111 1000111 1001001
Octal 257 107 111

Shades and tints

Shades of #AF4749

#AF4749
(175,71,73)
#A04143
(160,65,67)
#913B3D
(145,59,61)
#823537
(130,53,55)
#732F31
(115,47,49)
#64292B
(100,41,43)
#552325
(85,35,37)
#461D1F
(70,29,31)
#371719
(55,23,25)
#281113
(40,17,19)
#190B0D
(25,11,13)
#000000
(0,0,0)

Tints of #AF4749

#AF4749
(175,71,73)
#B65759
(182,87,89)
#BD6769
(189,103,105)
#C47779
(196,119,121)
#CB8789
(203,135,137)
#D29799
(210,151,153)
#D9A7A9
(217,167,169)
#E0B7B9
(224,183,185)
#E7C7C9
(231,199,201)
#EED7D9
(238,215,217)
#F5E7E9
(245,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4749 color. Also use rgb(175,71,73) instead hex code.

Text Font Color

.myTextColor { color: #AF4749; }

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

This text font color is #AF4749.

Background Color

.myBgColor { background-color: #AF4749; }

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

This div background color is #AF4749.

Border color

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

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

This div border color is #AF4749.

Opacity

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

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

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

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

This text has shadow with #AF4749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF4749.

Preview

Color preview on black background

This text has color #AF4749 on black background.


Color preview on white background

This text has color #AF4749 on white background.


Black color preview on #AF4749 background

This text has black color on #AF4749 background.


White color preview on #AF4749 background

This text has white color on #AF4749 background.


Related colors

Complementary color

Complementary color for #hex is #50B8B6.


I love getcolorcode.com

Triadic colors

1 #49AF47 and #4749AF with #AF4749 are triadic colors.

2 #4947AF and #47AF49 with #AF4749 are triadic colors.