COLOR #A57A5C

HEX: #A57A5C RGB: (165,122,92)

Color info

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

RGB color model

#A57A5C color RGB value is (165,122,92).

RGB: (165,122,92) (65%, 48%, 36%)

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 92 of 255 = 36%

165
122
92

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

Portions of RGB colors in percentages

R + G + B = 165 + 122 + 92 = 379 (100%)
R 165 of 379 ~ 43.54%
G 122 of 379 ~ 32.19%
B 92 of 379 ~ 24.27'%

%43.54
%32.19
%24.27

CMYK color model

#A57A5C color CMYK value is (0,26,44,35).

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

CMYK: (0,26,44,35)
C0M26Y44K35 (0%, 26%, 44%, 35%)
(0.00 / 0.26 / 0.44 / 0.35)

CMYK percentages

%0
%26.06
%44.24
%35.29

Codes

Color #A57A5C in popluar color models

A5 7A 5C
RGB 165 122 92
HSL 25° 28.85% 50.39%
HSB/HSV 25° 44.24% 64.71%
CMYK 0.00% 26.06% 44.24%
35.29%

Color #A57A5C in popluar number systems.

HEX A5 7A 5C
Decimal 165 122 92
Binary 10100101 1111010 1011100
Octal 245 172 134

Shades and tints

Shades of #A57A5C

#A57A5C
(165,122,92)
#966F54
(150,111,84)
#87644C
(135,100,76)
#785944
(120,89,68)
#694E3C
(105,78,60)
#5A4334
(90,67,52)
#4B382C
(75,56,44)
#3C2D24
(60,45,36)
#2D221C
(45,34,28)
#1E1714
(30,23,20)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #A57A5C

#A57A5C
(165,122,92)
#AD866A
(173,134,106)
#B59278
(181,146,120)
#BD9E86
(189,158,134)
#C5AA94
(197,170,148)
#CDB6A2
(205,182,162)
#D5C2B0
(213,194,176)
#DDCEBE
(221,206,190)
#E5DACC
(229,218,204)
#EDE6DA
(237,230,218)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57A5C; }

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

This text font color is #A57A5C.

Background Color

.myBgColor { background-color: #A57A5C; }

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

This div background color is #A57A5C.

Border color

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

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

This div border color is #A57A5C.

Opacity

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

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

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

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

This text has shadow with #A57A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57A5C.

Preview

Color preview on black background

This text has color #A57A5C on black background.


Color preview on white background

This text has color #A57A5C on white background.


Black color preview on #A57A5C background

This text has black color on #A57A5C background.


White color preview on #A57A5C background

This text has white color on #A57A5C background.


Related colors

Complementary color

Complementary color for #hex is #5A85A3.


I love getcolorcode.com

Triadic colors

1 #5CA57A and #7A5CA5 with #A57A5C are triadic colors.

2 #5C7AA5 and #7AA55C with #A57A5C are triadic colors.