COLOR #A5857D

HEX: #A5857D
RGB: (165,133,125)

Color info

#A5857D contains red, green and blue colors in about the same proportion. Web safe color of #A5857D is #999966 (or #996).

RGB color model

#A5857D color RGB value is (165,133,125).

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

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 125 of 255 = 49%

165
133
125

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

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 125 = 423 (100%)
R 165 of 423 ~ 39.01%
G 133 of 423 ~ 31.44%
B 125 of 423 ~ 29.55%

%39.01
%31.44
%29.55

CMYK color model

#A5857D color CMYK value is (0,19,24,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(0,19,24,35)
C0M19Y24K35 
(0%,19%,24%,35%)
(0.00/0.19/0.24/0.35)	

CMYK percentages

%0
%19.39
%24.24
%35.29

Codes

Color #A5857D in popluar color models

A5857D
RGB165133125
HSL12°18.18%56.86%
HSB/HSV12°24.24%64.71%
CMYK0.00%19.39%24.24%
35.29%

Color #A5857D in popluar number systems.

HEXA5857D
Decimal165133125
Binary10100101100001011111101
Octal245205175

Shades and tints

Shades of #A5857D

#A5857D
(165,133,125)
#967972
(150,121,114)
#876D67
(135,109,103)
#78615C
(120,97,92)
#695551
(105,85,81)
#5A4946
(90,73,70)
#4B3D3B
(75,61,59)
#3C3130
(60,49,48)
#2D2525
(45,37,37)
#1E191A
(30,25,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A5857D

#A5857D
(165,133,125)
#AD9088
(173,144,136)
#B59B93
(181,155,147)
#BDA69E
(189,166,158)
#C5B1A9
(197,177,169)
#CDBCB4
(205,188,180)
#D5C7BF
(213,199,191)
#DDD2CA
(221,210,202)
#E5DDD5
(229,221,213)
#EDE8E0
(237,232,224)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5857D; }

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

This text font color is #A5857D.


Background Color

.myBgColor { background-color: #A5857D; }

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

This div background color is #A5857D.


Border color

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

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

This div border color is #A5857D.


Opacity

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

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

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

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

This text has shadow with #A5857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5857D on black background.


Color preview on white background

This text has color #A5857D on white background.



Black color preview on #A5857D background

This text has black color on #A5857D background.


White color preview on #A5857D background

This text has white color on #A5857D background.