COLOR #AF7820

HEX: #AF7820
RGB: (175,120,32)

Color info

#AF7820 contains mainly red and green colors. Web safe color of #AF7820 is #996633 (or #963).

RGB color model

#AF7820 color RGB value is (175,120,32).

  • red value is 175;
  • green value is 120;
  • blue value is 32.
RGB:
(175,120,32)
(69%,47%,13%)

RGB channels and saturation

R 175 of 255 = 69%
G 120 of 255 = 47%
B 32 of 255 = 13%

175
120
32

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

Portions of RGB colors in percentages

R + G + B =
175 + 120 + 32 = 327 (100%)
R 175 of 327 ~ 53.52%
G 120 of 327 ~ 36.7%
B 32 of 327 ~ 9.79%

%53.52
%36.7
%9.79

CMYK color model

#AF7820 color CMYK value is (0,31,82,31).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 81.71%
  • key color value is 31.37%
CMYK:
(0,31,82,31)
C0M31Y82K31 
(0%,31%,82%,31%)
(0.00/0.31/0.82/0.31)	

CMYK percentages

%0
%31.43
%81.71
%31.37

Codes

Color #AF7820 in popluar color models

AF7820
RGB17512032
HSL37°69.08%40.59%
HSB/HSV37°81.71%68.63%
CMYK0.00%31.43%81.71%
31.37%

Color #AF7820 in popluar number systems.

HEXAF7820
Decimal17512032
Binary101011111111000100000
Octal25717040

Shades and tints

Shades of #AF7820

#AF7820
(175,120,32)
#A06E1E
(160,110,30)
#91641C
(145,100,28)
#825A1A
(130,90,26)
#735018
(115,80,24)
#644616
(100,70,22)
#553C14
(85,60,20)
#463212
(70,50,18)
#372810
(55,40,16)
#281E0E
(40,30,14)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #AF7820

#AF7820
(175,120,32)
#B68434
(182,132,52)
#BD9048
(189,144,72)
#C49C5C
(196,156,92)
#CBA870
(203,168,112)
#D2B484
(210,180,132)
#D9C098
(217,192,152)
#E0CCAC
(224,204,172)
#E7D8C0
(231,216,192)
#EEE4D4
(238,228,212)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7820 color. Also use rgb(175,120,32) instead hex code.

Text Font Color

.myTextColor { color: #AF7820; }

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

This text font color is #AF7820.


Background Color

.myBgColor { background-color: #AF7820; }

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

This div background color is #AF7820.


Border color

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

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

This div border color is #AF7820.


Opacity

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

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

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

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

This text has shadow with #AF7820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7820 on black background.


Color preview on white background

This text has color #AF7820 on white background.



Black color preview on #AF7820 background

This text has black color on #AF7820 background.


White color preview on #AF7820 background

This text has white color on #AF7820 background.