COLOR #A59978

HEX: #A59978
RGB: (165,153,120)

Color info

#A59978 contains red, green and blue colors in about the same proportion. Web safe color of #A59978 is #999966 (or #996).

RGB color model

#A59978 color RGB value is (165,153,120).

  • red value is 165;
  • green value is 153;
  • blue value is 120.
RGB:
(165,153,120)
(65%,60%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 120 of 255 = 47%

165
153
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 120 = 438 (100%)
R 165 of 438 ~ 37.67%
G 153 of 438 ~ 34.93%
B 120 of 438 ~ 27.4%

%37.67
%34.93
%27.4

CMYK color model

#A59978 color CMYK value is (0,7,27,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(0,7,27,35)
C0M7Y27K35 
(0%,7%,27%,35%)
(0.00/0.07/0.27/0.35)	

CMYK percentages

%0
%7.27
%27.27
%35.29

Codes

Color #A59978 in popluar color models

A59978
RGB165153120
HSL44°20.00%55.88%
HSB/HSV44°27.27%64.71%
CMYK0.00%7.27%27.27%
35.29%

Color #A59978 in popluar number systems.

HEXA59978
Decimal165153120
Binary10100101100110011111000
Octal245231170

Shades and tints

Shades of #A59978

#A59978
(165,153,120)
#968C6E
(150,140,110)
#877F64
(135,127,100)
#78725A
(120,114,90)
#696550
(105,101,80)
#5A5846
(90,88,70)
#4B4B3C
(75,75,60)
#3C3E32
(60,62,50)
#2D3128
(45,49,40)
#1E241E
(30,36,30)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A59978

#A59978
(165,153,120)
#ADA284
(173,162,132)
#B5AB90
(181,171,144)
#BDB49C
(189,180,156)
#C5BDA8
(197,189,168)
#CDC6B4
(205,198,180)
#D5CFC0
(213,207,192)
#DDD8CC
(221,216,204)
#E5E1D8
(229,225,216)
#EDEAE4
(237,234,228)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59978 color. Also use rgb(165,153,120) instead hex code.

Text Font Color

.myTextColor { color: #A59978; }

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

This text font color is #A59978.


Background Color

.myBgColor { background-color: #A59978; }

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

This div background color is #A59978.


Border color

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

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

This div border color is #A59978.


Opacity

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

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

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

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

This text has shadow with #A59978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59978 on black background.


Color preview on white background

This text has color #A59978 on white background.



Black color preview on #A59978 background

This text has black color on #A59978 background.


White color preview on #A59978 background

This text has white color on #A59978 background.