COLOR #A58F75

HEX: #A58F75
RGB: (165,143,117)

Color info

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

RGB color model

#A58F75 color RGB value is (165,143,117).

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

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 117 of 255 = 46%

165
143
117

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

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 117 = 425 (100%)
R 165 of 425 ~ 38.82%
G 143 of 425 ~ 33.65%
B 117 of 425 ~ 27.53%

%38.82
%33.65
%27.53

CMYK color model

#A58F75 color CMYK value is (0,13,29,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(0,13,29,35)
C0M13Y29K35 
(0%,13%,29%,35%)
(0.00/0.13/0.29/0.35)	

CMYK percentages

%0
%13.33
%29.09
%35.29

Codes

Color #A58F75 in popluar color models

A58F75
RGB165143117
HSL33°21.05%55.29%
HSB/HSV33°29.09%64.71%
CMYK0.00%13.33%29.09%
35.29%

Color #A58F75 in popluar number systems.

HEXA58F75
Decimal165143117
Binary10100101100011111110101
Octal245217165

Shades and tints

Shades of #A58F75

#A58F75
(165,143,117)
#96826B
(150,130,107)
#877561
(135,117,97)
#786857
(120,104,87)
#695B4D
(105,91,77)
#5A4E43
(90,78,67)
#4B4139
(75,65,57)
#3C342F
(60,52,47)
#2D2725
(45,39,37)
#1E1A1B
(30,26,27)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #A58F75

#A58F75
(165,143,117)
#AD9981
(173,153,129)
#B5A38D
(181,163,141)
#BDAD99
(189,173,153)
#C5B7A5
(197,183,165)
#CDC1B1
(205,193,177)
#D5CBBD
(213,203,189)
#DDD5C9
(221,213,201)
#E5DFD5
(229,223,213)
#EDE9E1
(237,233,225)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F75; }

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

This text font color is #A58F75.


Background Color

.myBgColor { background-color: #A58F75; }

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

This div background color is #A58F75.


Border color

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

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

This div border color is #A58F75.


Opacity

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

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

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

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

This text has shadow with #A58F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58F75 on black background.


Color preview on white background

This text has color #A58F75 on white background.



Black color preview on #A58F75 background

This text has black color on #A58F75 background.


White color preview on #A58F75 background

This text has white color on #A58F75 background.