COLOR #AF6E42

HEX: #AF6E42
RGB: (175,110,66)

Color info

#AF6E42 contains mainly red color. Web safe color of #AF6E42 is #996633 (or #963).

RGB color model

#AF6E42 color RGB value is (175,110,66).

  • red value is 175;
  • green value is 110;
  • blue value is 66.
RGB:
(175,110,66)
(69%,43%,26%)

RGB channels and saturation

R 175 of 255 = 69%
G 110 of 255 = 43%
B 66 of 255 = 26%

175
110
66

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

Portions of RGB colors in percentages

R + G + B =
175 + 110 + 66 = 351 (100%)
R 175 of 351 ~ 49.86%
G 110 of 351 ~ 31.34%
B 66 of 351 ~ 18.8%

%49.86
%31.34
%18.8

CMYK color model

#AF6E42 color CMYK value is (0,37,62,31).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 62.29%
  • key color value is 31.37%
CMYK:
(0,37,62,31)
C0M37Y62K31 
(0%,37%,62%,31%)
(0.00/0.37/0.62/0.31)	

CMYK percentages

%0
%37.14
%62.29
%31.37

Codes

Color #AF6E42 in popluar color models

AF6E42
RGB17511066
HSL24°45.23%47.25%
HSB/HSV24°62.29%68.63%
CMYK0.00%37.14%62.29%
31.37%

Color #AF6E42 in popluar number systems.

HEXAF6E42
Decimal17511066
Binary1010111111011101000010
Octal257156102

Shades and tints

Shades of #AF6E42

#AF6E42
(175,110,66)
#A0643C
(160,100,60)
#915A36
(145,90,54)
#825030
(130,80,48)
#73462A
(115,70,42)
#643C24
(100,60,36)
#55321E
(85,50,30)
#462818
(70,40,24)
#371E12
(55,30,18)
#28140C
(40,20,12)
#190A06
(25,10,6)
#000000
(0,0,0)

Tints of #AF6E42

#AF6E42
(175,110,66)
#B67B53
(182,123,83)
#BD8864
(189,136,100)
#C49575
(196,149,117)
#CBA286
(203,162,134)
#D2AF97
(210,175,151)
#D9BCA8
(217,188,168)
#E0C9B9
(224,201,185)
#E7D6CA
(231,214,202)
#EEE3DB
(238,227,219)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6E42 color. Also use rgb(175,110,66) instead hex code.

Text Font Color

.myTextColor { color: #AF6E42; }

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

This text font color is #AF6E42.


Background Color

.myBgColor { background-color: #AF6E42; }

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

This div background color is #AF6E42.


Border color

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

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

This div border color is #AF6E42.


Opacity

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

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

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

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

This text has shadow with #AF6E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6E42 on black background.


Color preview on white background

This text has color #AF6E42 on white background.



Black color preview on #AF6E42 background

This text has black color on #AF6E42 background.


White color preview on #AF6E42 background

This text has white color on #AF6E42 background.