COLOR #A58083

HEX: #A58083 RGB: (165,128,131)

Color info

#A58083 contains red, green and blue colors in about the same proportion. Web safe color of #A58083 is #996699 (or #969).

RGB color model

#A58083 color RGB value is (165,128,131).

RGB: (165,128,131) (65%, 50%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 131 of 255 = 51%

165
128
131

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

Portions of RGB colors in percentages

R + G + B = 165 + 128 + 131 = 424 (100%)
R 165 of 424 ~ 38.92%
G 128 of 424 ~ 30.19%
B 131 of 424 ~ 30.9'%

%38.92
%30.19
%30.9

CMYK color model

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

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

CMYK: (0,22,21,35)
C0M22Y21K35 (0%, 22%, 21%, 35%)
(0.00 / 0.22 / 0.21 / 0.35)

CMYK percentages

%0
%22.42
%20.61
%35.29

Codes

Color #A58083 in popluar color models

A5 80 83
RGB 165 128 131
HSL 355° 17.05% 57.45%
HSB/HSV 355° 22.42% 64.71%
CMYK 0.00% 22.42% 20.61%
35.29%

Color #A58083 in popluar number systems.

HEX A5 80 83
Decimal 165 128 131
Binary 10100101 10000000 10000011
Octal 245 200 203

Shades and tints

Shades of #A58083

#A58083
(165,128,131)
#967578
(150,117,120)
#876A6D
(135,106,109)
#785F62
(120,95,98)
#695457
(105,84,87)
#5A494C
(90,73,76)
#4B3E41
(75,62,65)
#3C3336
(60,51,54)
#2D282B
(45,40,43)
#1E1D20
(30,29,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A58083

#A58083
(165,128,131)
#AD8B8E
(173,139,142)
#B59699
(181,150,153)
#BDA1A4
(189,161,164)
#C5ACAF
(197,172,175)
#CDB7BA
(205,183,186)
#D5C2C5
(213,194,197)
#DDCDD0
(221,205,208)
#E5D8DB
(229,216,219)
#EDE3E6
(237,227,230)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58083; }

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

This text font color is #A58083.

Background Color

.myBgColor { background-color: #A58083; }

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

This div background color is #A58083.

Border color

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

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

This div border color is #A58083.

Opacity

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

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

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

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

This text has shadow with #A58083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58083.

Preview

Color preview on black background

This text has color #A58083 on black background.


Color preview on white background

This text has color #A58083 on white background.


Black color preview on #A58083 background

This text has black color on #A58083 background.


White color preview on #A58083 background

This text has white color on #A58083 background.


Related colors

Complementary color

Complementary color for #hex is #5A7F7C.


I love getcolorcode.com

Triadic colors

1 #83A580 and #8083A5 with #A58083 are triadic colors.

2 #8380A5 and #80A583 with #A58083 are triadic colors.