COLOR #A0858E

HEX: #A0858E RGB: (160,133,142)

Color info

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

RGB color model

#A0858E color RGB value is (160,133,142).

RGB: (160,133,142) (63%, 52%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 142 of 255 = 56%

160
133
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 133 + 142 = 435 (100%)
R 160 of 435 ~ 36.78%
G 133 of 435 ~ 30.57%
B 142 of 435 ~ 32.64'%

%36.78
%30.57
%32.64

CMYK color model

#A0858E color CMYK value is (0,17,11,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 11.25%
  • key color value is 37.25%

CMYK: (0,17,11,37)
C0M17Y11K37 (0%, 17%, 11%, 37%)
(0.00 / 0.17 / 0.11 / 0.37)

CMYK percentages

%0
%16.88
%11.25
%37.25

Codes

Color #A0858E in popluar color models

A0 85 8E
RGB 160 133 142
HSL 340° 12.44% 57.45%
HSB/HSV 340° 16.88% 62.75%
CMYK 0.00% 16.88% 11.25%
37.25%

Color #A0858E in popluar number systems.

HEX A0 85 8E
Decimal 160 133 142
Binary 10100000 10000101 10001110
Octal 240 205 216

Shades and tints

Shades of #A0858E

#A0858E
(160,133,142)
#927982
(146,121,130)
#846D76
(132,109,118)
#76616A
(118,97,106)
#68555E
(104,85,94)
#5A4952
(90,73,82)
#4C3D46
(76,61,70)
#3E313A
(62,49,58)
#30252E
(48,37,46)
#221922
(34,25,34)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #A0858E

#A0858E
(160,133,142)
#A89098
(168,144,152)
#B09BA2
(176,155,162)
#B8A6AC
(184,166,172)
#C0B1B6
(192,177,182)
#C8BCC0
(200,188,192)
#D0C7CA
(208,199,202)
#D8D2D4
(216,210,212)
#E0DDDE
(224,221,222)
#E8E8E8
(232,232,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0858E; }

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

This text font color is #A0858E.

Background Color

.myBgColor { background-color: #A0858E; }

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

This div background color is #A0858E.

Border color

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

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

This div border color is #A0858E.

Opacity

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

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

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

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

This text has shadow with #A0858E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0858E.

Preview

Color preview on black background

This text has color #A0858E on black background.


Color preview on white background

This text has color #A0858E on white background.


Black color preview on #A0858E background

This text has black color on #A0858E background.


White color preview on #A0858E background

This text has white color on #A0858E background.


Related colors

Complementary color

Complementary color for #hex is #5F7A71.


I love getcolorcode.com

Triadic colors

1 #8EA085 and #858EA0 with #A0858E are triadic colors.

2 #8E85A0 and #85A08E with #A0858E are triadic colors.