COLOR #A58180

HEX: #A58180
RGB: (165,129,128)

Color info

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

RGB color model

#A58180 color RGB value is (165,129,128).

  • red value is 165;
  • green value is 129;
  • blue value is 128.
RGB:
(165,129,128)
(65%,51%,50%)

RGB channels and saturation

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

165
129
128

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 128 = 422 (100%)
R 165 of 422 ~ 39.1%
G 129 of 422 ~ 30.57%
B 128 of 422 ~ 30.33%

%39.1
%30.57
%30.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.82%
  • 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
%21.82
%22.42
%35.29

Codes

Color #A58180 in popluar color models

A58180
RGB165129128
HSL17.05%57.45%
HSB/HSV22.42%64.71%
CMYK0.00%21.82%22.42%
35.29%

Color #A58180 in popluar number systems.

HEXA58180
Decimal165129128
Binary101001011000000110000000
Octal245201200

Shades and tints

Shades of #A58180

#A58180
(165,129,128)
#967675
(150,118,117)
#876B6A
(135,107,106)
#78605F
(120,96,95)
#695554
(105,85,84)
#5A4A49
(90,74,73)
#4B3F3E
(75,63,62)
#3C3433
(60,52,51)
#2D2928
(45,41,40)
#1E1E1D
(30,30,29)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A58180

#A58180
(165,129,128)
#AD8C8B
(173,140,139)
#B59796
(181,151,150)
#BDA2A1
(189,162,161)
#C5ADAC
(197,173,172)
#CDB8B7
(205,184,183)
#D5C3C2
(213,195,194)
#DDCECD
(221,206,205)
#E5D9D8
(229,217,216)
#EDE4E3
(237,228,227)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58180; }

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

This text font color is #A58180.


Background Color

.myBgColor { background-color: #A58180; }

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

This div background color is #A58180.


Border color

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

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

This div border color is #A58180.


Opacity

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

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

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

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

This text has shadow with #A58180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58180 on black background.


Color preview on white background

This text has color #A58180 on white background.



Black color preview on #A58180 background

This text has black color on #A58180 background.


White color preview on #A58180 background

This text has white color on #A58180 background.