COLOR #A58E9A

HEX: #A58E9A RGB: (165,142,154)

Color info

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

RGB color model

#A58E9A color RGB value is (165,142,154).

RGB: (165,142,154) (65%, 56%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 154 of 255 = 60%

165
142
154

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

Portions of RGB colors in percentages

R + G + B = 165 + 142 + 154 = 461 (100%)
R 165 of 461 ~ 35.79%
G 142 of 461 ~ 30.8%
B 154 of 461 ~ 33.41'%

%35.79
%30.8
%33.41

CMYK color model

#A58E9A color CMYK value is (0,14,7,35).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 6.67%
  • key color value is 35.29%

CMYK: (0,14,7,35)
C0M14Y7K35 (0%, 14%, 7%, 35%)
(0.00 / 0.14 / 0.07 / 0.35)

CMYK percentages

%0
%13.94
%6.67
%35.29

Codes

Color #A58E9A in popluar color models

A5 8E 9A
RGB 165 142 154
HSL 329° 11.33% 60.20%
HSB/HSV 329° 13.94% 64.71%
CMYK 0.00% 13.94% 6.67%
35.29%

Color #A58E9A in popluar number systems.

HEX A5 8E 9A
Decimal 165 142 154
Binary 10100101 10001110 10011010
Octal 245 216 232

Shades and tints

Shades of #A58E9A

#A58E9A
(165,142,154)
#96828C
(150,130,140)
#87767E
(135,118,126)
#786A70
(120,106,112)
#695E62
(105,94,98)
#5A5254
(90,82,84)
#4B4646
(75,70,70)
#3C3A38
(60,58,56)
#2D2E2A
(45,46,42)
#1E221C
(30,34,28)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #A58E9A

#A58E9A
(165,142,154)
#AD98A3
(173,152,163)
#B5A2AC
(181,162,172)
#BDACB5
(189,172,181)
#C5B6BE
(197,182,190)
#CDC0C7
(205,192,199)
#D5CAD0
(213,202,208)
#DDD4D9
(221,212,217)
#E5DEE2
(229,222,226)
#EDE8EB
(237,232,235)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58E9A color. Also use rgb(165,142,154) instead hex code.

Text Font Color

.myTextColor { color: #A58E9A; }

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

This text font color is #A58E9A.

Background Color

.myBgColor { background-color: #A58E9A; }

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

This div background color is #A58E9A.

Border color

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

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

This div border color is #A58E9A.

Opacity

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

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

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

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

This text has shadow with #A58E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58E9A.

Preview

Color preview on black background

This text has color #A58E9A on black background.


Color preview on white background

This text has color #A58E9A on white background.


Black color preview on #A58E9A background

This text has black color on #A58E9A background.


White color preview on #A58E9A background

This text has white color on #A58E9A background.


Related colors

Complementary color

Complementary color for #hex is #5A7165.


I love getcolorcode.com

Triadic colors

1 #9AA58E and #8E9AA5 with #A58E9A are triadic colors.

2 #9A8EA5 and #8EA59A with #A58E9A are triadic colors.