COLOR #AF7D49

HEX: #AF7D49 RGB: (175,125,73)

Color info

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

RGB color model

#AF7D49 color RGB value is (175,125,73).

RGB: (175,125,73) (69%, 49%, 29%)

RGB channels and saturation

R 175 of 255 = 69%
G 125 of 255 = 49%
B 73 of 255 = 29%

175
125
73

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

Portions of RGB colors in percentages

R + G + B = 175 + 125 + 73 = 373 (100%)
R 175 of 373 ~ 46.92%
G 125 of 373 ~ 33.51%
B 73 of 373 ~ 19.57'%

%46.92
%33.51
%19.57

CMYK color model

#AF7D49 color CMYK value is (0,29,58,31).

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

CMYK: (0,29,58,31)
C0M29Y58K31 (0%, 29%, 58%, 31%)
(0.00 / 0.29 / 0.58 / 0.31)

CMYK percentages

%0
%28.57
%58.29
%31.37

Codes

Color #AF7D49 in popluar color models

AF 7D 49
RGB 175 125 73
HSL 31° 41.13% 48.63%
HSB/HSV 31° 58.29% 68.63%
CMYK 0.00% 28.57% 58.29%
31.37%

Color #AF7D49 in popluar number systems.

HEX AF 7D 49
Decimal 175 125 73
Binary 10101111 1111101 1001001
Octal 257 175 111

Shades and tints

Shades of #AF7D49

#AF7D49
(175,125,73)
#A07243
(160,114,67)
#91673D
(145,103,61)
#825C37
(130,92,55)
#735131
(115,81,49)
#64462B
(100,70,43)
#553B25
(85,59,37)
#46301F
(70,48,31)
#372519
(55,37,25)
#281A13
(40,26,19)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #AF7D49

#AF7D49
(175,125,73)
#B68859
(182,136,89)
#BD9369
(189,147,105)
#C49E79
(196,158,121)
#CBA989
(203,169,137)
#D2B499
(210,180,153)
#D9BFA9
(217,191,169)
#E0CAB9
(224,202,185)
#E7D5C9
(231,213,201)
#EEE0D9
(238,224,217)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7D49; }

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

This text font color is #AF7D49.

Background Color

.myBgColor { background-color: #AF7D49; }

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

This div background color is #AF7D49.

Border color

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

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

This div border color is #AF7D49.

Opacity

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

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

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

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

This text has shadow with #AF7D49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7D49.

Preview

Color preview on black background

This text has color #AF7D49 on black background.


Color preview on white background

This text has color #AF7D49 on white background.


Black color preview on #AF7D49 background

This text has black color on #AF7D49 background.


White color preview on #AF7D49 background

This text has white color on #AF7D49 background.


Related colors

Complementary color

Complementary color for #hex is #5082B6.


I love getcolorcode.com

Triadic colors

1 #49AF7D and #7D49AF with #AF7D49 are triadic colors.

2 #497DAF and #7DAF49 with #AF7D49 are triadic colors.