COLOR #A58EA8

HEX: #A58EA8 RGB: (165,142,168)

Color info

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

RGB color model

#A58EA8 color RGB value is (165,142,168).

RGB: (165,142,168) (65%, 56%, 66%)

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 168 of 255 = 66%

165
142
168

R + G + B ~ 62%. #A58EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 142 + 168 = 475 (100%)
R 165 of 475 ~ 34.74%
G 142 of 475 ~ 29.89%
B 168 of 475 ~ 35.37'%

%34.74
%29.89
%35.37

CMYK color model

#A58EA8 color CMYK value is (2,15,0,34).

  • cyan value is 1.79%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (2,15,0,34)
C2M15Y0K34 (2%, 15%, 0%, 34%)
(0.02 / 0.15 / 0.00 / 0.34)

CMYK percentages

%1.79
%15.48
%0
%34.12

Codes

Color #A58EA8 in popluar color models

A5 8E A8
RGB 165 142 168
HSL 293° 13.00% 60.78%
HSB/HSV 293° 15.48% 65.88%
CMYK 1.79% 15.48% 0.00%
34.12%

Color #A58EA8 in popluar number systems.

HEX A5 8E A8
Decimal 165 142 168
Binary 10100101 10001110 10101000
Octal 245 216 250

Shades and tints

Shades of #A58EA8

#A58EA8
(165,142,168)
#968299
(150,130,153)
#87768A
(135,118,138)
#786A7B
(120,106,123)
#695E6C
(105,94,108)
#5A525D
(90,82,93)
#4B464E
(75,70,78)
#3C3A3F
(60,58,63)
#2D2E30
(45,46,48)
#1E2221
(30,34,33)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A58EA8

#A58EA8
(165,142,168)
#AD98AF
(173,152,175)
#B5A2B6
(181,162,182)
#BDACBD
(189,172,189)
#C5B6C4
(197,182,196)
#CDC0CB
(205,192,203)
#D5CAD2
(213,202,210)
#DDD4D9
(221,212,217)
#E5DEE0
(229,222,224)
#EDE8E7
(237,232,231)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58EA8; }

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

This text font color is #A58EA8.

Background Color

.myBgColor { background-color: #A58EA8; }

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

This div background color is #A58EA8.

Border color

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

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

This div border color is #A58EA8.

Opacity

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

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

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

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

This text has shadow with #A58EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58EA8.

Preview

Color preview on black background

This text has color #A58EA8 on black background.


Color preview on white background

This text has color #A58EA8 on white background.


Black color preview on #A58EA8 background

This text has black color on #A58EA8 background.


White color preview on #A58EA8 background

This text has white color on #A58EA8 background.


Related colors

Complementary color

Complementary color for #hex is #5A7157.


I love getcolorcode.com

Triadic colors

1 #A8A58E and #8EA8A5 with #A58EA8 are triadic colors.

2 #A88EA5 and #8EA5A8 with #A58EA8 are triadic colors.