COLOR #A5859C

HEX: #A5859C RGB: (165,133,156)

Color info

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

RGB color model

#A5859C color RGB value is (165,133,156).

RGB: (165,133,156) (65%, 52%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 156 of 255 = 61%

165
133
156

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 156 = 454 (100%)
R 165 of 454 ~ 36.34%
G 133 of 454 ~ 29.3%
B 156 of 454 ~ 34.36'%

%36.34
%29.3
%34.36

CMYK color model

#A5859C color CMYK value is (0,19,5,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 5.45%
  • key color value is 35.29%

CMYK: (0,19,5,35)
C0M19Y5K35 (0%, 19%, 5%, 35%)
(0.00 / 0.19 / 0.05 / 0.35)

CMYK percentages

%0
%19.39
%5.45
%35.29

Codes

Color #A5859C in popluar color models

A5 85 9C
RGB 165 133 156
HSL 317° 15.09% 58.43%
HSB/HSV 317° 19.39% 64.71%
CMYK 0.00% 19.39% 5.45%
35.29%

Color #A5859C in popluar number systems.

HEX A5 85 9C
Decimal 165 133 156
Binary 10100101 10000101 10011100
Octal 245 205 234

Shades and tints

Shades of #A5859C

#A5859C
(165,133,156)
#96798E
(150,121,142)
#876D80
(135,109,128)
#786172
(120,97,114)
#695564
(105,85,100)
#5A4956
(90,73,86)
#4B3D48
(75,61,72)
#3C313A
(60,49,58)
#2D252C
(45,37,44)
#1E191E
(30,25,30)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #A5859C

#A5859C
(165,133,156)
#AD90A5
(173,144,165)
#B59BAE
(181,155,174)
#BDA6B7
(189,166,183)
#C5B1C0
(197,177,192)
#CDBCC9
(205,188,201)
#D5C7D2
(213,199,210)
#DDD2DB
(221,210,219)
#E5DDE4
(229,221,228)
#EDE8ED
(237,232,237)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5859C color. Also use rgb(165,133,156) instead hex code.

Text Font Color

.myTextColor { color: #A5859C; }

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

This text font color is #A5859C.

Background Color

.myBgColor { background-color: #A5859C; }

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

This div background color is #A5859C.

Border color

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

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

This div border color is #A5859C.

Opacity

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

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

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

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

This text has shadow with #A5859C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5859C.

Preview

Color preview on black background

This text has color #A5859C on black background.


Color preview on white background

This text has color #A5859C on white background.


Black color preview on #A5859C background

This text has black color on #A5859C background.


White color preview on #A5859C background

This text has white color on #A5859C background.


Related colors

Complementary color

Complementary color for #hex is #5A7A63.


I love getcolorcode.com

Triadic colors

1 #9CA585 and #859CA5 with #A5859C are triadic colors.

2 #9C85A5 and #85A59C with #A5859C are triadic colors.