COLOR #AF7967

HEX: #AF7967
RGB: (175,121,103)

Color info

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

RGB color model

#AF7967 color RGB value is (175,121,103).

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

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 103 of 255 = 40%

175
121
103

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

Portions of RGB colors in percentages

R + G + B =
175 + 121 + 103 = 399 (100%)
R 175 of 399 ~ 43.86%
G 121 of 399 ~ 30.33%
B 103 of 399 ~ 25.81%

%43.86
%30.33
%25.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 41.14%
  • key color value is 31.37%
CMYK:
(0,31,41,31)
C0M31Y41K31 
(0%,31%,41%,31%)
(0.00/0.31/0.41/0.31)	

CMYK percentages

%0
%30.86
%41.14
%31.37

Codes

Color #AF7967 in popluar color models

AF7967
RGB175121103
HSL15°31.03%54.51%
HSB/HSV15°41.14%68.63%
CMYK0.00%30.86%41.14%
31.37%

Color #AF7967 in popluar number systems.

HEXAF7967
Decimal175121103
Binary1010111111110011100111
Octal257171147

Shades and tints

Shades of #AF7967

#AF7967
(175,121,103)
#A06E5E
(160,110,94)
#916355
(145,99,85)
#82584C
(130,88,76)
#734D43
(115,77,67)
#64423A
(100,66,58)
#553731
(85,55,49)
#462C28
(70,44,40)
#37211F
(55,33,31)
#281616
(40,22,22)
#190B0D
(25,11,13)
#000000
(0,0,0)

Tints of #AF7967

#AF7967
(175,121,103)
#B68574
(182,133,116)
#BD9181
(189,145,129)
#C49D8E
(196,157,142)
#CBA99B
(203,169,155)
#D2B5A8
(210,181,168)
#D9C1B5
(217,193,181)
#E0CDC2
(224,205,194)
#E7D9CF
(231,217,207)
#EEE5DC
(238,229,220)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7967; }

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

This text font color is #AF7967.


Background Color

.myBgColor { background-color: #AF7967; }

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

This div background color is #AF7967.


Border color

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

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

This div border color is #AF7967.


Opacity

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

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

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

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

This text has shadow with #AF7967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7967 on black background.


Color preview on white background

This text has color #AF7967 on white background.



Black color preview on #AF7967 background

This text has black color on #AF7967 background.


White color preview on #AF7967 background

This text has white color on #AF7967 background.