COLOR #A58F8C

HEX: #A58F8C RGB: (165,143,140)

Color info

#A58F8C contains red, green and blue colors in about the same proportion. Web safe color of #A58F8C is #999999 (or #999).

RGB color model

#A58F8C color RGB value is (165,143,140).

RGB: (165,143,140) (65%, 56%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 140 of 255 = 55%

165
143
140

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 140 = 448 (100%)
R 165 of 448 ~ 36.83%
G 143 of 448 ~ 31.92%
B 140 of 448 ~ 31.25'%

%36.83
%31.92
%31.25

CMYK color model

#A58F8C color CMYK value is (0,13,15,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK: (0,13,15,35) C0M13Y15K35 (0%,13%,15%,35%) (0.00/0.13/0.15/0.35) 

CMYK percentages

%0
%13.33
%15.15
%35.29

Codes

Color #A58F8C in popluar color models

A5 8F 8C
RGB 165 143 140
HSL 12.20% 59.80%
HSB/HSV 15.15% 64.71%
CMYK 0.00% 13.33% 15.15%
35.29%

Color #A58F8C in popluar number systems.

HEX A5 8F 8C
Decimal 165 143 140
Binary 10100101 10001111 10001100
Octal 245 217 214

Shades and tints

Shades of #A58F8C

#A58F8C
(165,143,140)
#968280
(150,130,128)
#877574
(135,117,116)
#786868
(120,104,104)
#695B5C
(105,91,92)
#5A4E50
(90,78,80)
#4B4144
(75,65,68)
#3C3438
(60,52,56)
#2D272C
(45,39,44)
#1E1A20
(30,26,32)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #A58F8C

#A58F8C
(165,143,140)
#AD9996
(173,153,150)
#B5A3A0
(181,163,160)
#BDADAA
(189,173,170)
#C5B7B4
(197,183,180)
#CDC1BE
(205,193,190)
#D5CBC8
(213,203,200)
#DDD5D2
(221,213,210)
#E5DFDC
(229,223,220)
#EDE9E6
(237,233,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F8C; }

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

This text font color is #A58F8C.

Background Color

.myBgColor { background-color: #A58F8C; }

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

This div background color is #A58F8C.

Border color

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

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

This div border color is #A58F8C.

Opacity

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

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

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

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

This text has shadow with #A58F8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58F8C.

Preview

Color preview on black background

This text has color #A58F8C on black background.


Color preview on white background

This text has color #A58F8C on white background.


Black color preview on #A58F8C background

This text has black color on #A58F8C background.


White color preview on #A58F8C background

This text has white color on #A58F8C background.


Related colors

Complementary color

Complementary color for #hex is #5A7073.


I love getcolorcode.com

Triadic colors

1 #8CA58F and #8F8CA5 with #A58F8C are triadic colors.

2 #8C8FA5 and #8FA58C with #A58F8C are triadic colors.