COLOR #A5978A

HEX: #A5978A RGB: (165,151,138)

Color info

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

RGB color model

#A5978A color RGB value is (165,151,138).

RGB: (165,151,138) (65%, 59%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 138 of 255 = 54%

165
151
138

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

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 138 = 454 (100%)
R 165 of 454 ~ 36.34%
G 151 of 454 ~ 33.26%
B 138 of 454 ~ 30.4'%

%36.34
%33.26
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 16.36%
  • 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
%16.36
%35.29

Codes

Color #A5978A in popluar color models

A5 97 8A
RGB 165 151 138
HSL 29° 13.04% 59.41%
HSB/HSV 29° 16.36% 64.71%
CMYK 0.00% 8.48% 16.36%
35.29%

Color #A5978A in popluar number systems.

HEX A5 97 8A
Decimal 165 151 138
Binary 10100101 10010111 10001010
Octal 245 227 212

Shades and tints

Shades of #A5978A

#A5978A
(165,151,138)
#968A7E
(150,138,126)
#877D72
(135,125,114)
#787066
(120,112,102)
#69635A
(105,99,90)
#5A564E
(90,86,78)
#4B4942
(75,73,66)
#3C3C36
(60,60,54)
#2D2F2A
(45,47,42)
#1E221E
(30,34,30)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5978A

#A5978A
(165,151,138)
#ADA094
(173,160,148)
#B5A99E
(181,169,158)
#BDB2A8
(189,178,168)
#C5BBB2
(197,187,178)
#CDC4BC
(205,196,188)
#D5CDC6
(213,205,198)
#DDD6D0
(221,214,208)
#E5DFDA
(229,223,218)
#EDE8E4
(237,232,228)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5978A; }

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

This text font color is #A5978A.

Background Color

.myBgColor { background-color: #A5978A; }

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

This div background color is #A5978A.

Border color

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

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

This div border color is #A5978A.

Opacity

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

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

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

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

This text has shadow with #A5978A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5978A.

Preview

Color preview on black background

This text has color #A5978A on black background.


Color preview on white background

This text has color #A5978A on white background.


Black color preview on #A5978A background

This text has black color on #A5978A background.


White color preview on #A5978A background

This text has white color on #A5978A background.


Related colors

Complementary color

Complementary color for #hex is #5A6875.


I love getcolorcode.com

Triadic colors

1 #8AA597 and #978AA5 with #A5978A are triadic colors.

2 #8A97A5 and #97A58A with #A5978A are triadic colors.