COLOR #A58894

HEX: #A58894
RGB: (165,136,148)

Color info

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

RGB color model

#A58894 color RGB value is (165,136,148).

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

RGB channels and saturation

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

165
136
148

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

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 148 = 449 (100%)
R 165 of 449 ~ 36.75%
G 136 of 449 ~ 30.29%
B 148 of 449 ~ 32.96%

%36.75
%30.29
%32.96

CMYK color model

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

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

Codes

Color #A58894 in popluar color models

A58894
RGB165136148
HSL335°13.88%59.02%
HSB/HSV335°17.58%64.71%
CMYK0.00%17.58%10.30%
35.29%

Color #A58894 in popluar number systems.

HEXA58894
Decimal165136148
Binary101001011000100010010100
Octal245210224

Shades and tints

Shades of #A58894

#A58894
(165,136,148)
#967C87
(150,124,135)
#87707A
(135,112,122)
#78646D
(120,100,109)
#695860
(105,88,96)
#5A4C53
(90,76,83)
#4B4046
(75,64,70)
#3C3439
(60,52,57)
#2D282C
(45,40,44)
#1E1C1F
(30,28,31)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A58894

#A58894
(165,136,148)
#AD929D
(173,146,157)
#B59CA6
(181,156,166)
#BDA6AF
(189,166,175)
#C5B0B8
(197,176,184)
#CDBAC1
(205,186,193)
#D5C4CA
(213,196,202)
#DDCED3
(221,206,211)
#E5D8DC
(229,216,220)
#EDE2E5
(237,226,229)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58894; }

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

This text font color is #A58894.


Background Color

.myBgColor { background-color: #A58894; }

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

This div background color is #A58894.


Border color

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

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

This div border color is #A58894.


Opacity

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

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

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

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

This text has shadow with #A58894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58894 on black background.


Color preview on white background

This text has color #A58894 on white background.



Black color preview on #A58894 background

This text has black color on #A58894 background.


White color preview on #A58894 background

This text has white color on #A58894 background.