COLOR #A5957F

HEX: #A5957F RGB: (165,149,127)

Color info

#A5957F contains red, green and blue colors in about the same proportion. Web safe color of #A5957F is #999966 (or #996).

RGB color model

#A5957F color RGB value is (165,149,127).

RGB: (165,149,127) (65%, 58%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 127 of 255 = 50%

165
149
127

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

Portions of RGB colors in percentages

R + G + B = 165 + 149 + 127 = 441 (100%)
R 165 of 441 ~ 37.41%
G 149 of 441 ~ 33.79%
B 127 of 441 ~ 28.8'%

%37.41
%33.79
%28.8

CMYK color model

#A5957F color CMYK value is (0,10,23,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 23.03%
  • key color value is 35.29%
CMYK: (0,10,23,35) C0M10Y23K35 (0%,10%,23%,35%) (0.00/0.10/0.23/0.35) 

CMYK percentages

%0
%9.7
%23.03
%35.29

Codes

Color #A5957F in popluar color models

A5 95 7F
RGB 165 149 127
HSL 35° 17.43% 57.25%
HSB/HSV 35° 23.03% 64.71%
CMYK 0.00% 9.70% 23.03%
35.29%

Color #A5957F in popluar number systems.

HEX A5 95 7F
Decimal 165 149 127
Binary 10100101 10010101 1111111
Octal 245 225 177

Shades and tints

Shades of #A5957F

#A5957F
(165,149,127)
#968874
(150,136,116)
#877B69
(135,123,105)
#786E5E
(120,110,94)
#696153
(105,97,83)
#5A5448
(90,84,72)
#4B473D
(75,71,61)
#3C3A32
(60,58,50)
#2D2D27
(45,45,39)
#1E201C
(30,32,28)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5957F

#A5957F
(165,149,127)
#AD9E8A
(173,158,138)
#B5A795
(181,167,149)
#BDB0A0
(189,176,160)
#C5B9AB
(197,185,171)
#CDC2B6
(205,194,182)
#D5CBC1
(213,203,193)
#DDD4CC
(221,212,204)
#E5DDD7
(229,221,215)
#EDE6E2
(237,230,226)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5957F; }

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

This text font color is #A5957F.

Background Color

.myBgColor { background-color: #A5957F; }

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

This div background color is #A5957F.

Border color

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

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

This div border color is #A5957F.

Opacity

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

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

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

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

This text has shadow with #A5957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5957F.

Preview

Color preview on black background

This text has color #A5957F on black background.


Color preview on white background

This text has color #A5957F on white background.


Black color preview on #A5957F background

This text has black color on #A5957F background.


White color preview on #A5957F background

This text has white color on #A5957F background.


Related colors

Complementary color

Complementary color for #hex is #5A6A80.


I love getcolorcode.com

Triadic colors

1 #7FA595 and #957FA5 with #A5957F are triadic colors.

2 #7F95A5 and #95A57F with #A5957F are triadic colors.