COLOR #AF7E61

HEX: #AF7E61
RGB: (175,126,97)

Color info

#AF7E61 contains mainly red and green colors. Web safe color of #AF7E61 is #996666 (or #966).

RGB color model

#AF7E61 color RGB value is (175,126,97).

  • red value is 175;
  • green value is 126;
  • blue value is 97.
RGB:
(175,126,97)
(69%,49%,38%)

RGB channels and saturation

R 175 of 255 = 69%
G 126 of 255 = 49%
B 97 of 255 = 38%

175
126
97

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

Portions of RGB colors in percentages

R + G + B =
175 + 126 + 97 = 398 (100%)
R 175 of 398 ~ 43.97%
G 126 of 398 ~ 31.66%
B 97 of 398 ~ 24.37%

%43.97
%31.66
%24.37

CMYK color model

#AF7E61 color CMYK value is (0,28,45,31).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 44.57%
  • key color value is 31.37%
CMYK:
(0,28,45,31)
C0M28Y45K31 
(0%,28%,45%,31%)
(0.00/0.28/0.45/0.31)	

CMYK percentages

%0
%28
%44.57
%31.37

Codes

Color #AF7E61 in popluar color models

AF7E61
RGB17512697
HSL22°32.77%53.33%
HSB/HSV22°44.57%68.63%
CMYK0.00%28.00%44.57%
31.37%

Color #AF7E61 in popluar number systems.

HEXAF7E61
Decimal17512697
Binary1010111111111101100001
Octal257176141

Shades and tints

Shades of #AF7E61

#AF7E61
(175,126,97)
#A07359
(160,115,89)
#916851
(145,104,81)
#825D49
(130,93,73)
#735241
(115,82,65)
#644739
(100,71,57)
#553C31
(85,60,49)
#463129
(70,49,41)
#372621
(55,38,33)
#281B19
(40,27,25)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AF7E61

#AF7E61
(175,126,97)
#B6896F
(182,137,111)
#BD947D
(189,148,125)
#C49F8B
(196,159,139)
#CBAA99
(203,170,153)
#D2B5A7
(210,181,167)
#D9C0B5
(217,192,181)
#E0CBC3
(224,203,195)
#E7D6D1
(231,214,209)
#EEE1DF
(238,225,223)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7E61 color. Also use rgb(175,126,97) instead hex code.

Text Font Color

.myTextColor { color: #AF7E61; }

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

This text font color is #AF7E61.


Background Color

.myBgColor { background-color: #AF7E61; }

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

This div background color is #AF7E61.


Border color

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

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

This div border color is #AF7E61.


Opacity

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

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

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

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

This text has shadow with #AF7E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7E61 on black background.


Color preview on white background

This text has color #AF7E61 on white background.



Black color preview on #AF7E61 background

This text has black color on #AF7E61 background.


White color preview on #AF7E61 background

This text has white color on #AF7E61 background.