COLOR #A59A78

HEX: #A59A78
RGB: (165,154,120)

Color info

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

RGB color model

#A59A78 color RGB value is (165,154,120).

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

RGB channels and saturation

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

165
154
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 120 = 439 (100%)
R 165 of 439 ~ 37.59%
G 154 of 439 ~ 35.08%
B 120 of 439 ~ 27.33%

%37.59
%35.08
%27.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.67%
  • 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
%6.67
%27.27
%35.29

Codes

Color #A59A78 in popluar color models

A59A78
RGB165154120
HSL45°20.00%55.88%
HSB/HSV45°27.27%64.71%
CMYK0.00%6.67%27.27%
35.29%

Color #A59A78 in popluar number systems.

HEXA59A78
Decimal165154120
Binary10100101100110101111000
Octal245232170

Shades and tints

Shades of #A59A78

#A59A78
(165,154,120)
#968C6E
(150,140,110)
#877E64
(135,126,100)
#78705A
(120,112,90)
#696250
(105,98,80)
#5A5446
(90,84,70)
#4B463C
(75,70,60)
#3C3832
(60,56,50)
#2D2A28
(45,42,40)
#1E1C1E
(30,28,30)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #A59A78

#A59A78
(165,154,120)
#ADA384
(173,163,132)
#B5AC90
(181,172,144)
#BDB59C
(189,181,156)
#C5BEA8
(197,190,168)
#CDC7B4
(205,199,180)
#D5D0C0
(213,208,192)
#DDD9CC
(221,217,204)
#E5E2D8
(229,226,216)
#EDEBE4
(237,235,228)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59A78; }

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

This text font color is #A59A78.


Background Color

.myBgColor { background-color: #A59A78; }

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

This div background color is #A59A78.


Border color

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

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

This div border color is #A59A78.


Opacity

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

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

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

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

This text has shadow with #A59A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59A78 on black background.


Color preview on white background

This text has color #A59A78 on white background.



Black color preview on #A59A78 background

This text has black color on #A59A78 background.


White color preview on #A59A78 background

This text has white color on #A59A78 background.