COLOR #A58C88

HEX: #A58C88
RGB: (165,140,136)

Color info

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

RGB color model

#A58C88 color RGB value is (165,140,136).

  • red value is 165;
  • green value is 140;
  • blue value is 136.
RGB:
(165,140,136)
(65%,55%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 136 of 255 = 53%

165
140
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 140 + 136 = 441 (100%)
R 165 of 441 ~ 37.41%
G 140 of 441 ~ 31.75%
B 136 of 441 ~ 30.84%

%37.41
%31.75
%30.84

CMYK color model

#A58C88 color CMYK value is (0,15,18,35).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(0,15,18,35)
C0M15Y18K35 
(0%,15%,18%,35%)
(0.00/0.15/0.18/0.35)	

CMYK percentages

%0
%15.15
%17.58
%35.29

Codes

Color #A58C88 in popluar color models

A58C88
RGB165140136
HSL13.88%59.02%
HSB/HSV17.58%64.71%
CMYK0.00%15.15%17.58%
35.29%

Color #A58C88 in popluar number systems.

HEXA58C88
Decimal165140136
Binary101001011000110010001000
Octal245214210

Shades and tints

Shades of #A58C88

#A58C88
(165,140,136)
#96807C
(150,128,124)
#877470
(135,116,112)
#786864
(120,104,100)
#695C58
(105,92,88)
#5A504C
(90,80,76)
#4B4440
(75,68,64)
#3C3834
(60,56,52)
#2D2C28
(45,44,40)
#1E201C
(30,32,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A58C88

#A58C88
(165,140,136)
#AD9692
(173,150,146)
#B5A09C
(181,160,156)
#BDAAA6
(189,170,166)
#C5B4B0
(197,180,176)
#CDBEBA
(205,190,186)
#D5C8C4
(213,200,196)
#DDD2CE
(221,210,206)
#E5DCD8
(229,220,216)
#EDE6E2
(237,230,226)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58C88; }

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

This text font color is #A58C88.


Background Color

.myBgColor { background-color: #A58C88; }

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

This div background color is #A58C88.


Border color

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

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

This div border color is #A58C88.


Opacity

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

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

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

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

This text has shadow with #A58C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58C88 on black background.


Color preview on white background

This text has color #A58C88 on white background.



Black color preview on #A58C88 background

This text has black color on #A58C88 background.


White color preview on #A58C88 background

This text has white color on #A58C88 background.