COLOR #A5859A

HEX: #A5859A
RGB: (165,133,154)

Color info

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

RGB color model

#A5859A color RGB value is (165,133,154).

  • red value is 165;
  • green value is 133;
  • blue value is 154.
RGB:
(165,133,154)
(65%,52%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 154 of 255 = 60%

165
133
154

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

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 154 = 452 (100%)
R 165 of 452 ~ 36.5%
G 133 of 452 ~ 29.42%
B 154 of 452 ~ 34.07%

%36.5
%29.42
%34.07

CMYK color model

#A5859A color CMYK value is (0,19,7,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(0,19,7,35)
C0M19Y7K35 
(0%,19%,7%,35%)
(0.00/0.19/0.07/0.35)	

CMYK percentages

%0
%19.39
%6.67
%35.29

Codes

Color #A5859A in popluar color models

A5859A
RGB165133154
HSL321°15.09%58.43%
HSB/HSV321°19.39%64.71%
CMYK0.00%19.39%6.67%
35.29%

Color #A5859A in popluar number systems.

HEXA5859A
Decimal165133154
Binary101001011000010110011010
Octal245205232

Shades and tints

Shades of #A5859A

#A5859A
(165,133,154)
#96798C
(150,121,140)
#876D7E
(135,109,126)
#786170
(120,97,112)
#695562
(105,85,98)
#5A4954
(90,73,84)
#4B3D46
(75,61,70)
#3C3138
(60,49,56)
#2D252A
(45,37,42)
#1E191C
(30,25,28)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #A5859A

#A5859A
(165,133,154)
#AD90A3
(173,144,163)
#B59BAC
(181,155,172)
#BDA6B5
(189,166,181)
#C5B1BE
(197,177,190)
#CDBCC7
(205,188,199)
#D5C7D0
(213,199,208)
#DDD2D9
(221,210,217)
#E5DDE2
(229,221,226)
#EDE8EB
(237,232,235)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5859A; }

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

This text font color is #A5859A.


Background Color

.myBgColor { background-color: #A5859A; }

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

This div background color is #A5859A.


Border color

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

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

This div border color is #A5859A.


Opacity

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

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

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

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

This text has shadow with #A5859A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5859A on black background.


Color preview on white background

This text has color #A5859A on white background.



Black color preview on #A5859A background

This text has black color on #A5859A background.


White color preview on #A5859A background

This text has white color on #A5859A background.