COLOR #A57C54

HEX: #A57C54
RGB: (165,124,84)

Color info

#A57C54 contains mainly red and green colors. Web safe color of #A57C54 is #996666 (or #966).

RGB color model

#A57C54 color RGB value is (165,124,84).

  • red value is 165;
  • green value is 124;
  • blue value is 84.
RGB:
(165,124,84)
(65%,49%,33%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 84 of 255 = 33%

165
124
84

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

Portions of RGB colors in percentages

R + G + B =
165 + 124 + 84 = 373 (100%)
R 165 of 373 ~ 44.24%
G 124 of 373 ~ 33.24%
B 84 of 373 ~ 22.52%

%44.24
%33.24
%22.52

CMYK color model

#A57C54 color CMYK value is (0,25,49,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 49.09%
  • key color value is 35.29%
CMYK:
(0,25,49,35)
C0M25Y49K35 
(0%,25%,49%,35%)
(0.00/0.25/0.49/0.35)	

CMYK percentages

%0
%24.85
%49.09
%35.29

Codes

Color #A57C54 in popluar color models

A57C54
RGB16512484
HSL30°32.53%48.82%
HSB/HSV30°49.09%64.71%
CMYK0.00%24.85%49.09%
35.29%

Color #A57C54 in popluar number systems.

HEXA57C54
Decimal16512484
Binary1010010111111001010100
Octal245174124

Shades and tints

Shades of #A57C54

#A57C54
(165,124,84)
#96714D
(150,113,77)
#876646
(135,102,70)
#785B3F
(120,91,63)
#695038
(105,80,56)
#5A4531
(90,69,49)
#4B3A2A
(75,58,42)
#3C2F23
(60,47,35)
#2D241C
(45,36,28)
#1E1915
(30,25,21)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A57C54

#A57C54
(165,124,84)
#AD8763
(173,135,99)
#B59272
(181,146,114)
#BD9D81
(189,157,129)
#C5A890
(197,168,144)
#CDB39F
(205,179,159)
#D5BEAE
(213,190,174)
#DDC9BD
(221,201,189)
#E5D4CC
(229,212,204)
#EDDFDB
(237,223,219)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57C54 color. Also use rgb(165,124,84) instead hex code.

Text Font Color

.myTextColor { color: #A57C54; }

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

This text font color is #A57C54.


Background Color

.myBgColor { background-color: #A57C54; }

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

This div background color is #A57C54.


Border color

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

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

This div border color is #A57C54.


Opacity

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

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

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

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

This text has shadow with #A57C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57C54 on black background.


Color preview on white background

This text has color #A57C54 on white background.



Black color preview on #A57C54 background

This text has black color on #A57C54 background.


White color preview on #A57C54 background

This text has white color on #A57C54 background.