COLOR #AF7049

HEX: #AF7049
RGB: (175,112,73)

Color info

#AF7049 contains mainly red color. Web safe color of #AF7049 is #996633 (or #963).

RGB color model

#AF7049 color RGB value is (175,112,73).

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

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 73 of 255 = 29%

175
112
73

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

Portions of RGB colors in percentages

R + G + B =
175 + 112 + 73 = 360 (100%)
R 175 of 360 ~ 48.61%
G 112 of 360 ~ 31.11%
B 73 of 360 ~ 20.28%

%48.61
%31.11
%20.28

CMYK color model

#AF7049 color CMYK value is (0,36,58,31).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 58.29%
  • key color value is 31.37%
CMYK:
(0,36,58,31)
C0M36Y58K31 
(0%,36%,58%,31%)
(0.00/0.36/0.58/0.31)	

CMYK percentages

%0
%36
%58.29
%31.37

Codes

Color #AF7049 in popluar color models

AF7049
RGB17511273
HSL23°41.13%48.63%
HSB/HSV23°58.29%68.63%
CMYK0.00%36.00%58.29%
31.37%

Color #AF7049 in popluar number systems.

HEXAF7049
Decimal17511273
Binary1010111111100001001001
Octal257160111

Shades and tints

Shades of #AF7049

#AF7049
(175,112,73)
#A06643
(160,102,67)
#915C3D
(145,92,61)
#825237
(130,82,55)
#734831
(115,72,49)
#643E2B
(100,62,43)
#553425
(85,52,37)
#462A1F
(70,42,31)
#372019
(55,32,25)
#281613
(40,22,19)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #AF7049

#AF7049
(175,112,73)
#B67D59
(182,125,89)
#BD8A69
(189,138,105)
#C49779
(196,151,121)
#CBA489
(203,164,137)
#D2B199
(210,177,153)
#D9BEA9
(217,190,169)
#E0CBB9
(224,203,185)
#E7D8C9
(231,216,201)
#EEE5D9
(238,229,217)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7049; }

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

This text font color is #AF7049.


Background Color

.myBgColor { background-color: #AF7049; }

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

This div background color is #AF7049.


Border color

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

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

This div border color is #AF7049.


Opacity

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

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

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

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

This text has shadow with #AF7049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7049 on black background.


Color preview on white background

This text has color #AF7049 on white background.



Black color preview on #AF7049 background

This text has black color on #AF7049 background.


White color preview on #AF7049 background

This text has white color on #AF7049 background.