COLOR #AF7961

HEX: #AF7961
RGB: (175,121,97)

Color info

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

RGB color model

#AF7961 color RGB value is (175,121,97).

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

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 97 of 255 = 38%

175
121
97

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

Portions of RGB colors in percentages

R + G + B =
175 + 121 + 97 = 393 (100%)
R 175 of 393 ~ 44.53%
G 121 of 393 ~ 30.79%
B 97 of 393 ~ 24.68%

%44.53
%30.79
%24.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 44.57%
  • key color value is 31.37%
CMYK:
(0,31,45,31)
C0M31Y45K31 
(0%,31%,45%,31%)
(0.00/0.31/0.45/0.31)	

CMYK percentages

%0
%30.86
%44.57
%31.37

Codes

Color #AF7961 in popluar color models

AF7961
RGB17512197
HSL18°32.77%53.33%
HSB/HSV18°44.57%68.63%
CMYK0.00%30.86%44.57%
31.37%

Color #AF7961 in popluar number systems.

HEXAF7961
Decimal17512197
Binary1010111111110011100001
Octal257171141

Shades and tints

Shades of #AF7961

#AF7961
(175,121,97)
#A06E59
(160,110,89)
#916351
(145,99,81)
#825849
(130,88,73)
#734D41
(115,77,65)
#644239
(100,66,57)
#553731
(85,55,49)
#462C29
(70,44,41)
#372121
(55,33,33)
#281619
(40,22,25)
#190B11
(25,11,17)
#000000
(0,0,0)

Tints of #AF7961

#AF7961
(175,121,97)
#B6856F
(182,133,111)
#BD917D
(189,145,125)
#C49D8B
(196,157,139)
#CBA999
(203,169,153)
#D2B5A7
(210,181,167)
#D9C1B5
(217,193,181)
#E0CDC3
(224,205,195)
#E7D9D1
(231,217,209)
#EEE5DF
(238,229,223)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7961; }

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

This text font color is #AF7961.


Background Color

.myBgColor { background-color: #AF7961; }

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

This div background color is #AF7961.


Border color

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

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

This div border color is #AF7961.


Opacity

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

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

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

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

This text has shadow with #AF7961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7961 on black background.


Color preview on white background

This text has color #AF7961 on white background.



Black color preview on #AF7961 background

This text has black color on #AF7961 background.


White color preview on #AF7961 background

This text has white color on #AF7961 background.