COLOR #A57D5F

HEX: #A57D5F RGB: (165,125,95)

Color info

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

RGB color model

#A57D5F color RGB value is (165,125,95).

RGB: (165,125,95) (65%, 49%, 37%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 95 of 255 = 37%

165
125
95

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

Portions of RGB colors in percentages

R + G + B = 165 + 125 + 95 = 385 (100%)
R 165 of 385 ~ 42.86%
G 125 of 385 ~ 32.47%
B 95 of 385 ~ 24.68'%

%42.86
%32.47
%24.68

CMYK color model

#A57D5F color CMYK value is (0,24,42,35).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 42.42%
  • key color value is 35.29%

CMYK: (0,24,42,35)
C0M24Y42K35 (0%, 24%, 42%, 35%)
(0.00 / 0.24 / 0.42 / 0.35)

CMYK percentages

%0
%24.24
%42.42
%35.29

Codes

Color #A57D5F in popluar color models

A5 7D 5F
RGB 165 125 95
HSL 26° 28.00% 50.98%
HSB/HSV 26° 42.42% 64.71%
CMYK 0.00% 24.24% 42.42%
35.29%

Color #A57D5F in popluar number systems.

HEX A5 7D 5F
Decimal 165 125 95
Binary 10100101 1111101 1011111
Octal 245 175 137

Shades and tints

Shades of #A57D5F

#A57D5F
(165,125,95)
#967257
(150,114,87)
#87674F
(135,103,79)
#785C47
(120,92,71)
#69513F
(105,81,63)
#5A4637
(90,70,55)
#4B3B2F
(75,59,47)
#3C3027
(60,48,39)
#2D251F
(45,37,31)
#1E1A17
(30,26,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #A57D5F

#A57D5F
(165,125,95)
#AD886D
(173,136,109)
#B5937B
(181,147,123)
#BD9E89
(189,158,137)
#C5A997
(197,169,151)
#CDB4A5
(205,180,165)
#D5BFB3
(213,191,179)
#DDCAC1
(221,202,193)
#E5D5CF
(229,213,207)
#EDE0DD
(237,224,221)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57D5F; }

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

This text font color is #A57D5F.

Background Color

.myBgColor { background-color: #A57D5F; }

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

This div background color is #A57D5F.

Border color

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

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

This div border color is #A57D5F.

Opacity

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

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

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

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

This text has shadow with #A57D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57D5F.

Preview

Color preview on black background

This text has color #A57D5F on black background.


Color preview on white background

This text has color #A57D5F on white background.


Black color preview on #A57D5F background

This text has black color on #A57D5F background.


White color preview on #A57D5F background

This text has white color on #A57D5F background.


Related colors

Complementary color

Complementary color for #hex is #5A82A0.


I love getcolorcode.com

Triadic colors

1 #5FA57D and #7D5FA5 with #A57D5F are triadic colors.

2 #5F7DA5 and #7DA55F with #A57D5F are triadic colors.