COLOR #A58D88

HEX: #A58D88
RGB: (165,141,136)

Color info

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

RGB color model

#A58D88 color RGB value is (165,141,136).

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

RGB channels and saturation

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

165
141
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 136 = 442 (100%)
R 165 of 442 ~ 37.33%
G 141 of 442 ~ 31.9%
B 136 of 442 ~ 30.77%

%37.33
%31.9
%30.77

CMYK color model

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

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

Codes

Color #A58D88 in popluar color models

A58D88
RGB165141136
HSL10°13.88%59.02%
HSB/HSV10°17.58%64.71%
CMYK0.00%14.55%17.58%
35.29%

Color #A58D88 in popluar number systems.

HEXA58D88
Decimal165141136
Binary101001011000110110001000
Octal245215210

Shades and tints

Shades of #A58D88

#A58D88
(165,141,136)
#96817C
(150,129,124)
#877570
(135,117,112)
#786964
(120,105,100)
#695D58
(105,93,88)
#5A514C
(90,81,76)
#4B4540
(75,69,64)
#3C3934
(60,57,52)
#2D2D28
(45,45,40)
#1E211C
(30,33,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A58D88

#A58D88
(165,141,136)
#AD9792
(173,151,146)
#B5A19C
(181,161,156)
#BDABA6
(189,171,166)
#C5B5B0
(197,181,176)
#CDBFBA
(205,191,186)
#D5C9C4
(213,201,196)
#DDD3CE
(221,211,206)
#E5DDD8
(229,221,216)
#EDE7E2
(237,231,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58D88; }

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

This text font color is #A58D88.


Background Color

.myBgColor { background-color: #A58D88; }

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

This div background color is #A58D88.


Border color

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

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

This div border color is #A58D88.


Opacity

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

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

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

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

This text has shadow with #A58D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58D88 on black background.


Color preview on white background

This text has color #A58D88 on white background.



Black color preview on #A58D88 background

This text has black color on #A58D88 background.


White color preview on #A58D88 background

This text has white color on #A58D88 background.