COLOR #A58059

HEX: #A58059 RGB: (165,128,89)

Color info

#A58059 contains mainly red and green colors. Web safe color of #A58059 is #996666 (or #966).

RGB color model

#A58059 color RGB value is (165,128,89).

RGB: (165,128,89) (65%, 50%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 89 of 255 = 35%

165
128
89

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

Portions of RGB colors in percentages

R + G + B = 165 + 128 + 89 = 382 (100%)
R 165 of 382 ~ 43.19%
G 128 of 382 ~ 33.51%
B 89 of 382 ~ 23.3'%

%43.19
%33.51
%23.3

CMYK color model

#A58059 color CMYK value is (0,22,46,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 46.06%
  • key color value is 35.29%

CMYK: (0,22,46,35)
C0M22Y46K35 (0%, 22%, 46%, 35%)
(0.00 / 0.22 / 0.46 / 0.35)

CMYK percentages

%0
%22.42
%46.06
%35.29

Codes

Color #A58059 in popluar color models

A5 80 59
RGB 165 128 89
HSL 31° 29.92% 49.80%
HSB/HSV 31° 46.06% 64.71%
CMYK 0.00% 22.42% 46.06%
35.29%

Color #A58059 in popluar number systems.

HEX A5 80 59
Decimal 165 128 89
Binary 10100101 10000000 1011001
Octal 245 200 131

Shades and tints

Shades of #A58059

#A58059
(165,128,89)
#967551
(150,117,81)
#876A49
(135,106,73)
#785F41
(120,95,65)
#695439
(105,84,57)
#5A4931
(90,73,49)
#4B3E29
(75,62,41)
#3C3321
(60,51,33)
#2D2819
(45,40,25)
#1E1D11
(30,29,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #A58059

#A58059
(165,128,89)
#AD8B68
(173,139,104)
#B59677
(181,150,119)
#BDA186
(189,161,134)
#C5AC95
(197,172,149)
#CDB7A4
(205,183,164)
#D5C2B3
(213,194,179)
#DDCDC2
(221,205,194)
#E5D8D1
(229,216,209)
#EDE3E0
(237,227,224)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58059 color. Also use rgb(165,128,89) instead hex code.

Text Font Color

.myTextColor { color: #A58059; }

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

This text font color is #A58059.

Background Color

.myBgColor { background-color: #A58059; }

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

This div background color is #A58059.

Border color

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

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

This div border color is #A58059.

Opacity

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

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

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

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

This text has shadow with #A58059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58059.

Preview

Color preview on black background

This text has color #A58059 on black background.


Color preview on white background

This text has color #A58059 on white background.


Black color preview on #A58059 background

This text has black color on #A58059 background.


White color preview on #A58059 background

This text has white color on #A58059 background.


Related colors

Complementary color

Complementary color for #hex is #5A7FA6.


I love getcolorcode.com

Triadic colors

1 #59A580 and #8059A5 with #A58059 are triadic colors.

2 #5980A5 and #80A559 with #A58059 are triadic colors.