COLOR #A5978B

HEX: #A5978B
RGB: (165,151,139)

Color info

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

RGB color model

#A5978B color RGB value is (165,151,139).

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

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 139 of 255 = 55%

165
151
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 139 = 455 (100%)
R 165 of 455 ~ 36.26%
G 151 of 455 ~ 33.19%
B 139 of 455 ~ 30.55%

%36.26
%33.19
%30.55

CMYK color model

#A5978B color CMYK value is (0,8,16,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,8,16,35)
C0M8Y16K35 
(0%,8%,16%,35%)
(0.00/0.08/0.16/0.35)	

CMYK percentages

%0
%8.48
%15.76
%35.29

Codes

Color #A5978B in popluar color models

A5978B
RGB165151139
HSL28°12.62%59.61%
HSB/HSV28°15.76%64.71%
CMYK0.00%8.48%15.76%
35.29%

Color #A5978B in popluar number systems.

HEXA5978B
Decimal165151139
Binary101001011001011110001011
Octal245227213

Shades and tints

Shades of #A5978B

#A5978B
(165,151,139)
#968A7F
(150,138,127)
#877D73
(135,125,115)
#787067
(120,112,103)
#69635B
(105,99,91)
#5A564F
(90,86,79)
#4B4943
(75,73,67)
#3C3C37
(60,60,55)
#2D2F2B
(45,47,43)
#1E221F
(30,34,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5978B

#A5978B
(165,151,139)
#ADA095
(173,160,149)
#B5A99F
(181,169,159)
#BDB2A9
(189,178,169)
#C5BBB3
(197,187,179)
#CDC4BD
(205,196,189)
#D5CDC7
(213,205,199)
#DDD6D1
(221,214,209)
#E5DFDB
(229,223,219)
#EDE8E5
(237,232,229)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5978B; }

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

This text font color is #A5978B.


Background Color

.myBgColor { background-color: #A5978B; }

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

This div background color is #A5978B.


Border color

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

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

This div border color is #A5978B.


Opacity

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

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

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

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

This text has shadow with #A5978B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5978B on black background.


Color preview on white background

This text has color #A5978B on white background.



Black color preview on #A5978B background

This text has black color on #A5978B background.


White color preview on #A5978B background

This text has white color on #A5978B background.