COLOR #A57A36

HEX: #A57A36
RGB: (165,122,54)

Color info

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

RGB color model

#A57A36 color RGB value is (165,122,54).

  • red value is 165;
  • green value is 122;
  • blue value is 54.
RGB:
(165,122,54)
(65%,48%,21%)

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 54 of 255 = 21%

165
122
54

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

Portions of RGB colors in percentages

R + G + B =
165 + 122 + 54 = 341 (100%)
R 165 of 341 ~ 48.39%
G 122 of 341 ~ 35.78%
B 54 of 341 ~ 15.84%

%48.39
%35.78
%15.84

CMYK color model

#A57A36 color CMYK value is (0,26,67,35).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 67.27%
  • key color value is 35.29%
CMYK:
(0,26,67,35)
C0M26Y67K35 
(0%,26%,67%,35%)
(0.00/0.26/0.67/0.35)	

CMYK percentages

%0
%26.06
%67.27
%35.29

Codes

Color #A57A36 in popluar color models

A57A36
RGB16512254
HSL37°50.68%42.94%
HSB/HSV37°67.27%64.71%
CMYK0.00%26.06%67.27%
35.29%

Color #A57A36 in popluar number systems.

HEXA57A36
Decimal16512254
Binary101001011111010110110
Octal24517266

Shades and tints

Shades of #A57A36

#A57A36
(165,122,54)
#966F32
(150,111,50)
#87642E
(135,100,46)
#78592A
(120,89,42)
#694E26
(105,78,38)
#5A4322
(90,67,34)
#4B381E
(75,56,30)
#3C2D1A
(60,45,26)
#2D2216
(45,34,22)
#1E1712
(30,23,18)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #A57A36

#A57A36
(165,122,54)
#AD8648
(173,134,72)
#B5925A
(181,146,90)
#BD9E6C
(189,158,108)
#C5AA7E
(197,170,126)
#CDB690
(205,182,144)
#D5C2A2
(213,194,162)
#DDCEB4
(221,206,180)
#E5DAC6
(229,218,198)
#EDE6D8
(237,230,216)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57A36 color. Also use rgb(165,122,54) instead hex code.

Text Font Color

.myTextColor { color: #A57A36; }

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

This text font color is #A57A36.


Background Color

.myBgColor { background-color: #A57A36; }

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

This div background color is #A57A36.


Border color

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

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

This div border color is #A57A36.


Opacity

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

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

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

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

This text has shadow with #A57A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57A36 on black background.


Color preview on white background

This text has color #A57A36 on white background.



Black color preview on #A57A36 background

This text has black color on #A57A36 background.


White color preview on #A57A36 background

This text has white color on #A57A36 background.