COLOR #A58C7F

HEX: #A58C7F RGB: (165,140,127)

Color info

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

RGB color model

#A58C7F color RGB value is (165,140,127).

RGB: (165,140,127) (65%, 55%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 127 of 255 = 50%

165
140
127

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

Portions of RGB colors in percentages

R + G + B = 165 + 140 + 127 = 432 (100%)
R 165 of 432 ~ 38.19%
G 140 of 432 ~ 32.41%
B 127 of 432 ~ 29.4'%

%38.19
%32.41
%29.4

CMYK color model

#A58C7F color CMYK value is (0,15,23,35).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 23.03%
  • key color value is 35.29%
CMYK: (0,15,23,35) C0M15Y23K35 (0%,15%,23%,35%) (0.00/0.15/0.23/0.35) 

CMYK percentages

%0
%15.15
%23.03
%35.29

Codes

Color #A58C7F in popluar color models

A5 8C 7F
RGB 165 140 127
HSL 21° 17.43% 57.25%
HSB/HSV 21° 23.03% 64.71%
CMYK 0.00% 15.15% 23.03%
35.29%

Color #A58C7F in popluar number systems.

HEX A5 8C 7F
Decimal 165 140 127
Binary 10100101 10001100 1111111
Octal 245 214 177

Shades and tints

Shades of #A58C7F

#A58C7F
(165,140,127)
#968074
(150,128,116)
#877469
(135,116,105)
#78685E
(120,104,94)
#695C53
(105,92,83)
#5A5048
(90,80,72)
#4B443D
(75,68,61)
#3C3832
(60,56,50)
#2D2C27
(45,44,39)
#1E201C
(30,32,28)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A58C7F

#A58C7F
(165,140,127)
#AD968A
(173,150,138)
#B5A095
(181,160,149)
#BDAAA0
(189,170,160)
#C5B4AB
(197,180,171)
#CDBEB6
(205,190,182)
#D5C8C1
(213,200,193)
#DDD2CC
(221,210,204)
#E5DCD7
(229,220,215)
#EDE6E2
(237,230,226)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58C7F; }

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

This text font color is #A58C7F.

Background Color

.myBgColor { background-color: #A58C7F; }

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

This div background color is #A58C7F.

Border color

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

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

This div border color is #A58C7F.

Opacity

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

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

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

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

This text has shadow with #A58C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58C7F.

Preview

Color preview on black background

This text has color #A58C7F on black background.


Color preview on white background

This text has color #A58C7F on white background.


Black color preview on #A58C7F background

This text has black color on #A58C7F background.


White color preview on #A58C7F background

This text has white color on #A58C7F background.


Related colors

Complementary color

Complementary color for #hex is #5A7380.


I love getcolorcode.com

Triadic colors

1 #7FA58C and #8C7FA5 with #A58C7F are triadic colors.

2 #7F8CA5 and #8CA57F with #A58C7F are triadic colors.