COLOR #A58175

HEX: #A58175
RGB: (165,129,117)

Color info

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

RGB color model

#A58175 color RGB value is (165,129,117).

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

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 117 of 255 = 46%

165
129
117

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 117 = 411 (100%)
R 165 of 411 ~ 40.15%
G 129 of 411 ~ 31.39%
B 117 of 411 ~ 28.47%

%40.15
%31.39
%28.47

CMYK color model

#A58175 color CMYK value is (0,22,29,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(0,22,29,35)
C0M22Y29K35 
(0%,22%,29%,35%)
(0.00/0.22/0.29/0.35)	

CMYK percentages

%0
%21.82
%29.09
%35.29

Codes

Color #A58175 in popluar color models

A58175
RGB165129117
HSL15°21.05%55.29%
HSB/HSV15°29.09%64.71%
CMYK0.00%21.82%29.09%
35.29%

Color #A58175 in popluar number systems.

HEXA58175
Decimal165129117
Binary10100101100000011110101
Octal245201165

Shades and tints

Shades of #A58175

#A58175
(165,129,117)
#96766B
(150,118,107)
#876B61
(135,107,97)
#786057
(120,96,87)
#69554D
(105,85,77)
#5A4A43
(90,74,67)
#4B3F39
(75,63,57)
#3C342F
(60,52,47)
#2D2925
(45,41,37)
#1E1E1B
(30,30,27)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A58175

#A58175
(165,129,117)
#AD8C81
(173,140,129)
#B5978D
(181,151,141)
#BDA299
(189,162,153)
#C5ADA5
(197,173,165)
#CDB8B1
(205,184,177)
#D5C3BD
(213,195,189)
#DDCEC9
(221,206,201)
#E5D9D5
(229,217,213)
#EDE4E1
(237,228,225)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58175; }

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

This text font color is #A58175.


Background Color

.myBgColor { background-color: #A58175; }

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

This div background color is #A58175.


Border color

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

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

This div border color is #A58175.


Opacity

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

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

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

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

This text has shadow with #A58175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58175 on black background.


Color preview on white background

This text has color #A58175 on white background.



Black color preview on #A58175 background

This text has black color on #A58175 background.


White color preview on #A58175 background

This text has white color on #A58175 background.