COLOR #A58982

HEX: #A58982 RGB: (165,137,130)

Color info

#A58982 contains red, green and blue colors in about the same proportion. Web safe color of #A58982 is #999999 (or #999).

RGB color model

#A58982 color RGB value is (165,137,130).

RGB: (165,137,130) (65%, 54%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 130 of 255 = 51%

165
137
130

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

Portions of RGB colors in percentages

R + G + B = 165 + 137 + 130 = 432 (100%)
R 165 of 432 ~ 38.19%
G 137 of 432 ~ 31.71%
B 130 of 432 ~ 30.09'%

%38.19
%31.71
%30.09

CMYK color model

#A58982 color CMYK value is (0,17,21,35).

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

CMYK: (0,17,21,35)
C0M17Y21K35 (0%, 17%, 21%, 35%)
(0.00 / 0.17 / 0.21 / 0.35)

CMYK percentages

%0
%16.97
%21.21
%35.29

Codes

Color #A58982 in popluar color models

A5 89 82
RGB 165 137 130
HSL 12° 16.28% 57.84%
HSB/HSV 12° 21.21% 64.71%
CMYK 0.00% 16.97% 21.21%
35.29%

Color #A58982 in popluar number systems.

HEX A5 89 82
Decimal 165 137 130
Binary 10100101 10001001 10000010
Octal 245 211 202

Shades and tints

Shades of #A58982

#A58982
(165,137,130)
#967D77
(150,125,119)
#87716C
(135,113,108)
#786561
(120,101,97)
#695956
(105,89,86)
#5A4D4B
(90,77,75)
#4B4140
(75,65,64)
#3C3535
(60,53,53)
#2D292A
(45,41,42)
#1E1D1F
(30,29,31)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A58982

#A58982
(165,137,130)
#AD938D
(173,147,141)
#B59D98
(181,157,152)
#BDA7A3
(189,167,163)
#C5B1AE
(197,177,174)
#CDBBB9
(205,187,185)
#D5C5C4
(213,197,196)
#DDCFCF
(221,207,207)
#E5D9DA
(229,217,218)
#EDE3E5
(237,227,229)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58982; }

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

This text font color is #A58982.

Background Color

.myBgColor { background-color: #A58982; }

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

This div background color is #A58982.

Border color

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

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

This div border color is #A58982.

Opacity

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

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

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

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

This text has shadow with #A58982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58982.

Preview

Color preview on black background

This text has color #A58982 on black background.


Color preview on white background

This text has color #A58982 on white background.


Black color preview on #A58982 background

This text has black color on #A58982 background.


White color preview on #A58982 background

This text has white color on #A58982 background.


Related colors

Complementary color

Complementary color for #hex is #5A767D.


I love getcolorcode.com

Triadic colors

1 #82A589 and #8982A5 with #A58982 are triadic colors.

2 #8289A5 and #89A582 with #A58982 are triadic colors.