COLOR #A57C5C

HEX: #A57C5C RGB: (165,124,92)

Color info

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

RGB color model

#A57C5C color RGB value is (165,124,92).

RGB: (165,124,92) (65%, 49%, 36%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 92 of 255 = 36%

165
124
92

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

Portions of RGB colors in percentages

R + G + B = 165 + 124 + 92 = 381 (100%)
R 165 of 381 ~ 43.31%
G 124 of 381 ~ 32.55%
B 92 of 381 ~ 24.15'%

%43.31
%32.55
%24.15

CMYK color model

#A57C5C color CMYK value is (0,25,44,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 44.24%
  • key color value is 35.29%

CMYK: (0,25,44,35)
C0M25Y44K35 (0%, 25%, 44%, 35%)
(0.00 / 0.25 / 0.44 / 0.35)

CMYK percentages

%0
%24.85
%44.24
%35.29

Codes

Color #A57C5C in popluar color models

A5 7C 5C
RGB 165 124 92
HSL 26° 28.85% 50.39%
HSB/HSV 26° 44.24% 64.71%
CMYK 0.00% 24.85% 44.24%
35.29%

Color #A57C5C in popluar number systems.

HEX A5 7C 5C
Decimal 165 124 92
Binary 10100101 1111100 1011100
Octal 245 174 134

Shades and tints

Shades of #A57C5C

#A57C5C
(165,124,92)
#967154
(150,113,84)
#87664C
(135,102,76)
#785B44
(120,91,68)
#69503C
(105,80,60)
#5A4534
(90,69,52)
#4B3A2C
(75,58,44)
#3C2F24
(60,47,36)
#2D241C
(45,36,28)
#1E1914
(30,25,20)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #A57C5C

#A57C5C
(165,124,92)
#AD876A
(173,135,106)
#B59278
(181,146,120)
#BD9D86
(189,157,134)
#C5A894
(197,168,148)
#CDB3A2
(205,179,162)
#D5BEB0
(213,190,176)
#DDC9BE
(221,201,190)
#E5D4CC
(229,212,204)
#EDDFDA
(237,223,218)
#F5EAE8
(245,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57C5C; }

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

This text font color is #A57C5C.

Background Color

.myBgColor { background-color: #A57C5C; }

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

This div background color is #A57C5C.

Border color

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

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

This div border color is #A57C5C.

Opacity

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

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

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

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

This text has shadow with #A57C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57C5C.

Preview

Color preview on black background

This text has color #A57C5C on black background.


Color preview on white background

This text has color #A57C5C on white background.


Black color preview on #A57C5C background

This text has black color on #A57C5C background.


White color preview on #A57C5C background

This text has white color on #A57C5C background.


Related colors

Complementary color

Complementary color for #hex is #5A83A3.


I love getcolorcode.com

Triadic colors

1 #5CA57C and #7C5CA5 with #A57C5C are triadic colors.

2 #5C7CA5 and #7CA55C with #A57C5C are triadic colors.