COLOR #AF883F

HEX: #AF883F
RGB: (175,136,63)

Color info

#AF883F contains mainly red and green colors. Web safe color of #AF883F is #999933 (or #993).

RGB color model

#AF883F color RGB value is (175,136,63).

  • red value is 175;
  • green value is 136;
  • blue value is 63.
RGB:
(175,136,63)
(69%,53%,25%)

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 63 of 255 = 25%

175
136
63

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

Portions of RGB colors in percentages

R + G + B =
175 + 136 + 63 = 374 (100%)
R 175 of 374 ~ 46.79%
G 136 of 374 ~ 36.36%
B 63 of 374 ~ 16.84%

%46.79
%36.36
%16.84

CMYK color model

#AF883F color CMYK value is (0,22,64,31).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 64.00%
  • key color value is 31.37%
CMYK:
(0,22,64,31)
C0M22Y64K31 
(0%,22%,64%,31%)
(0.00/0.22/0.64/0.31)	

CMYK percentages

%0
%22.29
%64
%31.37

Codes

Color #AF883F in popluar color models

AF883F
RGB17513663
HSL39°47.06%46.67%
HSB/HSV39°64.00%68.63%
CMYK0.00%22.29%64.00%
31.37%

Color #AF883F in popluar number systems.

HEXAF883F
Decimal17513663
Binary1010111110001000111111
Octal25721077

Shades and tints

Shades of #AF883F

#AF883F
(175,136,63)
#A07C3A
(160,124,58)
#917035
(145,112,53)
#826430
(130,100,48)
#73582B
(115,88,43)
#644C26
(100,76,38)
#554021
(85,64,33)
#46341C
(70,52,28)
#372817
(55,40,23)
#281C12
(40,28,18)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #AF883F

#AF883F
(175,136,63)
#B69250
(182,146,80)
#BD9C61
(189,156,97)
#C4A672
(196,166,114)
#CBB083
(203,176,131)
#D2BA94
(210,186,148)
#D9C4A5
(217,196,165)
#E0CEB6
(224,206,182)
#E7D8C7
(231,216,199)
#EEE2D8
(238,226,216)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF883F color. Also use rgb(175,136,63) instead hex code.

Text Font Color

.myTextColor { color: #AF883F; }

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

This text font color is #AF883F.


Background Color

.myBgColor { background-color: #AF883F; }

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

This div background color is #AF883F.


Border color

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

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

This div border color is #AF883F.


Opacity

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

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

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

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

This text has shadow with #AF883F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF883F on black background.


Color preview on white background

This text has color #AF883F on white background.



Black color preview on #AF883F background

This text has black color on #AF883F background.


White color preview on #AF883F background

This text has white color on #AF883F background.