COLOR #AF7E10

HEX: #AF7E10
RGB: (175,126,16)

Color info

#AF7E10 contains mainly red and green colors. Web safe color of #AF7E10 is #996600 (or #960).

RGB color model

#AF7E10 color RGB value is (175,126,16).

  • red value is 175;
  • green value is 126;
  • blue value is 16.
RGB:
(175,126,16)
(69%,49%,6%)

RGB channels and saturation

R 175 of 255 = 69%
G 126 of 255 = 49%
B 16 of 255 = 6%

175
126
16

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

Portions of RGB colors in percentages

R + G + B =
175 + 126 + 16 = 317 (100%)
R 175 of 317 ~ 55.21%
G 126 of 317 ~ 39.75%
B 16 of 317 ~ 5.05%

%55.21
%39.75

CMYK color model

#AF7E10 color CMYK value is (0,28,91,31).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 90.86%
  • key color value is 31.37%
CMYK:
(0,28,91,31)
C0M28Y91K31 
(0%,28%,91%,31%)
(0.00/0.28/0.91/0.31)	

CMYK percentages

%0
%28
%90.86
%31.37

Codes

Color #AF7E10 in popluar color models

AF7E10
RGB17512616
HSL42°83.25%37.45%
HSB/HSV42°90.86%68.63%
CMYK0.00%28.00%90.86%
31.37%

Color #AF7E10 in popluar number systems.

HEXAF7E10
Decimal17512616
Binary10101111111111010000
Octal25717620

Shades and tints

Shades of #AF7E10

#AF7E10
(175,126,16)
#A0730F
(160,115,15)
#91680E
(145,104,14)
#825D0D
(130,93,13)
#73520C
(115,82,12)
#64470B
(100,71,11)
#553C0A
(85,60,10)
#463109
(70,49,9)
#372608
(55,38,8)
#281B07
(40,27,7)
#191006
(25,16,6)
#000000
(0,0,0)

Tints of #AF7E10

#AF7E10
(175,126,16)
#B68925
(182,137,37)
#BD943A
(189,148,58)
#C49F4F
(196,159,79)
#CBAA64
(203,170,100)
#D2B579
(210,181,121)
#D9C08E
(217,192,142)
#E0CBA3
(224,203,163)
#E7D6B8
(231,214,184)
#EEE1CD
(238,225,205)
#F5ECE2
(245,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7E10 color. Also use rgb(175,126,16) instead hex code.

Text Font Color

.myTextColor { color: #AF7E10; }

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

This text font color is #AF7E10.


Background Color

.myBgColor { background-color: #AF7E10; }

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

This div background color is #AF7E10.


Border color

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

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

This div border color is #AF7E10.


Opacity

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

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

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

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

This text has shadow with #AF7E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7E10 on black background.


Color preview on white background

This text has color #AF7E10 on white background.



Black color preview on #AF7E10 background

This text has black color on #AF7E10 background.


White color preview on #AF7E10 background

This text has white color on #AF7E10 background.