COLOR #AF6F4F

HEX: #AF6F4F
RGB: (175,111,79)

Color info

#AF6F4F contains mainly red color. Web safe color of #AF6F4F is #996666 (or #966).

RGB color model

#AF6F4F color RGB value is (175,111,79).

  • red value is 175;
  • green value is 111;
  • blue value is 79.
RGB:
(175,111,79)
(69%,44%,31%)

RGB channels and saturation

R 175 of 255 = 69%
G 111 of 255 = 44%
B 79 of 255 = 31%

175
111
79

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

Portions of RGB colors in percentages

R + G + B =
175 + 111 + 79 = 365 (100%)
R 175 of 365 ~ 47.95%
G 111 of 365 ~ 30.41%
B 79 of 365 ~ 21.64%

%47.95
%30.41
%21.64

CMYK color model

#AF6F4F color CMYK value is (0,37,55,31).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 54.86%
  • key color value is 31.37%
CMYK:
(0,37,55,31)
C0M37Y55K31 
(0%,37%,55%,31%)
(0.00/0.37/0.55/0.31)	

CMYK percentages

%0
%36.57
%54.86
%31.37

Codes

Color #AF6F4F in popluar color models

AF6F4F
RGB17511179
HSL20°37.80%49.80%
HSB/HSV20°54.86%68.63%
CMYK0.00%36.57%54.86%
31.37%

Color #AF6F4F in popluar number systems.

HEXAF6F4F
Decimal17511179
Binary1010111111011111001111
Octal257157117

Shades and tints

Shades of #AF6F4F

#AF6F4F
(175,111,79)
#A06548
(160,101,72)
#915B41
(145,91,65)
#82513A
(130,81,58)
#734733
(115,71,51)
#643D2C
(100,61,44)
#553325
(85,51,37)
#46291E
(70,41,30)
#371F17
(55,31,23)
#281510
(40,21,16)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #AF6F4F

#AF6F4F
(175,111,79)
#B67C5F
(182,124,95)
#BD896F
(189,137,111)
#C4967F
(196,150,127)
#CBA38F
(203,163,143)
#D2B09F
(210,176,159)
#D9BDAF
(217,189,175)
#E0CABF
(224,202,191)
#E7D7CF
(231,215,207)
#EEE4DF
(238,228,223)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6F4F color. Also use rgb(175,111,79) instead hex code.

Text Font Color

.myTextColor { color: #AF6F4F; }

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

This text font color is #AF6F4F.


Background Color

.myBgColor { background-color: #AF6F4F; }

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

This div background color is #AF6F4F.


Border color

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

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

This div border color is #AF6F4F.


Opacity

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

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

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

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

This text has shadow with #AF6F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6F4F on black background.


Color preview on white background

This text has color #AF6F4F on white background.



Black color preview on #AF6F4F background

This text has black color on #AF6F4F background.


White color preview on #AF6F4F background

This text has white color on #AF6F4F background.