COLOR #AF5113

HEX: #AF5113
RGB: (175,81,19)

Color info

#AF5113 contains mainly red color. Web safe color of #AF5113 is #996600 (or #960).

RGB color model

#AF5113 color RGB value is (175,81,19).

  • red value is 175;
  • green value is 81;
  • blue value is 19.
RGB:
(175,81,19)
(69%,32%,7%)

RGB channels and saturation

R 175 of 255 = 69%
G 81 of 255 = 32%
B 19 of 255 = 7%

175
81
19

R + G + B ~ 36%. #AF5113 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 81 + 19 = 275 (100%)
R 175 of 275 ~ 63.64%
G 81 of 275 ~ 29.45%
B 19 of 275 ~ 6.91%

%63.64
%29.45

CMYK color model

#AF5113 color CMYK value is (0,54,89,31).

  • cyan value is 0.00%
  • magenta value is 53.71%
  • yellow value is 89.14%
  • key color value is 31.37%
CMYK:
(0,54,89,31)
C0M54Y89K31 
(0%,54%,89%,31%)
(0.00/0.54/0.89/0.31)	

CMYK percentages

%0
%53.71
%89.14
%31.37

Codes

Color #AF5113 in popluar color models

AF5113
RGB1758119
HSL24°80.41%38.04%
HSB/HSV24°89.14%68.63%
CMYK0.00%53.71%89.14%
31.37%

Color #AF5113 in popluar number systems.

HEXAF5113
Decimal1758119
Binary10101111101000110011
Octal25712123

Shades and tints

Shades of #AF5113

#AF5113
(175,81,19)
#A04A12
(160,74,18)
#914311
(145,67,17)
#823C10
(130,60,16)
#73350F
(115,53,15)
#642E0E
(100,46,14)
#55270D
(85,39,13)
#46200C
(70,32,12)
#37190B
(55,25,11)
#28120A
(40,18,10)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #AF5113

#AF5113
(175,81,19)
#B66028
(182,96,40)
#BD6F3D
(189,111,61)
#C47E52
(196,126,82)
#CB8D67
(203,141,103)
#D29C7C
(210,156,124)
#D9AB91
(217,171,145)
#E0BAA6
(224,186,166)
#E7C9BB
(231,201,187)
#EED8D0
(238,216,208)
#F5E7E5
(245,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5113 color. Also use rgb(175,81,19) instead hex code.

Text Font Color

.myTextColor { color: #AF5113; }

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

This text font color is #AF5113.


Background Color

.myBgColor { background-color: #AF5113; }

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

This div background color is #AF5113.


Border color

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

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

This div border color is #AF5113.


Opacity

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

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

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

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

This text has shadow with #AF5113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5113 on black background.


Color preview on white background

This text has color #AF5113 on white background.



Black color preview on #AF5113 background

This text has black color on #AF5113 background.


White color preview on #AF5113 background

This text has white color on #AF5113 background.