COLOR #A58CAE

HEX: #A58CAE RGB: (165,140,174)

Color info

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

RGB color model

#A58CAE color RGB value is (165,140,174).

RGB: (165,140,174) (65%, 55%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 174 of 255 = 68%

165
140
174

R + G + B ~ 63%. #A58CAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 140 + 174 = 479 (100%)
R 165 of 479 ~ 34.45%
G 140 of 479 ~ 29.23%
B 174 of 479 ~ 36.33'%

%34.45
%29.23
%36.33

CMYK color model

#A58CAE color CMYK value is (5,20,0,32).

  • cyan value is 5.17%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (5,20,0,32)
C5M20Y0K32 (5%, 20%, 0%, 32%)
(0.05 / 0.20 / 0.00 / 0.32)

CMYK percentages

%5.17
%19.54
%0
%31.76

Codes

Color #A58CAE in popluar color models

A5 8C AE
RGB 165 140 174
HSL 284° 17.35% 61.57%
HSB/HSV 284° 19.54% 68.24%
CMYK 5.17% 19.54% 0.00%
31.76%

Color #A58CAE in popluar number systems.

HEX A5 8C AE
Decimal 165 140 174
Binary 10100101 10001100 10101110
Octal 245 214 256

Shades and tints

Shades of #A58CAE

#A58CAE
(165,140,174)
#96809F
(150,128,159)
#877490
(135,116,144)
#786881
(120,104,129)
#695C72
(105,92,114)
#5A5063
(90,80,99)
#4B4454
(75,68,84)
#3C3845
(60,56,69)
#2D2C36
(45,44,54)
#1E2027
(30,32,39)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #A58CAE

#A58CAE
(165,140,174)
#AD96B5
(173,150,181)
#B5A0BC
(181,160,188)
#BDAAC3
(189,170,195)
#C5B4CA
(197,180,202)
#CDBED1
(205,190,209)
#D5C8D8
(213,200,216)
#DDD2DF
(221,210,223)
#E5DCE6
(229,220,230)
#EDE6ED
(237,230,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58CAE color. Also use rgb(165,140,174) instead hex code.

Text Font Color

.myTextColor { color: #A58CAE; }

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

This text font color is #A58CAE.

Background Color

.myBgColor { background-color: #A58CAE; }

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

This div background color is #A58CAE.

Border color

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

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

This div border color is #A58CAE.

Opacity

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

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

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

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

This text has shadow with #A58CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58CAE.

Preview

Color preview on black background

This text has color #A58CAE on black background.


Color preview on white background

This text has color #A58CAE on white background.


Black color preview on #A58CAE background

This text has black color on #A58CAE background.


White color preview on #A58CAE background

This text has white color on #A58CAE background.


Related colors

Complementary color

Complementary color for #hex is #5A7351.


I love getcolorcode.com

Triadic colors

1 #AEA58C and #8CAEA5 with #A58CAE are triadic colors.

2 #AE8CA5 and #8CA5AE with #A58CAE are triadic colors.