COLOR #A58145

HEX: #A58145
RGB: (165,129,69)

Color info

#A58145 contains mainly red and green colors. Web safe color of #A58145 is #999933 (or #993).

RGB color model

#A58145 color RGB value is (165,129,69).

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

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 69 of 255 = 27%

165
129
69

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 69 = 363 (100%)
R 165 of 363 ~ 45.45%
G 129 of 363 ~ 35.54%
B 69 of 363 ~ 19.01%

%45.45
%35.54
%19.01

CMYK color model

#A58145 color CMYK value is (0,22,58,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 58.18%
  • key color value is 35.29%
CMYK:
(0,22,58,35)
C0M22Y58K35 
(0%,22%,58%,35%)
(0.00/0.22/0.58/0.35)	

CMYK percentages

%0
%21.82
%58.18
%35.29

Codes

Color #A58145 in popluar color models

A58145
RGB16512969
HSL38°41.03%45.88%
HSB/HSV38°58.18%64.71%
CMYK0.00%21.82%58.18%
35.29%

Color #A58145 in popluar number systems.

HEXA58145
Decimal16512969
Binary10100101100000011000101
Octal245201105

Shades and tints

Shades of #A58145

#A58145
(165,129,69)
#96763F
(150,118,63)
#876B39
(135,107,57)
#786033
(120,96,51)
#69552D
(105,85,45)
#5A4A27
(90,74,39)
#4B3F21
(75,63,33)
#3C341B
(60,52,27)
#2D2915
(45,41,21)
#1E1E0F
(30,30,15)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #A58145

#A58145
(165,129,69)
#AD8C55
(173,140,85)
#B59765
(181,151,101)
#BDA275
(189,162,117)
#C5AD85
(197,173,133)
#CDB895
(205,184,149)
#D5C3A5
(213,195,165)
#DDCEB5
(221,206,181)
#E5D9C5
(229,217,197)
#EDE4D5
(237,228,213)
#F5EFE5
(245,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58145; }

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

This text font color is #A58145.


Background Color

.myBgColor { background-color: #A58145; }

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

This div background color is #A58145.


Border color

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

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

This div border color is #A58145.


Opacity

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

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

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

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

This text has shadow with #A58145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58145 on black background.


Color preview on white background

This text has color #A58145 on white background.



Black color preview on #A58145 background

This text has black color on #A58145 background.


White color preview on #A58145 background

This text has white color on #A58145 background.