COLOR #AF7C41

HEX: #AF7C41 RGB: (175,124,65)

Color info

#AF7C41 contains mainly red and green colors. Web safe color of #AF7C41 is #996633 (or #963).

RGB color model

#AF7C41 color RGB value is (175,124,65).

RGB: (175,124,65) (69%, 49%, 25%)

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 65 of 255 = 25%

175
124
65

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

Portions of RGB colors in percentages

R + G + B = 175 + 124 + 65 = 364 (100%)
R 175 of 364 ~ 48.08%
G 124 of 364 ~ 34.07%
B 65 of 364 ~ 17.86'%

%48.08
%34.07
%17.86

CMYK color model

#AF7C41 color CMYK value is (0,29,63,31).

  • cyan value is 0.00%
  • magenta value is 29.14%
  • yellow value is 62.86%
  • key color value is 31.37%

CMYK: (0,29,63,31)
C0M29Y63K31 (0%, 29%, 63%, 31%)
(0.00 / 0.29 / 0.63 / 0.31)

CMYK percentages

%0
%29.14
%62.86
%31.37

Codes

Color #AF7C41 in popluar color models

AF 7C 41
RGB 175 124 65
HSL 32° 45.83% 47.06%
HSB/HSV 32° 62.86% 68.63%
CMYK 0.00% 29.14% 62.86%
31.37%

Color #AF7C41 in popluar number systems.

HEX AF 7C 41
Decimal 175 124 65
Binary 10101111 1111100 1000001
Octal 257 174 101

Shades and tints

Shades of #AF7C41

#AF7C41
(175,124,65)
#A0713C
(160,113,60)
#916637
(145,102,55)
#825B32
(130,91,50)
#73502D
(115,80,45)
#644528
(100,69,40)
#553A23
(85,58,35)
#462F1E
(70,47,30)
#372419
(55,36,25)
#281914
(40,25,20)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #AF7C41

#AF7C41
(175,124,65)
#B68752
(182,135,82)
#BD9263
(189,146,99)
#C49D74
(196,157,116)
#CBA885
(203,168,133)
#D2B396
(210,179,150)
#D9BEA7
(217,190,167)
#E0C9B8
(224,201,184)
#E7D4C9
(231,212,201)
#EEDFDA
(238,223,218)
#F5EAEB
(245,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7C41 color. Also use rgb(175,124,65) instead hex code.

Text Font Color

.myTextColor { color: #AF7C41; }

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

This text font color is #AF7C41.

Background Color

.myBgColor { background-color: #AF7C41; }

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

This div background color is #AF7C41.

Border color

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

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

This div border color is #AF7C41.

Opacity

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

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

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

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

This text has shadow with #AF7C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7C41.

Preview

Color preview on black background

This text has color #AF7C41 on black background.


Color preview on white background

This text has color #AF7C41 on white background.


Black color preview on #AF7C41 background

This text has black color on #AF7C41 background.


White color preview on #AF7C41 background

This text has white color on #AF7C41 background.


Related colors

Complementary color

Complementary color for #hex is #5083BE.


I love getcolorcode.com

Triadic colors

1 #41AF7C and #7C41AF with #AF7C41 are triadic colors.

2 #417CAF and #7CAF41 with #AF7C41 are triadic colors.