COLOR #A57F5B

HEX: #A57F5B RGB: (165,127,91)

Color info

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

RGB color model

#A57F5B color RGB value is (165,127,91).

RGB: (165,127,91) (65%, 50%, 36%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 91 of 255 = 36%

165
127
91

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

Portions of RGB colors in percentages

R + G + B = 165 + 127 + 91 = 383 (100%)
R 165 of 383 ~ 43.08%
G 127 of 383 ~ 33.16%
B 91 of 383 ~ 23.76'%

%43.08
%33.16
%23.76

CMYK color model

#A57F5B color CMYK value is (0,23,45,35).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 44.85%
  • key color value is 35.29%

CMYK: (0,23,45,35)
C0M23Y45K35 (0%, 23%, 45%, 35%)
(0.00 / 0.23 / 0.45 / 0.35)

CMYK percentages

%0
%23.03
%44.85
%35.29

Codes

Color #A57F5B in popluar color models

A5 7F 5B
RGB 165 127 91
HSL 29° 29.13% 50.20%
HSB/HSV 29° 44.85% 64.71%
CMYK 0.00% 23.03% 44.85%
35.29%

Color #A57F5B in popluar number systems.

HEX A5 7F 5B
Decimal 165 127 91
Binary 10100101 1111111 1011011
Octal 245 177 133

Shades and tints

Shades of #A57F5B

#A57F5B
(165,127,91)
#967453
(150,116,83)
#87694B
(135,105,75)
#785E43
(120,94,67)
#69533B
(105,83,59)
#5A4833
(90,72,51)
#4B3D2B
(75,61,43)
#3C3223
(60,50,35)
#2D271B
(45,39,27)
#1E1C13
(30,28,19)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #A57F5B

#A57F5B
(165,127,91)
#AD8A69
(173,138,105)
#B59577
(181,149,119)
#BDA085
(189,160,133)
#C5AB93
(197,171,147)
#CDB6A1
(205,182,161)
#D5C1AF
(213,193,175)
#DDCCBD
(221,204,189)
#E5D7CB
(229,215,203)
#EDE2D9
(237,226,217)
#F5EDE7
(245,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57F5B color. Also use rgb(165,127,91) instead hex code.

Text Font Color

.myTextColor { color: #A57F5B; }

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

This text font color is #A57F5B.

Background Color

.myBgColor { background-color: #A57F5B; }

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

This div background color is #A57F5B.

Border color

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

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

This div border color is #A57F5B.

Opacity

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

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

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

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

This text has shadow with #A57F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57F5B.

Preview

Color preview on black background

This text has color #A57F5B on black background.


Color preview on white background

This text has color #A57F5B on white background.


Black color preview on #A57F5B background

This text has black color on #A57F5B background.


White color preview on #A57F5B background

This text has white color on #A57F5B background.


Related colors

Complementary color

Complementary color for #hex is #5A80A4.


I love getcolorcode.com

Triadic colors

1 #5BA57F and #7F5BA5 with #A57F5B are triadic colors.

2 #5B7FA5 and #7FA55B with #A57F5B are triadic colors.