COLOR #A57D4A

HEX: #A57D4A RGB: (165,125,74)

Color info

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

RGB color model

#A57D4A color RGB value is (165,125,74).

RGB: (165,125,74) (65%, 49%, 29%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 74 of 255 = 29%

165
125
74

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

Portions of RGB colors in percentages

R + G + B = 165 + 125 + 74 = 364 (100%)
R 165 of 364 ~ 45.33%
G 125 of 364 ~ 34.34%
B 74 of 364 ~ 20.33'%

%45.33
%34.34
%20.33

CMYK color model

#A57D4A color CMYK value is (0,24,55,35).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 55.15%
  • key color value is 35.29%
CMYK: (0,24,55,35) C0M24Y55K35 (0%,24%,55%,35%) (0.00/0.24/0.55/0.35) 

CMYK percentages

%0
%24.24
%55.15
%35.29

Codes

Color #A57D4A in popluar color models

A5 7D 4A
RGB 165 125 74
HSL 34° 38.08% 46.86%
HSB/HSV 34° 55.15% 64.71%
CMYK 0.00% 24.24% 55.15%
35.29%

Color #A57D4A in popluar number systems.

HEX A5 7D 4A
Decimal 165 125 74
Binary 10100101 1111101 1001010
Octal 245 175 112

Shades and tints

Shades of #A57D4A

#A57D4A
(165,125,74)
#967244
(150,114,68)
#87673E
(135,103,62)
#785C38
(120,92,56)
#695132
(105,81,50)
#5A462C
(90,70,44)
#4B3B26
(75,59,38)
#3C3020
(60,48,32)
#2D251A
(45,37,26)
#1E1A14
(30,26,20)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A57D4A

#A57D4A
(165,125,74)
#AD885A
(173,136,90)
#B5936A
(181,147,106)
#BD9E7A
(189,158,122)
#C5A98A
(197,169,138)
#CDB49A
(205,180,154)
#D5BFAA
(213,191,170)
#DDCABA
(221,202,186)
#E5D5CA
(229,213,202)
#EDE0DA
(237,224,218)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57D4A color. Also use rgb(165,125,74) instead hex code.

Text Font Color

.myTextColor { color: #A57D4A; }

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

This text font color is #A57D4A.

Background Color

.myBgColor { background-color: #A57D4A; }

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

This div background color is #A57D4A.

Border color

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

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

This div border color is #A57D4A.

Opacity

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

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

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

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

This text has shadow with #A57D4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57D4A.

Preview

Color preview on black background

This text has color #A57D4A on black background.


Color preview on white background

This text has color #A57D4A on white background.


Black color preview on #A57D4A background

This text has black color on #A57D4A background.


White color preview on #A57D4A background

This text has white color on #A57D4A background.


Related colors

Complementary color

Complementary color for #hex is #5A82B5.


I love getcolorcode.com

Triadic colors

1 #4AA57D and #7D4AA5 with #A57D4A are triadic colors.

2 #4A7DA5 and #7DA54A with #A57D4A are triadic colors.