COLOR #AF6749

HEX: #AF6749
RGB: (175,103,73)

Color info

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

RGB color model

#AF6749 color RGB value is (175,103,73).

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

RGB channels and saturation

R 175 of 255 = 69%
G 103 of 255 = 40%
B 73 of 255 = 29%

175
103
73

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

Portions of RGB colors in percentages

R + G + B =
175 + 103 + 73 = 351 (100%)
R 175 of 351 ~ 49.86%
G 103 of 351 ~ 29.34%
B 73 of 351 ~ 20.8%

%49.86
%29.34
%20.8

CMYK color model

#AF6749 color CMYK value is (0,41,58,31).

  • cyan value is 0.00%
  • magenta value is 41.14%
  • yellow value is 58.29%
  • key color value is 31.37%
CMYK:
(0,41,58,31)
C0M41Y58K31 
(0%,41%,58%,31%)
(0.00/0.41/0.58/0.31)	

CMYK percentages

%0
%41.14
%58.29
%31.37

Codes

Color #AF6749 in popluar color models

AF6749
RGB17510373
HSL18°41.13%48.63%
HSB/HSV18°58.29%68.63%
CMYK0.00%41.14%58.29%
31.37%

Color #AF6749 in popluar number systems.

HEXAF6749
Decimal17510373
Binary1010111111001111001001
Octal257147111

Shades and tints

Shades of #AF6749

#AF6749
(175,103,73)
#A05E43
(160,94,67)
#91553D
(145,85,61)
#824C37
(130,76,55)
#734331
(115,67,49)
#643A2B
(100,58,43)
#553125
(85,49,37)
#46281F
(70,40,31)
#371F19
(55,31,25)
#281613
(40,22,19)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #AF6749

#AF6749
(175,103,73)
#B67459
(182,116,89)
#BD8169
(189,129,105)
#C48E79
(196,142,121)
#CB9B89
(203,155,137)
#D2A899
(210,168,153)
#D9B5A9
(217,181,169)
#E0C2B9
(224,194,185)
#E7CFC9
(231,207,201)
#EEDCD9
(238,220,217)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6749; }

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

This text font color is #AF6749.


Background Color

.myBgColor { background-color: #AF6749; }

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

This div background color is #AF6749.


Border color

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

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

This div border color is #AF6749.


Opacity

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

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

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

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

This text has shadow with #AF6749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6749 on black background.


Color preview on white background

This text has color #AF6749 on white background.



Black color preview on #AF6749 background

This text has black color on #AF6749 background.


White color preview on #AF6749 background

This text has white color on #AF6749 background.