COLOR #A58D99

HEX: #A58D99
RGB: (165,141,153)

Color info

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

RGB color model

#A58D99 color RGB value is (165,141,153).

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

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 153 of 255 = 60%

165
141
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 153 = 459 (100%)
R 165 of 459 ~ 35.95%
G 141 of 459 ~ 30.72%
B 153 of 459 ~ 33.33%

%35.95
%30.72
%33.33

CMYK color model

#A58D99 color CMYK value is (0,15,7,35).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(0,15,7,35)
C0M15Y7K35 
(0%,15%,7%,35%)
(0.00/0.15/0.07/0.35)	

CMYK percentages

%0
%14.55
%7.27
%35.29

Codes

Color #A58D99 in popluar color models

A58D99
RGB165141153
HSL330°11.76%60.00%
HSB/HSV330°14.55%64.71%
CMYK0.00%14.55%7.27%
35.29%

Color #A58D99 in popluar number systems.

HEXA58D99
Decimal165141153
Binary101001011000110110011001
Octal245215231

Shades and tints

Shades of #A58D99

#A58D99
(165,141,153)
#96818C
(150,129,140)
#87757F
(135,117,127)
#786972
(120,105,114)
#695D65
(105,93,101)
#5A5158
(90,81,88)
#4B454B
(75,69,75)
#3C393E
(60,57,62)
#2D2D31
(45,45,49)
#1E2124
(30,33,36)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A58D99

#A58D99
(165,141,153)
#AD97A2
(173,151,162)
#B5A1AB
(181,161,171)
#BDABB4
(189,171,180)
#C5B5BD
(197,181,189)
#CDBFC6
(205,191,198)
#D5C9CF
(213,201,207)
#DDD3D8
(221,211,216)
#E5DDE1
(229,221,225)
#EDE7EA
(237,231,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58D99; }

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

This text font color is #A58D99.


Background Color

.myBgColor { background-color: #A58D99; }

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

This div background color is #A58D99.


Border color

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

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

This div border color is #A58D99.


Opacity

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

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

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

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

This text has shadow with #A58D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58D99 on black background.


Color preview on white background

This text has color #A58D99 on white background.



Black color preview on #A58D99 background

This text has black color on #A58D99 background.


White color preview on #A58D99 background

This text has white color on #A58D99 background.