COLOR #A57124

HEX: #A57124
RGB: (165,113,36)

Color info

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

RGB color model

#A57124 color RGB value is (165,113,36).

  • red value is 165;
  • green value is 113;
  • blue value is 36.
RGB:
(165,113,36)
(65%,44%,14%)

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 36 of 255 = 14%

165
113
36

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

Portions of RGB colors in percentages

R + G + B =
165 + 113 + 36 = 314 (100%)
R 165 of 314 ~ 52.55%
G 113 of 314 ~ 35.99%
B 36 of 314 ~ 11.46%

%52.55
%35.99
%11.46

CMYK color model

#A57124 color CMYK value is (0,32,78,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 78.18%
  • key color value is 35.29%
CMYK:
(0,32,78,35)
C0M32Y78K35 
(0%,32%,78%,35%)
(0.00/0.32/0.78/0.35)	

CMYK percentages

%0
%31.52
%78.18
%35.29

Codes

Color #A57124 in popluar color models

A57124
RGB16511336
HSL36°64.18%39.41%
HSB/HSV36°78.18%64.71%
CMYK0.00%31.52%78.18%
35.29%

Color #A57124 in popluar number systems.

HEXA57124
Decimal16511336
Binary101001011110001100100
Octal24516144

Shades and tints

Shades of #A57124

#A57124
(165,113,36)
#966721
(150,103,33)
#875D1E
(135,93,30)
#78531B
(120,83,27)
#694918
(105,73,24)
#5A3F15
(90,63,21)
#4B3512
(75,53,18)
#3C2B0F
(60,43,15)
#2D210C
(45,33,12)
#1E1709
(30,23,9)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #A57124

#A57124
(165,113,36)
#AD7D37
(173,125,55)
#B5894A
(181,137,74)
#BD955D
(189,149,93)
#C5A170
(197,161,112)
#CDAD83
(205,173,131)
#D5B996
(213,185,150)
#DDC5A9
(221,197,169)
#E5D1BC
(229,209,188)
#EDDDCF
(237,221,207)
#F5E9E2
(245,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57124 color. Also use rgb(165,113,36) instead hex code.

Text Font Color

.myTextColor { color: #A57124; }

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

This text font color is #A57124.


Background Color

.myBgColor { background-color: #A57124; }

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

This div background color is #A57124.


Border color

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

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

This div border color is #A57124.


Opacity

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

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

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

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

This text has shadow with #A57124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57124 on black background.


Color preview on white background

This text has color #A57124 on white background.



Black color preview on #A57124 background

This text has black color on #A57124 background.


White color preview on #A57124 background

This text has white color on #A57124 background.