COLOR #A58080

HEX: #A58080 RGB: (165,128,128)

Color info

#A58080 contains red, green and blue colors in about the same proportion. Web safe color of #A58080 is #996666 (or #966).

RGB color model

#A58080 color RGB value is (165,128,128).

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

RGB channels and saturation

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

165
128
128

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

Portions of RGB colors in percentages

R + G + B = 165 + 128 + 128 = 421 (100%)
R 165 of 421 ~ 39.19%
G 128 of 421 ~ 30.4%
B 128 of 421 ~ 30.4'%

%39.19
%30.4
%30.4

CMYK color model

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

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

CMYK: (0,22,22,35)
C0M22Y22K35 (0%, 22%, 22%, 35%)
(0.00 / 0.22 / 0.22 / 0.35)

CMYK percentages

%0
%22.42
%22.42
%35.29

Codes

Color #A58080 in popluar color models

A5 80 80
RGB 165 128 128
HSL 17.05% 57.45%
HSB/HSV 22.42% 64.71%
CMYK 0.00% 22.42% 22.42%
35.29%

Color #A58080 in popluar number systems.

HEX A5 80 80
Decimal 165 128 128
Binary 10100101 10000000 10000000
Octal 245 200 200

Shades and tints

Shades of #A58080

#A58080
(165,128,128)
#967575
(150,117,117)
#876A6A
(135,106,106)
#785F5F
(120,95,95)
#695454
(105,84,84)
#5A4949
(90,73,73)
#4B3E3E
(75,62,62)
#3C3333
(60,51,51)
#2D2828
(45,40,40)
#1E1D1D
(30,29,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A58080

#A58080
(165,128,128)
#AD8B8B
(173,139,139)
#B59696
(181,150,150)
#BDA1A1
(189,161,161)
#C5ACAC
(197,172,172)
#CDB7B7
(205,183,183)
#D5C2C2
(213,194,194)
#DDCDCD
(221,205,205)
#E5D8D8
(229,216,216)
#EDE3E3
(237,227,227)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58080; }

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

This text font color is #A58080.

Background Color

.myBgColor { background-color: #A58080; }

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

This div background color is #A58080.

Border color

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

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

This div border color is #A58080.

Opacity

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

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

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

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

This text has shadow with #A58080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58080.

Preview

Color preview on black background

This text has color #A58080 on black background.


Color preview on white background

This text has color #A58080 on white background.


Black color preview on #A58080 background

This text has black color on #A58080 background.


White color preview on #A58080 background

This text has white color on #A58080 background.


Related colors

Complementary color

Complementary color for #hex is #5A7F7F.


I love getcolorcode.com