COLOR #AF6C2B

HEX: #AF6C2B
RGB: (175,108,43)

Color info

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

RGB color model

#AF6C2B color RGB value is (175,108,43).

  • red value is 175;
  • green value is 108;
  • blue value is 43.
RGB:
(175,108,43)
(69%,42%,17%)

RGB channels and saturation

R 175 of 255 = 69%
G 108 of 255 = 42%
B 43 of 255 = 17%

175
108
43

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

Portions of RGB colors in percentages

R + G + B =
175 + 108 + 43 = 326 (100%)
R 175 of 326 ~ 53.68%
G 108 of 326 ~ 33.13%
B 43 of 326 ~ 13.19%

%53.68
%33.13
%13.19

CMYK color model

#AF6C2B color CMYK value is (0,38,75,31).

  • cyan value is 0.00%
  • magenta value is 38.29%
  • yellow value is 75.43%
  • key color value is 31.37%
CMYK:
(0,38,75,31)
C0M38Y75K31 
(0%,38%,75%,31%)
(0.00/0.38/0.75/0.31)	

CMYK percentages

%0
%38.29
%75.43
%31.37

Codes

Color #AF6C2B in popluar color models

AF6C2B
RGB17510843
HSL30°60.55%42.75%
HSB/HSV30°75.43%68.63%
CMYK0.00%38.29%75.43%
31.37%

Color #AF6C2B in popluar number systems.

HEXAF6C2B
Decimal17510843
Binary101011111101100101011
Octal25715453

Shades and tints

Shades of #AF6C2B

#AF6C2B
(175,108,43)
#A06328
(160,99,40)
#915A25
(145,90,37)
#825122
(130,81,34)
#73481F
(115,72,31)
#643F1C
(100,63,28)
#553619
(85,54,25)
#462D16
(70,45,22)
#372413
(55,36,19)
#281B10
(40,27,16)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #AF6C2B

#AF6C2B
(175,108,43)
#B6793E
(182,121,62)
#BD8651
(189,134,81)
#C49364
(196,147,100)
#CBA077
(203,160,119)
#D2AD8A
(210,173,138)
#D9BA9D
(217,186,157)
#E0C7B0
(224,199,176)
#E7D4C3
(231,212,195)
#EEE1D6
(238,225,214)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6C2B color. Also use rgb(175,108,43) instead hex code.

Text Font Color

.myTextColor { color: #AF6C2B; }

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

This text font color is #AF6C2B.


Background Color

.myBgColor { background-color: #AF6C2B; }

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

This div background color is #AF6C2B.


Border color

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

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

This div border color is #AF6C2B.


Opacity

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

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

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

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

This text has shadow with #AF6C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6C2B on black background.


Color preview on white background

This text has color #AF6C2B on white background.



Black color preview on #AF6C2B background

This text has black color on #AF6C2B background.


White color preview on #AF6C2B background

This text has white color on #AF6C2B background.