COLOR #A5858D

HEX: #A5858D
RGB: (165,133,141)

Color info

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

RGB color model

#A5858D color RGB value is (165,133,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 141 of 255 = 55%

165
133
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 141 = 439 (100%)
R 165 of 439 ~ 37.59%
G 133 of 439 ~ 30.3%
B 141 of 439 ~ 32.12%

%37.59
%30.3
%32.12

CMYK color model

#A5858D color CMYK value is (0,19,15,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,19,15,35)
C0M19Y15K35 
(0%,19%,15%,35%)
(0.00/0.19/0.15/0.35)	

CMYK percentages

%0
%19.39
%14.55
%35.29

Codes

Color #A5858D in popluar color models

A5858D
RGB165133141
HSL345°15.09%58.43%
HSB/HSV345°19.39%64.71%
CMYK0.00%19.39%14.55%
35.29%

Color #A5858D in popluar number systems.

HEXA5858D
Decimal165133141
Binary101001011000010110001101
Octal245205215

Shades and tints

Shades of #A5858D

#A5858D
(165,133,141)
#967981
(150,121,129)
#876D75
(135,109,117)
#786169
(120,97,105)
#69555D
(105,85,93)
#5A4951
(90,73,81)
#4B3D45
(75,61,69)
#3C3139
(60,49,57)
#2D252D
(45,37,45)
#1E1921
(30,25,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #A5858D

#A5858D
(165,133,141)
#AD9097
(173,144,151)
#B59BA1
(181,155,161)
#BDA6AB
(189,166,171)
#C5B1B5
(197,177,181)
#CDBCBF
(205,188,191)
#D5C7C9
(213,199,201)
#DDD2D3
(221,210,211)
#E5DDDD
(229,221,221)
#EDE8E7
(237,232,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5858D; }

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

This text font color is #A5858D.


Background Color

.myBgColor { background-color: #A5858D; }

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

This div background color is #A5858D.


Border color

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

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

This div border color is #A5858D.


Opacity

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

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

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

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

This text has shadow with #A5858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5858D on black background.


Color preview on white background

This text has color #A5858D on white background.



Black color preview on #A5858D background

This text has black color on #A5858D background.


White color preview on #A5858D background

This text has white color on #A5858D background.