COLOR #A58382

HEX: #A58382 RGB: (165,131,130)

Color info

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

RGB color model

#A58382 color RGB value is (165,131,130).

RGB: (165,131,130) (65%, 51%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 130 of 255 = 51%

165
131
130

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

Portions of RGB colors in percentages

R + G + B = 165 + 131 + 130 = 426 (100%)
R 165 of 426 ~ 38.73%
G 131 of 426 ~ 30.75%
B 130 of 426 ~ 30.52'%

%38.73
%30.75
%30.52

CMYK color model

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

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

CMYK: (0,21,21,35)
C0M21Y21K35 (0%, 21%, 21%, 35%)
(0.00 / 0.21 / 0.21 / 0.35)

CMYK percentages

%0
%20.61
%21.21
%35.29

Codes

Color #A58382 in popluar color models

A5 83 82
RGB 165 131 130
HSL 16.28% 57.84%
HSB/HSV 21.21% 64.71%
CMYK 0.00% 20.61% 21.21%
35.29%

Color #A58382 in popluar number systems.

HEX A5 83 82
Decimal 165 131 130
Binary 10100101 10000011 10000010
Octal 245 203 202

Shades and tints

Shades of #A58382

#A58382
(165,131,130)
#967877
(150,120,119)
#876D6C
(135,109,108)
#786261
(120,98,97)
#695756
(105,87,86)
#5A4C4B
(90,76,75)
#4B4140
(75,65,64)
#3C3635
(60,54,53)
#2D2B2A
(45,43,42)
#1E201F
(30,32,31)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A58382

#A58382
(165,131,130)
#AD8E8D
(173,142,141)
#B59998
(181,153,152)
#BDA4A3
(189,164,163)
#C5AFAE
(197,175,174)
#CDBAB9
(205,186,185)
#D5C5C4
(213,197,196)
#DDD0CF
(221,208,207)
#E5DBDA
(229,219,218)
#EDE6E5
(237,230,229)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58382; }

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

This text font color is #A58382.

Background Color

.myBgColor { background-color: #A58382; }

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

This div background color is #A58382.

Border color

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

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

This div border color is #A58382.

Opacity

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

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

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

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

This text has shadow with #A58382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58382.

Preview

Color preview on black background

This text has color #A58382 on black background.


Color preview on white background

This text has color #A58382 on white background.


Black color preview on #A58382 background

This text has black color on #A58382 background.


White color preview on #A58382 background

This text has white color on #A58382 background.


Related colors

Complementary color

Complementary color for #hex is #5A7C7D.


I love getcolorcode.com

Triadic colors

1 #82A583 and #8382A5 with #A58382 are triadic colors.

2 #8283A5 and #83A582 with #A58382 are triadic colors.