COLOR #A5888B

HEX: #A5888B
RGB: (165,136,139)

Color info

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

RGB color model

#A5888B color RGB value is (165,136,139).

  • red value is 165;
  • green value is 136;
  • blue value is 139.
RGB:
(165,136,139)
(65%,53%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 139 of 255 = 55%

165
136
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 139 = 440 (100%)
R 165 of 440 ~ 37.5%
G 136 of 440 ~ 30.91%
B 139 of 440 ~ 31.59%

%37.5
%30.91
%31.59

CMYK color model

#A5888B color CMYK value is (0,18,16,35).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,18,16,35)
C0M18Y16K35 
(0%,18%,16%,35%)
(0.00/0.18/0.16/0.35)	

CMYK percentages

%0
%17.58
%15.76
%35.29

Codes

Color #A5888B in popluar color models

A5888B
RGB165136139
HSL354°13.88%59.02%
HSB/HSV354°17.58%64.71%
CMYK0.00%17.58%15.76%
35.29%

Color #A5888B in popluar number systems.

HEXA5888B
Decimal165136139
Binary101001011000100010001011
Octal245210213

Shades and tints

Shades of #A5888B

#A5888B
(165,136,139)
#967C7F
(150,124,127)
#877073
(135,112,115)
#786467
(120,100,103)
#69585B
(105,88,91)
#5A4C4F
(90,76,79)
#4B4043
(75,64,67)
#3C3437
(60,52,55)
#2D282B
(45,40,43)
#1E1C1F
(30,28,31)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A5888B

#A5888B
(165,136,139)
#AD9295
(173,146,149)
#B59C9F
(181,156,159)
#BDA6A9
(189,166,169)
#C5B0B3
(197,176,179)
#CDBABD
(205,186,189)
#D5C4C7
(213,196,199)
#DDCED1
(221,206,209)
#E5D8DB
(229,216,219)
#EDE2E5
(237,226,229)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5888B color. Also use rgb(165,136,139) instead hex code.

Text Font Color

.myTextColor { color: #A5888B; }

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

This text font color is #A5888B.


Background Color

.myBgColor { background-color: #A5888B; }

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

This div background color is #A5888B.


Border color

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

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

This div border color is #A5888B.


Opacity

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

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

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

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

This text has shadow with #A5888B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5888B on black background.


Color preview on white background

This text has color #A5888B on white background.



Black color preview on #A5888B background

This text has black color on #A5888B background.


White color preview on #A5888B background

This text has white color on #A5888B background.