COLOR #AF7467

HEX: #AF7467
RGB: (175,116,103)

Color info

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

RGB color model

#AF7467 color RGB value is (175,116,103).

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

RGB channels and saturation

R 175 of 255 = 69%
G 116 of 255 = 45%
B 103 of 255 = 40%

175
116
103

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

Portions of RGB colors in percentages

R + G + B =
175 + 116 + 103 = 394 (100%)
R 175 of 394 ~ 44.42%
G 116 of 394 ~ 29.44%
B 103 of 394 ~ 26.14%

%44.42
%29.44
%26.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 41.14%
  • key color value is 31.37%
CMYK:
(0,34,41,31)
C0M34Y41K31 
(0%,34%,41%,31%)
(0.00/0.34/0.41/0.31)	

CMYK percentages

%0
%33.71
%41.14
%31.37

Codes

Color #AF7467 in popluar color models

AF7467
RGB175116103
HSL11°31.03%54.51%
HSB/HSV11°41.14%68.63%
CMYK0.00%33.71%41.14%
31.37%

Color #AF7467 in popluar number systems.

HEXAF7467
Decimal175116103
Binary1010111111101001100111
Octal257164147

Shades and tints

Shades of #AF7467

#AF7467
(175,116,103)
#A06A5E
(160,106,94)
#916055
(145,96,85)
#82564C
(130,86,76)
#734C43
(115,76,67)
#64423A
(100,66,58)
#553831
(85,56,49)
#462E28
(70,46,40)
#37241F
(55,36,31)
#281A16
(40,26,22)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #AF7467

#AF7467
(175,116,103)
#B68074
(182,128,116)
#BD8C81
(189,140,129)
#C4988E
(196,152,142)
#CBA49B
(203,164,155)
#D2B0A8
(210,176,168)
#D9BCB5
(217,188,181)
#E0C8C2
(224,200,194)
#E7D4CF
(231,212,207)
#EEE0DC
(238,224,220)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7467; }

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

This text font color is #AF7467.


Background Color

.myBgColor { background-color: #AF7467; }

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

This div background color is #AF7467.


Border color

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

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

This div border color is #AF7467.


Opacity

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

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

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

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

This text has shadow with #AF7467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7467 on black background.


Color preview on white background

This text has color #AF7467 on white background.



Black color preview on #AF7467 background

This text has black color on #AF7467 background.


White color preview on #AF7467 background

This text has white color on #AF7467 background.