COLOR #A5978D

HEX: #A5978D RGB: (165,151,141)

Color info

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

RGB color model

#A5978D color RGB value is (165,151,141).

RGB: (165,151,141) (65%, 59%, 55%)

RGB channels and saturation

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

165
151
141

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

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 141 = 457 (100%)
R 165 of 457 ~ 36.11%
G 151 of 457 ~ 33.04%
B 141 of 457 ~ 30.85'%

%36.11
%33.04
%30.85

CMYK color model

#A5978D color CMYK value is (0,8,15,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (0,8,15,35)
C0M8Y15K35 (0%, 8%, 15%, 35%)
(0.00 / 0.08 / 0.15 / 0.35)

CMYK percentages

%0
%8.48
%14.55
%35.29

Codes

Color #A5978D in popluar color models

A5 97 8D
RGB 165 151 141
HSL 25° 11.76% 60.00%
HSB/HSV 25° 14.55% 64.71%
CMYK 0.00% 8.48% 14.55%
35.29%

Color #A5978D in popluar number systems.

HEX A5 97 8D
Decimal 165 151 141
Binary 10100101 10010111 10001101
Octal 245 227 215

Shades and tints

Shades of #A5978D

#A5978D
(165,151,141)
#968A81
(150,138,129)
#877D75
(135,125,117)
#787069
(120,112,105)
#69635D
(105,99,93)
#5A5651
(90,86,81)
#4B4945
(75,73,69)
#3C3C39
(60,60,57)
#2D2F2D
(45,47,45)
#1E2221
(30,34,33)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A5978D

#A5978D
(165,151,141)
#ADA097
(173,160,151)
#B5A9A1
(181,169,161)
#BDB2AB
(189,178,171)
#C5BBB5
(197,187,181)
#CDC4BF
(205,196,191)
#D5CDC9
(213,205,201)
#DDD6D3
(221,214,211)
#E5DFDD
(229,223,221)
#EDE8E7
(237,232,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5978D; }

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

This text font color is #A5978D.

Background Color

.myBgColor { background-color: #A5978D; }

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

This div background color is #A5978D.

Border color

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

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

This div border color is #A5978D.

Opacity

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

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

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

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

This text has shadow with #A5978D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5978D.

Preview

Color preview on black background

This text has color #A5978D on black background.


Color preview on white background

This text has color #A5978D on white background.


Black color preview on #A5978D background

This text has black color on #A5978D background.


White color preview on #A5978D background

This text has white color on #A5978D background.


Related colors

Complementary color

Complementary color for #hex is #5A6872.


I love getcolorcode.com

Triadic colors

1 #8DA597 and #978DA5 with #A5978D are triadic colors.

2 #8D97A5 and #97A58D with #A5978D are triadic colors.