COLOR #A5858A

HEX: #A5858A RGB: (165,133,138)

Color info

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

RGB color model

#A5858A color RGB value is (165,133,138).

RGB: (165,133,138) (65%, 52%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 138 of 255 = 54%

165
133
138

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 138 = 436 (100%)
R 165 of 436 ~ 37.84%
G 133 of 436 ~ 30.5%
B 138 of 436 ~ 31.65'%

%37.84
%30.5
%31.65

CMYK color model

#A5858A color CMYK value is (0,19,16,35).

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

CMYK: (0,19,16,35)
C0M19Y16K35 (0%, 19%, 16%, 35%)
(0.00 / 0.19 / 0.16 / 0.35)

CMYK percentages

%0
%19.39
%16.36
%35.29

Codes

Color #A5858A in popluar color models

A5 85 8A
RGB 165 133 138
HSL 351° 15.09% 58.43%
HSB/HSV 351° 19.39% 64.71%
CMYK 0.00% 19.39% 16.36%
35.29%

Color #A5858A in popluar number systems.

HEX A5 85 8A
Decimal 165 133 138
Binary 10100101 10000101 10001010
Octal 245 205 212

Shades and tints

Shades of #A5858A

#A5858A
(165,133,138)
#96797E
(150,121,126)
#876D72
(135,109,114)
#786166
(120,97,102)
#69555A
(105,85,90)
#5A494E
(90,73,78)
#4B3D42
(75,61,66)
#3C3136
(60,49,54)
#2D252A
(45,37,42)
#1E191E
(30,25,30)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A5858A

#A5858A
(165,133,138)
#AD9094
(173,144,148)
#B59B9E
(181,155,158)
#BDA6A8
(189,166,168)
#C5B1B2
(197,177,178)
#CDBCBC
(205,188,188)
#D5C7C6
(213,199,198)
#DDD2D0
(221,210,208)
#E5DDDA
(229,221,218)
#EDE8E4
(237,232,228)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5858A; }

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

This text font color is #A5858A.

Background Color

.myBgColor { background-color: #A5858A; }

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

This div background color is #A5858A.

Border color

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

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

This div border color is #A5858A.

Opacity

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

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

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

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

This text has shadow with #A5858A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5858A.

Preview

Color preview on black background

This text has color #A5858A on black background.


Color preview on white background

This text has color #A5858A on white background.


Black color preview on #A5858A background

This text has black color on #A5858A background.


White color preview on #A5858A background

This text has white color on #A5858A background.


Related colors

Complementary color

Complementary color for #hex is #5A7A75.


I love getcolorcode.com

Triadic colors

1 #8AA585 and #858AA5 with #A5858A are triadic colors.

2 #8A85A5 and #85A58A with #A5858A are triadic colors.