COLOR #AF5E4F

HEX: #AF5E4F RGB: (175,94,79)

Color info

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

RGB color model

#AF5E4F color RGB value is (175,94,79).

RGB: (175,94,79) (69%, 37%, 31%)

RGB channels and saturation

R 175 of 255 = 69%
G 94 of 255 = 37%
B 79 of 255 = 31%

175
94
79

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

Portions of RGB colors in percentages

R + G + B = 175 + 94 + 79 = 348 (100%)
R 175 of 348 ~ 50.29%
G 94 of 348 ~ 27.01%
B 79 of 348 ~ 22.7'%

%50.29
%27.01
%22.7

CMYK color model

#AF5E4F color CMYK value is (0,46,55,31).

  • cyan value is 0.00%
  • magenta value is 46.29%
  • yellow value is 54.86%
  • key color value is 31.37%

CMYK: (0,46,55,31)
C0M46Y55K31 (0%, 46%, 55%, 31%)
(0.00 / 0.46 / 0.55 / 0.31)

CMYK percentages

%0
%46.29
%54.86
%31.37

Codes

Color #AF5E4F in popluar color models

AF 5E 4F
RGB 175 94 79
HSL 37.80% 49.80%
HSB/HSV 54.86% 68.63%
CMYK 0.00% 46.29% 54.86%
31.37%

Color #AF5E4F in popluar number systems.

HEX AF 5E 4F
Decimal 175 94 79
Binary 10101111 1011110 1001111
Octal 257 136 117

Shades and tints

Shades of #AF5E4F

#AF5E4F
(175,94,79)
#A05648
(160,86,72)
#914E41
(145,78,65)
#82463A
(130,70,58)
#733E33
(115,62,51)
#64362C
(100,54,44)
#552E25
(85,46,37)
#46261E
(70,38,30)
#371E17
(55,30,23)
#281610
(40,22,16)
#190E09
(25,14,9)
#000000
(0,0,0)

Tints of #AF5E4F

#AF5E4F
(175,94,79)
#B66C5F
(182,108,95)
#BD7A6F
(189,122,111)
#C4887F
(196,136,127)
#CB968F
(203,150,143)
#D2A49F
(210,164,159)
#D9B2AF
(217,178,175)
#E0C0BF
(224,192,191)
#E7CECF
(231,206,207)
#EEDCDF
(238,220,223)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5E4F color. Also use rgb(175,94,79) instead hex code.

Text Font Color

.myTextColor { color: #AF5E4F; }

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

This text font color is #AF5E4F.

Background Color

.myBgColor { background-color: #AF5E4F; }

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

This div background color is #AF5E4F.

Border color

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

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

This div border color is #AF5E4F.

Opacity

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

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

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

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

This text has shadow with #AF5E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF5E4F.

Preview

Color preview on black background

This text has color #AF5E4F on black background.


Color preview on white background

This text has color #AF5E4F on white background.


Black color preview on #AF5E4F background

This text has black color on #AF5E4F background.


White color preview on #AF5E4F background

This text has white color on #AF5E4F background.


Related colors

Complementary color

Complementary color for #hex is #50A1B0.


I love getcolorcode.com

Triadic colors

1 #4FAF5E and #5E4FAF with #AF5E4F are triadic colors.

2 #4F5EAF and #5EAF4F with #AF5E4F are triadic colors.