COLOR #A58980

HEX: #A58980 RGB: (165,137,128)

Color info

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

RGB color model

#A58980 color RGB value is (165,137,128).

RGB: (165,137,128) (65%, 54%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 128 of 255 = 50%

165
137
128

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

Portions of RGB colors in percentages

R + G + B = 165 + 137 + 128 = 430 (100%)
R 165 of 430 ~ 38.37%
G 137 of 430 ~ 31.86%
B 128 of 430 ~ 29.77'%

%38.37
%31.86
%29.77

CMYK color model

#A58980 color CMYK value is (0,17,22,35).

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

CMYK: (0,17,22,35)
C0M17Y22K35 (0%, 17%, 22%, 35%)
(0.00 / 0.17 / 0.22 / 0.35)

CMYK percentages

%0
%16.97
%22.42
%35.29

Codes

Color #A58980 in popluar color models

A5 89 80
RGB 165 137 128
HSL 15° 17.05% 57.45%
HSB/HSV 15° 22.42% 64.71%
CMYK 0.00% 16.97% 22.42%
35.29%

Color #A58980 in popluar number systems.

HEX A5 89 80
Decimal 165 137 128
Binary 10100101 10001001 10000000
Octal 245 211 200

Shades and tints

Shades of #A58980

#A58980
(165,137,128)
#967D75
(150,125,117)
#87716A
(135,113,106)
#78655F
(120,101,95)
#695954
(105,89,84)
#5A4D49
(90,77,73)
#4B413E
(75,65,62)
#3C3533
(60,53,51)
#2D2928
(45,41,40)
#1E1D1D
(30,29,29)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A58980

#A58980
(165,137,128)
#AD938B
(173,147,139)
#B59D96
(181,157,150)
#BDA7A1
(189,167,161)
#C5B1AC
(197,177,172)
#CDBBB7
(205,187,183)
#D5C5C2
(213,197,194)
#DDCFCD
(221,207,205)
#E5D9D8
(229,217,216)
#EDE3E3
(237,227,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58980; }

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

This text font color is #A58980.

Background Color

.myBgColor { background-color: #A58980; }

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

This div background color is #A58980.

Border color

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

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

This div border color is #A58980.

Opacity

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

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

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

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

This text has shadow with #A58980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58980.

Preview

Color preview on black background

This text has color #A58980 on black background.


Color preview on white background

This text has color #A58980 on white background.


Black color preview on #A58980 background

This text has black color on #A58980 background.


White color preview on #A58980 background

This text has white color on #A58980 background.


Related colors

Complementary color

Complementary color for #hex is #5A767F.


I love getcolorcode.com

Triadic colors

1 #80A589 and #8980A5 with #A58980 are triadic colors.

2 #8089A5 and #89A580 with #A58980 are triadic colors.