COLOR #A5858E

HEX: #A5858E RGB: (165,133,142)

Color info

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

RGB color model

#A5858E color RGB value is (165,133,142).

RGB: (165,133,142) (65%, 52%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 142 of 255 = 56%

165
133
142

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 142 = 440 (100%)
R 165 of 440 ~ 37.5%
G 133 of 440 ~ 30.23%
B 142 of 440 ~ 32.27'%

%37.5
%30.23
%32.27

CMYK color model

#A5858E color CMYK value is (0,19,14,35).

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

CMYK: (0,19,14,35)
C0M19Y14K35 (0%, 19%, 14%, 35%)
(0.00 / 0.19 / 0.14 / 0.35)

CMYK percentages

%0
%19.39
%13.94
%35.29

Codes

Color #A5858E in popluar color models

A5 85 8E
RGB 165 133 142
HSL 343° 15.09% 58.43%
HSB/HSV 343° 19.39% 64.71%
CMYK 0.00% 19.39% 13.94%
35.29%

Color #A5858E in popluar number systems.

HEX A5 85 8E
Decimal 165 133 142
Binary 10100101 10000101 10001110
Octal 245 205 216

Shades and tints

Shades of #A5858E

#A5858E
(165,133,142)
#967982
(150,121,130)
#876D76
(135,109,118)
#78616A
(120,97,106)
#69555E
(105,85,94)
#5A4952
(90,73,82)
#4B3D46
(75,61,70)
#3C313A
(60,49,58)
#2D252E
(45,37,46)
#1E1922
(30,25,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #A5858E

#A5858E
(165,133,142)
#AD9098
(173,144,152)
#B59BA2
(181,155,162)
#BDA6AC
(189,166,172)
#C5B1B6
(197,177,182)
#CDBCC0
(205,188,192)
#D5C7CA
(213,199,202)
#DDD2D4
(221,210,212)
#E5DDDE
(229,221,222)
#EDE8E8
(237,232,232)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5858E; }

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

This text font color is #A5858E.

Background Color

.myBgColor { background-color: #A5858E; }

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

This div background color is #A5858E.

Border color

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

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

This div border color is #A5858E.

Opacity

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

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

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

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

This text has shadow with #A5858E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5858E.

Preview

Color preview on black background

This text has color #A5858E on black background.


Color preview on white background

This text has color #A5858E on white background.


Black color preview on #A5858E background

This text has black color on #A5858E background.


White color preview on #A5858E background

This text has white color on #A5858E background.


Related colors

Complementary color

Complementary color for #hex is #5A7A71.


I love getcolorcode.com

Triadic colors

1 #8EA585 and #858EA5 with #A5858E are triadic colors.

2 #8E85A5 and #85A58E with #A5858E are triadic colors.