COLOR #AF881E

HEX: #AF881E
RGB: (175,136,30)

Color info

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

RGB color model

#AF881E color RGB value is (175,136,30).

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

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 30 of 255 = 12%

175
136
30

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

Portions of RGB colors in percentages

R + G + B =
175 + 136 + 30 = 341 (100%)
R 175 of 341 ~ 51.32%
G 136 of 341 ~ 39.88%
B 30 of 341 ~ 8.8%

%51.32
%39.88

CMYK color model

#AF881E color CMYK value is (0,22,83,31).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 82.86%
  • key color value is 31.37%
CMYK:
(0,22,83,31)
C0M22Y83K31 
(0%,22%,83%,31%)
(0.00/0.22/0.83/0.31)	

CMYK percentages

%0
%22.29
%82.86
%31.37

Codes

Color #AF881E in popluar color models

AF881E
RGB17513630
HSL44°70.73%40.20%
HSB/HSV44°82.86%68.63%
CMYK0.00%22.29%82.86%
31.37%

Color #AF881E in popluar number systems.

HEXAF881E
Decimal17513630
Binary101011111000100011110
Octal25721036

Shades and tints

Shades of #AF881E

#AF881E
(175,136,30)
#A07C1C
(160,124,28)
#91701A
(145,112,26)
#826418
(130,100,24)
#735816
(115,88,22)
#644C14
(100,76,20)
#554012
(85,64,18)
#463410
(70,52,16)
#37280E
(55,40,14)
#281C0C
(40,28,12)
#19100A
(25,16,10)
#000000
(0,0,0)

Tints of #AF881E

#AF881E
(175,136,30)
#B69232
(182,146,50)
#BD9C46
(189,156,70)
#C4A65A
(196,166,90)
#CBB06E
(203,176,110)
#D2BA82
(210,186,130)
#D9C496
(217,196,150)
#E0CEAA
(224,206,170)
#E7D8BE
(231,216,190)
#EEE2D2
(238,226,210)
#F5ECE6
(245,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF881E; }

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

This text font color is #AF881E.


Background Color

.myBgColor { background-color: #AF881E; }

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

This div background color is #AF881E.


Border color

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

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

This div border color is #AF881E.


Opacity

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

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

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

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

This text has shadow with #AF881E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF881E on black background.


Color preview on white background

This text has color #AF881E on white background.



Black color preview on #AF881E background

This text has black color on #AF881E background.


White color preview on #AF881E background

This text has white color on #AF881E background.