COLOR #A0859E

HEX: #A0859E
RGB: (160,133,158)

Color info

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

RGB color model

#A0859E color RGB value is (160,133,158).

  • red value is 160;
  • green value is 133;
  • blue value is 158.
RGB:
(160,133,158)
(63%,52%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 158 of 255 = 62%

160
133
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 158 = 451 (100%)
R 160 of 451 ~ 35.48%
G 133 of 451 ~ 29.49%
B 158 of 451 ~ 35.03%

%35.48
%29.49
%35.03

CMYK color model

#A0859E color CMYK value is (0,17,1,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,17,1,37)
C0M17Y1K37 
(0%,17%,1%,37%)
(0.00/0.17/0.01/0.37)	

CMYK percentages

%0
%16.88
%1.25
%37.25

Codes

Color #A0859E in popluar color models

A0859E
RGB160133158
HSL304°12.44%57.45%
HSB/HSV304°16.88%62.75%
CMYK0.00%16.88%1.25%
37.25%

Color #A0859E in popluar number systems.

HEXA0859E
Decimal160133158
Binary101000001000010110011110
Octal240205236

Shades and tints

Shades of #A0859E

#A0859E
(160,133,158)
#927990
(146,121,144)
#846D82
(132,109,130)
#766174
(118,97,116)
#685566
(104,85,102)
#5A4958
(90,73,88)
#4C3D4A
(76,61,74)
#3E313C
(62,49,60)
#30252E
(48,37,46)
#221920
(34,25,32)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #A0859E

#A0859E
(160,133,158)
#A890A6
(168,144,166)
#B09BAE
(176,155,174)
#B8A6B6
(184,166,182)
#C0B1BE
(192,177,190)
#C8BCC6
(200,188,198)
#D0C7CE
(208,199,206)
#D8D2D6
(216,210,214)
#E0DDDE
(224,221,222)
#E8E8E6
(232,232,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0859E color. Also use rgb(160,133,158) instead hex code.

Text Font Color

.myTextColor { color: #A0859E; }

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

This text font color is #A0859E.


Background Color

.myBgColor { background-color: #A0859E; }

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

This div background color is #A0859E.


Border color

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

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

This div border color is #A0859E.


Opacity

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

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

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

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

This text has shadow with #A0859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0859E on black background.


Color preview on white background

This text has color #A0859E on white background.



Black color preview on #A0859E background

This text has black color on #A0859E background.


White color preview on #A0859E background

This text has white color on #A0859E background.