COLOR #A58F7E

HEX: #A58F7E
RGB: (165,143,126)

Color info

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

RGB color model

#A58F7E color RGB value is (165,143,126).

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

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 126 of 255 = 49%

165
143
126

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

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 126 = 434 (100%)
R 165 of 434 ~ 38.02%
G 143 of 434 ~ 32.95%
B 126 of 434 ~ 29.03%

%38.02
%32.95
%29.03

CMYK color model

#A58F7E color CMYK value is (0,13,24,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 23.64%
  • key color value is 35.29%
CMYK:
(0,13,24,35)
C0M13Y24K35 
(0%,13%,24%,35%)
(0.00/0.13/0.24/0.35)	

CMYK percentages

%0
%13.33
%23.64
%35.29

Codes

Color #A58F7E in popluar color models

A58F7E
RGB165143126
HSL26°17.81%57.06%
HSB/HSV26°23.64%64.71%
CMYK0.00%13.33%23.64%
35.29%

Color #A58F7E in popluar number systems.

HEXA58F7E
Decimal165143126
Binary10100101100011111111110
Octal245217176

Shades and tints

Shades of #A58F7E

#A58F7E
(165,143,126)
#968273
(150,130,115)
#877568
(135,117,104)
#78685D
(120,104,93)
#695B52
(105,91,82)
#5A4E47
(90,78,71)
#4B413C
(75,65,60)
#3C3431
(60,52,49)
#2D2726
(45,39,38)
#1E1A1B
(30,26,27)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #A58F7E

#A58F7E
(165,143,126)
#AD9989
(173,153,137)
#B5A394
(181,163,148)
#BDAD9F
(189,173,159)
#C5B7AA
(197,183,170)
#CDC1B5
(205,193,181)
#D5CBC0
(213,203,192)
#DDD5CB
(221,213,203)
#E5DFD6
(229,223,214)
#EDE9E1
(237,233,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F7E; }

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

This text font color is #A58F7E.


Background Color

.myBgColor { background-color: #A58F7E; }

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

This div background color is #A58F7E.


Border color

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

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

This div border color is #A58F7E.


Opacity

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

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

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

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

This text has shadow with #A58F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58F7E on black background.


Color preview on white background

This text has color #A58F7E on white background.



Black color preview on #A58F7E background

This text has black color on #A58F7E background.


White color preview on #A58F7E background

This text has white color on #A58F7E background.