COLOR #AF7130

HEX: #AF7130
RGB: (175,113,48)

Color info

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

RGB color model

#AF7130 color RGB value is (175,113,48).

  • red value is 175;
  • green value is 113;
  • blue value is 48.
RGB:
(175,113,48)
(69%,44%,19%)

RGB channels and saturation

R 175 of 255 = 69%
G 113 of 255 = 44%
B 48 of 255 = 19%

175
113
48

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

Portions of RGB colors in percentages

R + G + B =
175 + 113 + 48 = 336 (100%)
R 175 of 336 ~ 52.08%
G 113 of 336 ~ 33.63%
B 48 of 336 ~ 14.29%

%52.08
%33.63
%14.29

CMYK color model

#AF7130 color CMYK value is (0,35,73,31).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 72.57%
  • key color value is 31.37%
CMYK:
(0,35,73,31)
C0M35Y73K31 
(0%,35%,73%,31%)
(0.00/0.35/0.73/0.31)	

CMYK percentages

%0
%35.43
%72.57
%31.37

Codes

Color #AF7130 in popluar color models

AF7130
RGB17511348
HSL31°56.95%43.73%
HSB/HSV31°72.57%68.63%
CMYK0.00%35.43%72.57%
31.37%

Color #AF7130 in popluar number systems.

HEXAF7130
Decimal17511348
Binary101011111110001110000
Octal25716160

Shades and tints

Shades of #AF7130

#AF7130
(175,113,48)
#A0672C
(160,103,44)
#915D28
(145,93,40)
#825324
(130,83,36)
#734920
(115,73,32)
#643F1C
(100,63,28)
#553518
(85,53,24)
#462B14
(70,43,20)
#372110
(55,33,16)
#28170C
(40,23,12)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #AF7130

#AF7130
(175,113,48)
#B67D42
(182,125,66)
#BD8954
(189,137,84)
#C49566
(196,149,102)
#CBA178
(203,161,120)
#D2AD8A
(210,173,138)
#D9B99C
(217,185,156)
#E0C5AE
(224,197,174)
#E7D1C0
(231,209,192)
#EEDDD2
(238,221,210)
#F5E9E4
(245,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7130 color. Also use rgb(175,113,48) instead hex code.

Text Font Color

.myTextColor { color: #AF7130; }

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

This text font color is #AF7130.


Background Color

.myBgColor { background-color: #AF7130; }

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

This div background color is #AF7130.


Border color

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

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

This div border color is #AF7130.


Opacity

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

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

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

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

This text has shadow with #AF7130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7130 on black background.


Color preview on white background

This text has color #AF7130 on white background.



Black color preview on #AF7130 background

This text has black color on #AF7130 background.


White color preview on #AF7130 background

This text has white color on #AF7130 background.