COLOR #A58494

HEX: #A58494 RGB: (165,132,148)

Color info

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

RGB color model

#A58494 color RGB value is (165,132,148).

RGB: (165,132,148) (65%, 52%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 148 of 255 = 58%

165
132
148

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

Portions of RGB colors in percentages

R + G + B = 165 + 132 + 148 = 445 (100%)
R 165 of 445 ~ 37.08%
G 132 of 445 ~ 29.66%
B 148 of 445 ~ 33.26'%

%37.08
%29.66
%33.26

CMYK color model

#A58494 color CMYK value is (0,20,10,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.30%
  • key color value is 35.29%

CMYK: (0,20,10,35)
C0M20Y10K35 (0%, 20%, 10%, 35%)
(0.00 / 0.20 / 0.10 / 0.35)

CMYK percentages

%0
%20
%10.3
%35.29

Codes

Color #A58494 in popluar color models

A5 84 94
RGB 165 132 148
HSL 331° 15.49% 58.24%
HSB/HSV 331° 20.00% 64.71%
CMYK 0.00% 20.00% 10.30%
35.29%

Color #A58494 in popluar number systems.

HEX A5 84 94
Decimal 165 132 148
Binary 10100101 10000100 10010100
Octal 245 204 224

Shades and tints

Shades of #A58494

#A58494
(165,132,148)
#967887
(150,120,135)
#876C7A
(135,108,122)
#78606D
(120,96,109)
#695460
(105,84,96)
#5A4853
(90,72,83)
#4B3C46
(75,60,70)
#3C3039
(60,48,57)
#2D242C
(45,36,44)
#1E181F
(30,24,31)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #A58494

#A58494
(165,132,148)
#AD8F9D
(173,143,157)
#B59AA6
(181,154,166)
#BDA5AF
(189,165,175)
#C5B0B8
(197,176,184)
#CDBBC1
(205,187,193)
#D5C6CA
(213,198,202)
#DDD1D3
(221,209,211)
#E5DCDC
(229,220,220)
#EDE7E5
(237,231,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58494; }

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

This text font color is #A58494.

Background Color

.myBgColor { background-color: #A58494; }

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

This div background color is #A58494.

Border color

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

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

This div border color is #A58494.

Opacity

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

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

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

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

This text has shadow with #A58494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58494.

Preview

Color preview on black background

This text has color #A58494 on black background.


Color preview on white background

This text has color #A58494 on white background.


Black color preview on #A58494 background

This text has black color on #A58494 background.


White color preview on #A58494 background

This text has white color on #A58494 background.


Related colors

Complementary color

Complementary color for #hex is #5A7B6B.


I love getcolorcode.com

Triadic colors

1 #94A584 and #8494A5 with #A58494 are triadic colors.

2 #9484A5 and #84A594 with #A58494 are triadic colors.