COLOR #A58F8E

HEX: #A58F8E
RGB: (165,143,142)

Color info

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

RGB color model

#A58F8E color RGB value is (165,143,142).

  • red value is 165;
  • green value is 143;
  • blue value is 142.
RGB:
(165,143,142)
(65%,56%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 142 of 255 = 56%

165
143
142

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

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 142 = 450 (100%)
R 165 of 450 ~ 36.67%
G 143 of 450 ~ 31.78%
B 142 of 450 ~ 31.56%

%36.67
%31.78
%31.56

CMYK color model

#A58F8E color CMYK value is (0,13,14,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(0,13,14,35)
C0M13Y14K35 
(0%,13%,14%,35%)
(0.00/0.13/0.14/0.35)	

CMYK percentages

%0
%13.33
%13.94
%35.29

Codes

Color #A58F8E in popluar color models

A58F8E
RGB165143142
HSL11.33%60.20%
HSB/HSV13.94%64.71%
CMYK0.00%13.33%13.94%
35.29%

Color #A58F8E in popluar number systems.

HEXA58F8E
Decimal165143142
Binary101001011000111110001110
Octal245217216

Shades and tints

Shades of #A58F8E

#A58F8E
(165,143,142)
#968282
(150,130,130)
#877576
(135,117,118)
#78686A
(120,104,106)
#695B5E
(105,91,94)
#5A4E52
(90,78,82)
#4B4146
(75,65,70)
#3C343A
(60,52,58)
#2D272E
(45,39,46)
#1E1A22
(30,26,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #A58F8E

#A58F8E
(165,143,142)
#AD9998
(173,153,152)
#B5A3A2
(181,163,162)
#BDADAC
(189,173,172)
#C5B7B6
(197,183,182)
#CDC1C0
(205,193,192)
#D5CBCA
(213,203,202)
#DDD5D4
(221,213,212)
#E5DFDE
(229,223,222)
#EDE9E8
(237,233,232)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F8E; }

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

This text font color is #A58F8E.


Background Color

.myBgColor { background-color: #A58F8E; }

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

This div background color is #A58F8E.


Border color

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

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

This div border color is #A58F8E.


Opacity

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

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

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

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

This text has shadow with #A58F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58F8E on black background.


Color preview on white background

This text has color #A58F8E on white background.



Black color preview on #A58F8E background

This text has black color on #A58F8E background.


White color preview on #A58F8E background

This text has white color on #A58F8E background.