COLOR #A58DAC

HEX: #A58DAC RGB: (165,141,172)

Color info

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

RGB color model

#A58DAC color RGB value is (165,141,172).

RGB: (165,141,172) (65%, 55%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 172 of 255 = 67%

165
141
172

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

Portions of RGB colors in percentages

R + G + B = 165 + 141 + 172 = 478 (100%)
R 165 of 478 ~ 34.52%
G 141 of 478 ~ 29.5%
B 172 of 478 ~ 35.98'%

%34.52
%29.5
%35.98

CMYK color model

#A58DAC color CMYK value is (4,18,0,33).

  • cyan value is 4.07%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (4,18,0,33)
C4M18Y0K33 (4%, 18%, 0%, 33%)
(0.04 / 0.18 / 0.00 / 0.33)

CMYK percentages

%4.07
%18.02
%0
%32.55

Codes

Color #A58DAC in popluar color models

A5 8D AC
RGB 165 141 172
HSL 286° 15.74% 61.37%
HSB/HSV 286° 18.02% 67.45%
CMYK 4.07% 18.02% 0.00%
32.55%

Color #A58DAC in popluar number systems.

HEX A5 8D AC
Decimal 165 141 172
Binary 10100101 10001101 10101100
Octal 245 215 254

Shades and tints

Shades of #A58DAC

#A58DAC
(165,141,172)
#96819D
(150,129,157)
#87758E
(135,117,142)
#78697F
(120,105,127)
#695D70
(105,93,112)
#5A5161
(90,81,97)
#4B4552
(75,69,82)
#3C3943
(60,57,67)
#2D2D34
(45,45,52)
#1E2125
(30,33,37)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A58DAC

#A58DAC
(165,141,172)
#AD97B3
(173,151,179)
#B5A1BA
(181,161,186)
#BDABC1
(189,171,193)
#C5B5C8
(197,181,200)
#CDBFCF
(205,191,207)
#D5C9D6
(213,201,214)
#DDD3DD
(221,211,221)
#E5DDE4
(229,221,228)
#EDE7EB
(237,231,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58DAC color. Also use rgb(165,141,172) instead hex code.

Text Font Color

.myTextColor { color: #A58DAC; }

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

This text font color is #A58DAC.

Background Color

.myBgColor { background-color: #A58DAC; }

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

This div background color is #A58DAC.

Border color

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

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

This div border color is #A58DAC.

Opacity

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

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

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

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

This text has shadow with #A58DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58DAC.

Preview

Color preview on black background

This text has color #A58DAC on black background.


Color preview on white background

This text has color #A58DAC on white background.


Black color preview on #A58DAC background

This text has black color on #A58DAC background.


White color preview on #A58DAC background

This text has white color on #A58DAC background.


Related colors

Complementary color

Complementary color for #hex is #5A7253.


I love getcolorcode.com

Triadic colors

1 #ACA58D and #8DACA5 with #A58DAC are triadic colors.

2 #AC8DA5 and #8DA5AC with #A58DAC are triadic colors.