COLOR #A5897B

HEX: #A5897B
RGB: (165,137,123)

Color info

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

RGB color model

#A5897B color RGB value is (165,137,123).

  • red value is 165;
  • green value is 137;
  • blue value is 123.
RGB:
(165,137,123)
(65%,54%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 123 of 255 = 48%

165
137
123

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 123 = 425 (100%)
R 165 of 425 ~ 38.82%
G 137 of 425 ~ 32.24%
B 123 of 425 ~ 28.94%

%38.82
%32.24
%28.94

CMYK color model

#A5897B color CMYK value is (0,17,25,35).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK:
(0,17,25,35)
C0M17Y25K35 
(0%,17%,25%,35%)
(0.00/0.17/0.25/0.35)	

CMYK percentages

%0
%16.97
%25.45
%35.29

Codes

Color #A5897B in popluar color models

A5897B
RGB165137123
HSL20°18.92%56.47%
HSB/HSV20°25.45%64.71%
CMYK0.00%16.97%25.45%
35.29%

Color #A5897B in popluar number systems.

HEXA5897B
Decimal165137123
Binary10100101100010011111011
Octal245211173

Shades and tints

Shades of #A5897B

#A5897B
(165,137,123)
#967D70
(150,125,112)
#877165
(135,113,101)
#78655A
(120,101,90)
#69594F
(105,89,79)
#5A4D44
(90,77,68)
#4B4139
(75,65,57)
#3C352E
(60,53,46)
#2D2923
(45,41,35)
#1E1D18
(30,29,24)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #A5897B

#A5897B
(165,137,123)
#AD9387
(173,147,135)
#B59D93
(181,157,147)
#BDA79F
(189,167,159)
#C5B1AB
(197,177,171)
#CDBBB7
(205,187,183)
#D5C5C3
(213,197,195)
#DDCFCF
(221,207,207)
#E5D9DB
(229,217,219)
#EDE3E7
(237,227,231)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5897B color. Also use rgb(165,137,123) instead hex code.

Text Font Color

.myTextColor { color: #A5897B; }

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

This text font color is #A5897B.


Background Color

.myBgColor { background-color: #A5897B; }

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

This div background color is #A5897B.


Border color

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

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

This div border color is #A5897B.


Opacity

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

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

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

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

This text has shadow with #A5897B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5897B on black background.


Color preview on white background

This text has color #A5897B on white background.



Black color preview on #A5897B background

This text has black color on #A5897B background.


White color preview on #A5897B background

This text has white color on #A5897B background.