COLOR #A5978F

HEX: #A5978F
RGB: (165,151,143)

Color info

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

RGB color model

#A5978F color RGB value is (165,151,143).

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

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 143 of 255 = 56%

165
151
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 143 = 459 (100%)
R 165 of 459 ~ 35.95%
G 151 of 459 ~ 32.9%
B 143 of 459 ~ 31.15%

%35.95
%32.9
%31.15

CMYK color model

#A5978F color CMYK value is (0,8,13,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(0,8,13,35)
C0M8Y13K35 
(0%,8%,13%,35%)
(0.00/0.08/0.13/0.35)	

CMYK percentages

%0
%8.48
%13.33
%35.29

Codes

Color #A5978F in popluar color models

A5978F
RGB165151143
HSL22°10.89%60.39%
HSB/HSV22°13.33%64.71%
CMYK0.00%8.48%13.33%
35.29%

Color #A5978F in popluar number systems.

HEXA5978F
Decimal165151143
Binary101001011001011110001111
Octal245227217

Shades and tints

Shades of #A5978F

#A5978F
(165,151,143)
#968A82
(150,138,130)
#877D75
(135,125,117)
#787068
(120,112,104)
#69635B
(105,99,91)
#5A564E
(90,86,78)
#4B4941
(75,73,65)
#3C3C34
(60,60,52)
#2D2F27
(45,47,39)
#1E221A
(30,34,26)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #A5978F

#A5978F
(165,151,143)
#ADA099
(173,160,153)
#B5A9A3
(181,169,163)
#BDB2AD
(189,178,173)
#C5BBB7
(197,187,183)
#CDC4C1
(205,196,193)
#D5CDCB
(213,205,203)
#DDD6D5
(221,214,213)
#E5DFDF
(229,223,223)
#EDE8E9
(237,232,233)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5978F; }

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

This text font color is #A5978F.


Background Color

.myBgColor { background-color: #A5978F; }

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

This div background color is #A5978F.


Border color

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

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

This div border color is #A5978F.


Opacity

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

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

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

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

This text has shadow with #A5978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5978F on black background.


Color preview on white background

This text has color #A5978F on white background.



Black color preview on #A5978F background

This text has black color on #A5978F background.


White color preview on #A5978F background

This text has white color on #A5978F background.