COLOR #A57620

HEX: #A57620
RGB: (165,118,32)

Color info

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

RGB color model

#A57620 color RGB value is (165,118,32).

  • red value is 165;
  • green value is 118;
  • blue value is 32.
RGB:
(165,118,32)
(65%,46%,13%)

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 32 of 255 = 13%

165
118
32

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

Portions of RGB colors in percentages

R + G + B =
165 + 118 + 32 = 315 (100%)
R 165 of 315 ~ 52.38%
G 118 of 315 ~ 37.46%
B 32 of 315 ~ 10.16%

%52.38
%37.46
%10.16

CMYK color model

#A57620 color CMYK value is (0,28,81,35).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 80.61%
  • key color value is 35.29%
CMYK:
(0,28,81,35)
C0M28Y81K35 
(0%,28%,81%,35%)
(0.00/0.28/0.81/0.35)	

CMYK percentages

%0
%28.48
%80.61
%35.29

Codes

Color #A57620 in popluar color models

A57620
RGB16511832
HSL39°67.51%38.63%
HSB/HSV39°80.61%64.71%
CMYK0.00%28.48%80.61%
35.29%

Color #A57620 in popluar number systems.

HEXA57620
Decimal16511832
Binary101001011110110100000
Octal24516640

Shades and tints

Shades of #A57620

#A57620
(165,118,32)
#966C1E
(150,108,30)
#87621C
(135,98,28)
#78581A
(120,88,26)
#694E18
(105,78,24)
#5A4416
(90,68,22)
#4B3A14
(75,58,20)
#3C3012
(60,48,18)
#2D2610
(45,38,16)
#1E1C0E
(30,28,14)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A57620

#A57620
(165,118,32)
#AD8234
(173,130,52)
#B58E48
(181,142,72)
#BD9A5C
(189,154,92)
#C5A670
(197,166,112)
#CDB284
(205,178,132)
#D5BE98
(213,190,152)
#DDCAAC
(221,202,172)
#E5D6C0
(229,214,192)
#EDE2D4
(237,226,212)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57620 color. Also use rgb(165,118,32) instead hex code.

Text Font Color

.myTextColor { color: #A57620; }

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

This text font color is #A57620.


Background Color

.myBgColor { background-color: #A57620; }

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

This div background color is #A57620.


Border color

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

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

This div border color is #A57620.


Opacity

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

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

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

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

This text has shadow with #A57620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57620 on black background.


Color preview on white background

This text has color #A57620 on white background.



Black color preview on #A57620 background

This text has black color on #A57620 background.


White color preview on #A57620 background

This text has white color on #A57620 background.