COLOR #A58895

HEX: #A58895
RGB: (165,136,149)

Color info

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

RGB color model

#A58895 color RGB value is (165,136,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 149 of 255 = 58%

165
136
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 149 = 450 (100%)
R 165 of 450 ~ 36.67%
G 136 of 450 ~ 30.22%
B 149 of 450 ~ 33.11%

%36.67
%30.22
%33.11

CMYK color model

#A58895 color CMYK value is (0,18,10,35).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,18,10,35)
C0M18Y10K35 
(0%,18%,10%,35%)
(0.00/0.18/0.10/0.35)	

CMYK percentages

%0
%17.58
%9.7
%35.29

Codes

Color #A58895 in popluar color models

A58895
RGB165136149
HSL333°13.88%59.02%
HSB/HSV333°17.58%64.71%
CMYK0.00%17.58%9.70%
35.29%

Color #A58895 in popluar number systems.

HEXA58895
Decimal165136149
Binary101001011000100010010101
Octal245210225

Shades and tints

Shades of #A58895

#A58895
(165,136,149)
#967C88
(150,124,136)
#87707B
(135,112,123)
#78646E
(120,100,110)
#695861
(105,88,97)
#5A4C54
(90,76,84)
#4B4047
(75,64,71)
#3C343A
(60,52,58)
#2D282D
(45,40,45)
#1E1C20
(30,28,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A58895

#A58895
(165,136,149)
#AD929E
(173,146,158)
#B59CA7
(181,156,167)
#BDA6B0
(189,166,176)
#C5B0B9
(197,176,185)
#CDBAC2
(205,186,194)
#D5C4CB
(213,196,203)
#DDCED4
(221,206,212)
#E5D8DD
(229,216,221)
#EDE2E6
(237,226,230)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58895; }

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

This text font color is #A58895.


Background Color

.myBgColor { background-color: #A58895; }

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

This div background color is #A58895.


Border color

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

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

This div border color is #A58895.


Opacity

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

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

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

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

This text has shadow with #A58895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58895 on black background.


Color preview on white background

This text has color #A58895 on white background.



Black color preview on #A58895 background

This text has black color on #A58895 background.


White color preview on #A58895 background

This text has white color on #A58895 background.